From c8d1bb0276964cd7d9a34fb661df4a189f3cfb1e Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Thu, 16 May 2024 20:01:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?style=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=A4=8D?= =?UTF-8?q?=E5=90=88=E5=9E=8B=E8=A1=A8=E5=8D=95=E5=A4=B4=E9=83=A8=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E8=BE=B9=E6=A1=86=E6=B6=88=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/DataForm/index.vue | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/components/Form/DataForm/index.vue b/src/components/Form/DataForm/index.vue index b019dc80c..1d051c4d0 100644 --- a/src/components/Form/DataForm/index.vue +++ b/src/components/Form/DataForm/index.vue @@ -197,18 +197,12 @@ export default { // 复合型输入框 .el-input.el-input-group { - .el-input-group__prepend { - border-right: 0 !important; - - .el-select { - border-bottom-right-radius: 0 !important; - border-top-right-radius: 0 !important; - - .el-input__inner { - border: none; - } + .el-input-group__prepend .el-select { + .el-input__inner { + border: none; + height: 28px; } - } + } .el-input__inner { border-radius: 0; From 7798ae79d77c71f613d3e6d7d2568432980d84d4 Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Thu, 16 May 2024 18:25:57 +0800 Subject: [PATCH 2/2] =?UTF-8?q?style=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E8=AE=BE=E7=BD=AE=E5=85=AC=E5=91=8A=E4=B8=AD=E4=B8=A4?= =?UTF-8?q?=E4=B8=AA=E6=96=87=E6=9C=AC=E5=9F=9F=E7=9A=84=E8=BE=B9=E6=A1=86?= =?UTF-8?q?=E4=B8=8E=E5=8E=9F=E6=A0=B7=E5=BC=8F=E5=86=B2=E7=AA=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Widgets/MarkDown/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Widgets/MarkDown/index.vue b/src/components/Widgets/MarkDown/index.vue index 5ab0e8631..2a119f4ae 100644 --- a/src/components/Widgets/MarkDown/index.vue +++ b/src/components/Widgets/MarkDown/index.vue @@ -119,7 +119,6 @@ export default { .action-bar { position: relative; height: 0; - border: 1px solid #dcdfe6; border-bottom: none; z-index: 999; .action {