Commit 67d52c49 authored by xiexingan's avatar xiexingan

调整

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