专病筛查

This commit is contained in:
shidongli 2023-10-27 15:05:49 +08:00
parent c66fb16006
commit 92132421fb

View File

@ -3278,7 +3278,7 @@ export default {
font-weight: 700; font-weight: 700;
} }
.link-item-hover { /* .link-item-hover {
background-color: #f5f7fa; background-color: #f5f7fa;
color: #1890ff; color: #1890ff;
font-weight: 600; font-weight: 600;
@ -3296,20 +3296,20 @@ export default {
.el-menu { .el-menu {
border: 0px; border: 0px;
} } */
.mb8 { /* .mb8 {
margin-bottom: 20px; margin-bottom: 20px;
} } */
::v-deep .el-table td.el-table__cell { /* ::v-deep .el-table td.el-table__cell {
border-bottom: 1px solid #eef1f5; border-bottom: 1px solid #eef1f5;
height: 55px; height: 55px;
} } */
::v-deep .el-table__body tr.current-row > td { /* ::v-deep .el-table__body tr.current-row > td {
background: #d0f1f6 !important; background: #d0f1f6 !important;
border-bottom: 1px solid #edf1f5; border-bottom: 1px solid #edf1f5;
} } */
::v-deep .el-table .el-table__header-wrapper th, /* ::v-deep .el-table .el-table__header-wrapper th,
.el-table .el-table__fixed-header-wrapper th { .el-table .el-table__fixed-header-wrapper th {
background: #08a4bb !important; background: #08a4bb !important;
color: #fff !important; color: #fff !important;
@ -3321,7 +3321,7 @@ export default {
color: #fff !important; color: #fff !important;
height: 60px !important; height: 60px !important;
font-size: 16px; font-size: 16px;
} } */
::v-deep .el-table th.el-table__cell:nth-of-type(1) { ::v-deep .el-table th.el-table__cell:nth-of-type(1) {
border-top-left-radius: 8px; border-top-left-radius: 8px;
border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
@ -3330,12 +3330,12 @@ export default {
border-top-right-radius: 8px; border-top-right-radius: 8px;
border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
} }
::v-deep .el-pagination.is-background .el-pager li:not(.disabled).active { /* ::v-deep .el-pagination.is-background .el-pager li:not(.disabled).active {
background-color: #08a4bb !important; background-color: #08a4bb !important;
} } */
::v-deep .el-form-item__label { /* ::v-deep .el-form-item__label {
font-weight: 300 !important; font-weight: 300 !important;
color: #000; color: #000;
} } */
</style> </style>