From 04c2ffe8de91b64bb821d8852c5741a727aaa869 Mon Sep 17 00:00:00 2001 From: wyuu Date: Thu, 27 Nov 2025 17:50:31 +0800 Subject: [PATCH] --- src/assets/styles/ruoyi.scss | 4 + src/components/elTable/index.vue | 5 +- src/views/liswork/components/charge/index.vue | 7 +- .../liswork/components/clinical/index.vue | 2 - .../liswork/components/combination/index.vue | 5 +- .../liswork/components/history/index.vue | 5 +- src/views/liswork/components/others/index.vue | 5 +- .../components/reexamination/index.vue | 6 +- .../liswork/components/resultGraph/index.vue | 5 +- src/views/liswork/components/sample/index.vue | 5 +- src/views/liswork/micro/index.vue | 45 ++--- .../micro/labresult/components/pyjDict.vue | 160 ++++++++++++++++++ .../micro/labresult/{byj.vue => pyj.vue} | 54 +++++- .../liswork/micro/labresult/zbReport.vue | 2 +- src/views/liswork/work/index.vue | 16 +- 15 files changed, 281 insertions(+), 45 deletions(-) create mode 100644 src/views/liswork/micro/labresult/components/pyjDict.vue rename src/views/liswork/micro/labresult/{byj.vue => pyj.vue} (56%) diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index c8a4094..19a70cf 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -395,6 +395,9 @@ cursor: pointer; } + .el-table--default .cell { + padding: 0 0 0 .3125rem !important; + } // 表格input宽度,表格select宽度 .full-width-input .el-input__inner .el-select__inner { @@ -411,6 +414,7 @@ box-shadow: none; background: transparent !important; padding: 0 !important; + padding-left: .3125rem !important; outline: none; &:hover { diff --git a/src/components/elTable/index.vue b/src/components/elTable/index.vue index bfe57ab..ee6aef4 100644 --- a/src/components/elTable/index.vue +++ b/src/components/elTable/index.vue @@ -26,7 +26,10 @@ -