liangweifeng 6 år sedan
förälder
incheckning
b2cc2de28b
1 ändrade filer med 27 tillägg och 4 borttagningar
  1. 27 4
      page/bigDataOut/css/tableChange.css

+ 27 - 4
page/bigDataOut/css/tableChange.css

@ -86,11 +86,14 @@ body {
    text-align: right;
}
.modelSearch {
    display: inline-block
.modelSearch{
    display: inline-block;
}
.tab4 .modelSearch {
    position: relative;
    top: 13px;
    margin: 5px;
}
.modelSearch .el-input__inner {
    width: 180px;
}
@ -115,4 +118,24 @@ a {
.tab4 input.el-input {
    height: 35px; 
    /* width: 200px; */
}
.tab4 .el-input--suffix .el-input__inner {
 padding-right: 0;
}
.tab4 .inputbox{
    width: 150px;
    position: relative;
    margin: 10px;
}
.tab4{
    position: relative;
}
.tab4 .search{
    position: absolute;
    right: 4px;
    top: 17px;
}
 .tab4 .el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 150px;
    height: 35px;
}