Commit 69a8b2e8 authored by xiexingan's avatar xiexingan

提交

parent 420b99ab
......@@ -8,7 +8,7 @@
<el-row :gutter="10">
<el-col :span="12">
<el-form-item label="节能模式:">
<div class="switch-warp">
<div class="switch-warp" style='transform: translateY(7px);'>
<div :class="[formData.saving == 1?'on':'']" @click="handleSwitch(1)">人工</div>
<div :class="[formData.saving == 2?'on':'']" @click="handleSwitch(2)">节能</div>
</div>
......@@ -188,7 +188,6 @@ export default {
border: 1px solid rgba(0, 0, 0, 0.03);
box-shadow: 0px 1px 0px 1px rgba(255, 255, 255, 0.25),
0px 2px 4px 0px rgba(0, 0, 0, 0.1);
transform: translateY(7px);
div {
width: 45px;
height: 24px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment