From 69739f7d2ba2481b26c59ec7f280be86b022a468 Mon Sep 17 00:00:00 2001 From: jingrow Date: Mon, 4 Aug 2025 22:39:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E8=AE=B0=E5=BD=95=E6=97=B6=E4=B8=BB=E6=9C=BA=E5=90=8D?= =?UTF-8?q?=E5=92=8C=E7=B1=BB=E5=9E=8B=E8=AE=BE=E7=BD=AE=E4=B8=BA=E7=A6=81?= =?UTF-8?q?=E6=AD=A2=E7=BC=96=E8=BE=91=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src2/components/JsiteDomainDNSRecords.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dashboard/src2/components/JsiteDomainDNSRecords.vue b/dashboard/src2/components/JsiteDomainDNSRecords.vue index 74ecff5..bbfa697 100644 --- a/dashboard/src2/components/JsiteDomainDNSRecords.vue +++ b/dashboard/src2/components/JsiteDomainDNSRecords.vue @@ -120,7 +120,9 @@ v-model="record.item" type="text" class="w-24 px-2 py-1 text-sm border border-gray-300 rounded focus:ring-2 focus:ring-blue-500 focus:border-blue-500" + :class="{ 'bg-gray-100 text-gray-500 cursor-not-allowed': !record.isNew }" placeholder="主机名" + :disabled="!record.isNew" />
@@ -133,6 +135,8 @@