Commit 8647cdec authored by xiongjinke's avatar xiongjinke

修改

parent d2b3c972
......@@ -171,9 +171,10 @@ export default {
margin-right: 19px;
}
::v-deep .el-input__inner{
border: 1px solid #EFEFEF;
border: 1px solid #D9D9D9;
height: 32px;
line-height: 32px;
padding-right: 27px;
}
::v-deep .el-form-item{
margin-right: 8px !important;
......@@ -227,9 +228,10 @@ export default {
flex: 1;
}
::v-deep .el-input__inner {
border-right: 0;
border-radius: 2px 0 2px 0;
width: 180px;
border: 1px solid #D9D9D9;
border-right: 0;
}
}
.fromTime{
......@@ -260,7 +262,7 @@ export default {
::v-deep .el-select__tags{
.el-tag{
&:first-child{
width: 100%;
//width: 100%;
}
}
}
......
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