Commit 0242232e by Wuyuqiu

查询页面样式调整

parent a8a98d11
...@@ -668,31 +668,41 @@ margin-left: 120px; ...@@ -668,31 +668,41 @@ margin-left: 120px;
color: blue; color: blue;
} */ } */
.el-table__row .el-form-item__content .el-form-item__error { .el-table__row .el-form-item__content .el-form-item__error {
position: unset !important; position: unset !important;
} }
.el-input--small .el-input__inner{ .el-input--small .el-input__inner{
padding-left: 10px; padding-left: 10px;
} }
.el-input--prefix .el-input__inner{ .el-input--prefix .el-input__inner{
padding-left: 30px; 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;
} }
\ No newline at end of file .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%);
}
.eContainer-search .c-content-scrollbar .el-scrollbar__wrap{
margin-right: 0px !important;
}
.el-table--small .el-table__cell {
padding: 0 0;
}
\ No newline at end of file
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