This commit is contained in:
syuilo 2018-02-26 18:59:26 +09:00
parent e56ba51294
commit 522e3d7f59

View file

@ -1,5 +1,5 @@
<template>
<div class="mkw-slideshow">
<div class="mkw-slideshow" :data-mobile="isMobile">
<div @click="choose">
<p v-if="props.folder === undefined">
<template v-if="isCustomizeMode">フォルダを指定するにはカスタマイズモードを終了してください</template>
@ -122,6 +122,11 @@ export default define({
border solid 1px rgba(0, 0, 0, 0.075)
border-radius 6px
&[data-mobile]
border none
border-radius 8px
box-shadow 0 0 0 1px rgba(0, 0, 0, 0.2)
> div
width 100%
height 100%