From 1b4ba04a23ef927524b369617e69d15fd96cf09d Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 10 Oct 2024 02:37:23 +0800 Subject: [PATCH] chore: --- .../cname-verify-plan.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/packages/ui/certd-client/src/components/plugins/cert/domains-verify-plan-editor/cname-verify-plan.vue b/packages/ui/certd-client/src/components/plugins/cert/domains-verify-plan-editor/cname-verify-plan.vue index 5b573b0b..41259ad4 100644 --- a/packages/ui/certd-client/src/components/plugins/cert/domains-verify-plan-editor/cname-verify-plan.vue +++ b/packages/ui/certd-client/src/components/plugins/cert/domains-verify-plan-editor/cname-verify-plan.vue @@ -48,10 +48,12 @@ function onRecordChange(domain: string, record: CnameRecord) { .cname-verify-plan { width: 100%; table-layout: fixed; + tbody tr td { + border-top: 1px solid #e8e8e8 !important; + } tr { td { border: 0 !important; - border-bottom: 1px solid #e8e8e8 !important; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @@ -60,11 +62,11 @@ function onRecordChange(domain: string, record: CnameRecord) { text-align: center; } } - &:last-child { - td { - border-bottom: 0 !important; - } - } + //&:last-child { + // td { + // border-bottom: 0 !important; + // } + //} } }