|
@@ -26,17 +26,17 @@
|
|
|
:placeholder="$t('device.alarmTypePlaceholder')" @click="alarmClockTypeShow = true" class="field" />
|
|
|
<van-field v-model="alarmClockName" name="alarmClockName" :label="$t('device.alarmNameLabel')"
|
|
|
:placeholder="$t('device.alarmNamePlaceholder')" />
|
|
|
- <div class="ImageText1 flex-col">
|
|
|
- <div class="mod4 flex-row justify-between">
|
|
|
- <div class="TextGroup1 flex-col">
|
|
|
+ <div class="ImageText1">
|
|
|
+ <div class="mod4 justify-between">
|
|
|
+ <div class="TextGroup1">
|
|
|
<span class="info4">{{ $t("device.effectiveImmediately") }}:</span>
|
|
|
</div>
|
|
|
- <div class="section1 flex-col">
|
|
|
- <van-switch v-model="checked" />
|
|
|
+ <div class="">
|
|
|
+ <van-switch v-model="checked" size="20px"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <van-row justify="space-around" style="padding: 1em">
|
|
|
+ <van-row justify="space-around" style="padding: 5em">
|
|
|
<van-button span="5" round type="primary" style="height: 2em; padding: 0 2em" @click="submitSet">
|
|
|
{{ $t("device.submitSettings") }}</van-button>
|
|
|
</van-row>
|