Commit 0242232e by Wuyuqiu

查询页面样式调整

parent a8a98d11
......@@ -668,31 +668,41 @@ margin-left: 120px;
color: blue;
} */
.el-table__row .el-form-item__content .el-form-item__error {
position: unset !important;
}
.el-input--small .el-input__inner{
padding-left: 10px;
}
.el-input--prefix .el-input__inner{
padding-left: 30px;
}
.el-table__row .el-form-item__content .el-form-item__error {
position: unset !important;
}
.el-input--small .el-input__inner{
padding-left: 10px;
}
.el-input--prefix .el-input__inner{
padding-left: 30px;
}
/* 分页pagination样式调整 */
.el-pagination {
margin-top: 5px;
display: flex;
justify-content: flex-end;
}
.el-pagination .el-icon-arrow-right:before {
display: none;
}
.el-pagination .el-input--small .el-input__inner {
padding-left: 0;
color: #B31C2A;
}
/* 分页pagination样式调整 */
.el-pagination {
margin-top: 5px;
display: flex;
justify-content: flex-end;
}
.el-pagination .el-icon-arrow-right:before {
display: none;
}
.el-pagination .el-input--small .el-input__inner {
padding-left: 0;
color: #B31C2A;
}
/* UI美化 */
.el-input.is-disabled .el-input__inner {
color: #898b90;
}
\ No newline at end of file
/* UI美化 */
.el-input.is-disabled .el-input__inner {
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%);
}
.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