From 54c8217808453b121abf646b004596f28932509f Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 5 Feb 2026 11:27:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9C=89=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E8=AE=B0=E5=BD=95=E6=97=B6=EF=BC=8C=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E6=97=A0=E6=B3=95=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/plugins/common/domain-selector.vue | 15 +++++++++------ .../src/components/plugins/common/params-show.vue | 4 ++-- packages/ui/certd-client/src/style/common.less | 6 ++++++ 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/packages/ui/certd-client/src/components/plugins/common/domain-selector.vue b/packages/ui/certd-client/src/components/plugins/common/domain-selector.vue index d6fdbf598..c7a17b7bc 100644 --- a/packages/ui/certd-client/src/components/plugins/common/domain-selector.vue +++ b/packages/ui/certd-client/src/components/plugins/common/domain-selector.vue @@ -3,13 +3,13 @@
@@ -56,7 +56,7 @@
diff --git a/packages/ui/certd-client/src/components/plugins/common/params-show.vue b/packages/ui/certd-client/src/components/plugins/common/params-show.vue index d84cd616c..085e8804c 100644 --- a/packages/ui/certd-client/src/components/plugins/common/params-show.vue +++ b/packages/ui/certd-client/src/components/plugins/common/params-show.vue @@ -1,8 +1,8 @@ diff --git a/packages/ui/certd-client/src/style/common.less b/packages/ui/certd-client/src/style/common.less index edbeb7fe3..5d83d6d5f 100644 --- a/packages/ui/certd-client/src/style/common.less +++ b/packages/ui/certd-client/src/style/common.less @@ -476,4 +476,10 @@ h6 { .fs-icon{ margin-right: 5px; } +} + + +.hidden-important { + display: none !important; + visibility: hidden !important; } \ No newline at end of file