Commit 026b5e47 by Wuyuqiu

查询页面样式调整

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