Commit 67d52c49 authored by xiexingan's avatar xiexingan

调整

parent d3e9e655
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
.quDetailM .quDetailM
p.leftP 安装日期:   {{ dataForm.installDate }} p.leftP 安装日期:   {{ dataForm.installDate }}
.info-form .info-form
el-row(v-if="openOrClose.indexOf(dataForm.type)>-1") el-row.text-size(v-if="openOrClose.indexOf(dataForm.type)>-1")
el-col(:span='10') el-col(:span='10')
.switch-warp .switch-warp
div(:class="[state == 1 ? 'on' : '']", @click="handleSwitch(1)") 打开 div(:class="[state == 1 ? 'on' : '']", @click="handleSwitch(1)") 打开
...@@ -255,7 +255,7 @@ export default { ...@@ -255,7 +255,7 @@ export default {
} }
} }
.text-size { .text-size {
font-size: 12px; font-size: 14px;
line-height: 28px; line-height: 28px;
} }
.info-state { .info-state {
...@@ -264,7 +264,7 @@ export default { ...@@ -264,7 +264,7 @@ export default {
font-size: 14px; font-size: 14px;
margin: 5px 0 0 10px; margin: 5px 0 0 10px;
display: inline-block; display: inline-block;
width: 105px; width: 135px;
} }
.value { .value {
color: #47b320; color: #47b320;
...@@ -306,9 +306,9 @@ export default { ...@@ -306,9 +306,9 @@ export default {
.animation { .animation {
animation: myfirst 1s; animation: myfirst 1s;
position: absolute; position: absolute;
top: 30px; top: 15px;
right: 0; right: 0;
width: 370px; width: 390px;
background-color: #f4f4f4; background-color: #f4f4f4;
z-index: 11; z-index: 11;
border: 1px solid rgba(195, 195, 195, 1); border: 1px solid rgba(195, 195, 195, 1);
......
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