This commit is contained in:
syuilo 2018-12-02 14:26:30 +09:00
parent 345143b0c1
commit 6f92d601ec
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="onchrpzrvnoruiaenfcqvccjfuupzzwv">
<div class="onchrpzrvnoruiaenfcqvccjfuupzzwv" :class="{ big: $root.isMobile }">
<div class="backdrop" ref="backdrop" @click="close"></div>
<div class="popover" :class="{ hukidasi }" ref="popover">
<template v-for="item, i in items">
@ -125,6 +125,11 @@ export default Vue.extend({
position initial
&.big
> .popover
> button
font-size 15px
> .backdrop
position fixed
top 0

View File

@ -41,6 +41,12 @@ import FolderChooser from './views/components/drive-folder-chooser.vue';
*/
init((launch) => {
Vue.mixin({
data() {
return {
isMobile: true
};
},
methods: {
$post(opts) {
const o = opts || {};