mirror of
https://github.com/itorr/one-last-image.git
synced 2026-01-02 20:06:03 +08:00
kiss kuma 联动
This commit is contained in:
@@ -18,7 +18,7 @@ a{
|
||||
text-decoration: none;
|
||||
}
|
||||
header{
|
||||
padding: 40px 0 40px;
|
||||
padding: 40px 0 30px;
|
||||
p{
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
@@ -60,11 +60,11 @@
|
||||
</label>
|
||||
</div> -->
|
||||
<div style="padding:14px 0;">
|
||||
<ui-switch v-model="style.black">调子</ui-switch>
|
||||
<!-- <ui-switch v-model="style.cover">方形</ui-switch> -->
|
||||
<ui-switch v-model="style.kuma">Kiss</ui-switch>
|
||||
<ui-switch v-model="style.black" :disabled="!style.kuma">调子</ui-switch>
|
||||
<ui-switch v-model="style.watermark">水印</ui-switch>
|
||||
<ui-switch v-model="style.hajimei":disabled="!style.watermark">初回</ui-switch>
|
||||
<ui-switch v-model="style.hajimei" :disabled="!style.watermark">初回</ui-switch>
|
||||
</div>
|
||||
<!-- <div class="label-box">
|
||||
<label>
|
||||
|
||||
Reference in New Issue
Block a user