🎨
This commit is contained in:
parent
61411605b8
commit
cb106e6fe4
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="onchrpzrvnoruiaenfcqvccjfuupzzwv" :class="{ big: $root.isMobile }">
|
<div class="onchrpzrvnoruiaenfcqvccjfuupzzwv" :class="{ isMobile: $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,8 +125,10 @@ export default Vue.extend({
|
||||||
|
|
||||||
position initial
|
position initial
|
||||||
|
|
||||||
&.big
|
&.isMobile
|
||||||
> .popover
|
> .popover
|
||||||
|
border none
|
||||||
|
|
||||||
> button
|
> button
|
||||||
font-size 15px
|
font-size 15px
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue