diff --git a/src/views/system/Specializedlist/index.vue b/src/views/system/Specializedlist/index.vue index 397535a..530ccc3 100644 --- a/src/views/system/Specializedlist/index.vue +++ b/src/views/system/Specializedlist/index.vue @@ -1,118 +1,156 @@ + + + + + + +

高血压风险分层结果:

+ + + + 未评估 + 低危 + 中危 + 高危 + + + + + + +

高血糖风险分层结果:

+ + + + 未评估 + 低危 + 中危 + 高危 + + + + + +

高血脂风险分层结果:

+ + + + 未评估 + 低危 + 中危 + 高危 + + > + + + + + +

ASCVD风险评估结果:

+ + + + 未评估 + 低危(<5%) + 中危(5%~9%) + 高危(≥10%) + + + + + + + + + + + + + + + + + + + + + + + +.el-collapse-item__wrap { + border-top: 1px solid #e6ebf5 !important; +} + +.el-collapse-item__content { + padding: 0px; +} + +::-webkit-scrollbar { + width: 6px; + height: 6px; + background-color: rgba(240, 240, 240, 1); +} + +/*定义滚动条轨道 内阴影+圆角*/ +::-webkit-scrollbar-track { + box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5); + border-radius: 10px; + background-color: rgba(240, 240, 240, 0.5); +} + +/*定义滑块 内阴影+圆角*/ +::-webkit-scrollbar-thumb { + border-radius: 10px; + box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5); + background-color: rgba(240, 240, 240, 0.5); +} + +.el-collapse-item__header { + font-size: 40px !important; + font-weight: 700; +} + +.link-item-hover { + background-color: #f5f7fa; + color: #1890ff; + font-weight: 600; + width: 200px; +} + +.link-item-active { + color: #fff; + background-color: #00c4c2; +} + +.el-tooltip__popper { + max-width: 200px; +} + +.el-menu { + border: 0px; +} + +.mb8 { + margin-bottom: 20px; +} +::v-deep .el-table td.el-table__cell { + border-bottom: 1px solid #eef1f5; + height: 55px; +} +::v-deep .el-table__body tr.current-row > td { + background: #d0f1f6 !important; + border-bottom: 1px solid #edf1f5; +} +::v-deep .el-table .el-table__header-wrapper th, +.el-table .el-table__fixed-header-wrapper th { + background: #08a4bb !important; + color: #fff !important; + height: 60px !important; + font-size: 16px; +} +::v-deep .el-table th.el-table__cell { + background: #08a4bb !important; + color: #fff !important; + height: 60px !important; + font-size: 16px; +} +::v-deep .el-table th.el-table__cell:nth-of-type(1) { + border-top-left-radius: 8px; + border-bottom-left-radius: 8px; +} +::v-deep .el-table th.el-table__cell:nth-of-type(18) { + border-top-right-radius: 8px; + border-bottom-right-radius: 8px; +} +::v-deep .el-pagination.is-background .el-pager li:not(.disabled).active { + background-color: #08a4bb !important; +} +::v-deep .el-form-item__label { + font-weight: 300 !important; + color: #000; +} + \ No newline at end of file