Commit 0f1555bc by li_hongchao

全部案件库和全部人员库当前搜索框下方好像叠加了一层白色,去掉

parent bb5a6b83
......@@ -1166,8 +1166,8 @@ export default {
width: 296px;
height: 40px;
background: #ffffff;
border-radius: 4px;
// border: 1px solid #e6e6e8;
/*border: 1px solid transparent;*/
border-radius: 4px 0px 0px 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
......
......@@ -1051,18 +1051,36 @@ const datas1 = [
// border-bottom: 1px solid #eee;
display: flex;
align-items: center;
.el-input {
/deep/.el-input {
/deep/ .el-input__inner {
border: none;
border-radius: 4px 0px 0px 4px;
}
width: 296px;
height: 42px;
height: 40px;
background: #ffffff;
border-radius: 4px;
// border: 1px solid #e6e6e8;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-radius: 4px 0px 0px 4px;
/*border: 1px solid #000;*/
}
/*.search-input-clazz{*/
/* /deep/.el-input {*/
/* /deep/ .el-input__inner {*/
/* border: none;*/
/* border-radius: 4px 0px 0px 4px;*/
/* }*/
/* width: 296px;*/
/* height: 40px;*/
/* background: #ffffff;*/
/* border-radius: 4px 0px 0px 4px;*/
/* !*border-radius: 4px;*!*/
/* !*border: 1px solid #000;*!*/
/* !*border-top-right-radius: 0;*!*/
/* !*border-bottom-right-radius: 0;*!*/
/* }*/
/*}*/
.el-icon-circle-close {
position: absolute;
left: 280px;
......
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