Commit 026b5e47 by Wuyuqiu

查询页面样式调整

parent 0242232e
......@@ -680,28 +680,29 @@ padding-left: 30px;
/* 分页pagination样式调整 */
.el-pagination {
margin-top: 5px;
display: flex;
justify-content: flex-end;
margin-top: 5px;
display: flex;
justify-content: flex-end;
}
.el-pagination .el-icon-arrow-right:before {
display: none;
display: none;
}
.el-pagination .el-input--small .el-input__inner {
padding-left: 0;
color: #B31C2A;
padding-left: 0;
color: #B31C2A;
}
/* UI美化 */
.el-input.is-disabled .el-input__inner {
color: #898b90;
color: #898b90;
}
.eContainer-search {
background-color: #ffffff;
box-shadow: 0 1px 15px 0 rgb(0 0 0 / 12%), 0 0 3px 0 rgb(0 0 0 / 4%);
width: 93%;
background-color: #ffffff;
box-shadow: 0 1px 15px 0 rgb(0 0 0 / 12%), 0 0 3px 0 rgb(0 0 0 / 4%);
}
.eContainer-search .c-content-scrollbar .el-scrollbar__wrap{
margin-right: 0px !important;
margin-right: 0px !important;
}
.el-table--small .el-table__cell {
padding: 0 0;
......
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