From af8fb1bea3e36bbff6d9f0d3bfb810652903d38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=96=8C=E6=9D=B0?= <> Date: Thu, 31 Oct 2024 13:24:06 +0800 Subject: [PATCH] UI --- src/assets/css/global.css | 17 +- src/components/doctorCheck/CheckItemList.vue | 841 ++++++++++++------ src/components/doctorCheck/CheckSumSug.vue | 2 +- src/components/follow/FollowCriticalCheck.vue | 8 + src/views/doctorCheck/doctorCheck.vue | 6 + 5 files changed, 582 insertions(+), 292 deletions(-) diff --git a/src/assets/css/global.css b/src/assets/css/global.css index f942eff..0859c19 100644 --- a/src/assets/css/global.css +++ b/src/assets/css/global.css @@ -28,9 +28,10 @@ /* 表格选中行 颜色 ::v-deep #F4F8FF*/ .el-table__body tr.current-row>td { - background-color: #DCE7FD !important; + background-color: #DCE7FD !important; } + /* 表格行背景色样式 end */ @@ -147,6 +148,7 @@ /* el-cascader 隐藏前面的radio并点击行选中 */ + .example .el-cascader-panel .el-radio { width: 100%; height: 100%; @@ -182,5 +184,16 @@ a { } .el-checkbox__label { - padding-left: 2px; + padding-left: 2px; +} + +.el-icon-more { + color: #0046FB; +} + +.el-popover__title { + color: #232748; + font-weight: 700; + font-size: 16px; + font-family: "NotoSansSC-Bold"; } \ No newline at end of file diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue index 3b71e80..6b2600e 100644 --- a/src/components/doctorCheck/CheckItemList.vue +++ b/src/components/doctorCheck/CheckItemList.vue @@ -1,37 +1,132 @@