🎨
This commit is contained in:
		
							parent
							
								
									345143b0c1
								
							
						
					
					
						commit
						6f92d601ec
					
				
					 2 changed files with 12 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
<div class="onchrpzrvnoruiaenfcqvccjfuupzzwv">
 | 
					<div class="onchrpzrvnoruiaenfcqvccjfuupzzwv" :class="{ big: $root.isMobile }">
 | 
				
			||||||
	<div class="backdrop" ref="backdrop" @click="close"></div>
 | 
						<div class="backdrop" ref="backdrop" @click="close"></div>
 | 
				
			||||||
	<div class="popover" :class="{ hukidasi }" ref="popover">
 | 
						<div class="popover" :class="{ hukidasi }" ref="popover">
 | 
				
			||||||
		<template v-for="item, i in items">
 | 
							<template v-for="item, i in items">
 | 
				
			||||||
| 
						 | 
					@ -125,6 +125,11 @@ export default Vue.extend({
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	position initial
 | 
						position initial
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						&.big
 | 
				
			||||||
 | 
							> .popover
 | 
				
			||||||
 | 
								> button
 | 
				
			||||||
 | 
									font-size 15px
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	> .backdrop
 | 
						> .backdrop
 | 
				
			||||||
		position fixed
 | 
							position fixed
 | 
				
			||||||
		top 0
 | 
							top 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -41,6 +41,12 @@ import FolderChooser from './views/components/drive-folder-chooser.vue';
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
init((launch) => {
 | 
					init((launch) => {
 | 
				
			||||||
	Vue.mixin({
 | 
						Vue.mixin({
 | 
				
			||||||
 | 
							data() {
 | 
				
			||||||
 | 
								return {
 | 
				
			||||||
 | 
									isMobile: true
 | 
				
			||||||
 | 
								};
 | 
				
			||||||
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		methods: {
 | 
							methods: {
 | 
				
			||||||
			$post(opts) {
 | 
								$post(opts) {
 | 
				
			||||||
				const o = opts || {};
 | 
									const o = opts || {};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue