Commit 525c4ce3 by zhao_shaonan

修改条件小于2的时候宽度

parent 6f7f30ba
......@@ -112,7 +112,7 @@ body{
}
.zdycol5{display: inline-block;width:33%;margin-right: 33% !important;}
.zdycol1{display: inline-block;width:100%;}
.zdycol6{display: inline-block;width:50%;}
.zdycol6{display: inline-block;width:73%;}
.zdName{display: inline-block;width:120px;text-align: right;color:#333;}
.el-input.el-input--suffix.el-popover__reference,.el-input.el-input--suffix{width:100%;}
.input-new-tag.el-input{width:100px;}
......
......@@ -16,7 +16,7 @@
ref="queryForm"
:rules="cxsjRules"
:model="formData"
:style="{position:propQueryField.length>2?'':'relative','zIndex':propQueryField.length>2?'':'10'}"
:style="{position:propQueryField.length>2?'':'relative','zIndex':propQueryField.length>2?'':'10','width':propQueryField.length>2?'':'60%'}"
>
<div class="zdyLine">
<el-form-item
......
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