From 7b456b7c089a9fc62e3b23bc4cd21603c5fdc344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Tue, 22 Oct 2024 18:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=AC=E5=91=8A=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/model-notice/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/model-notice/index.vue b/src/components/model-notice/index.vue index cad3ce89..d044f147 100644 --- a/src/components/model-notice/index.vue +++ b/src/components/model-notice/index.vue @@ -16,9 +16,9 @@
{{ form.title }}
- {{ item.notice_title }} + {{ item.notice_title }} -
{{ form.right_title }}
+
{{ form.right_title }}
@@ -37,7 +37,7 @@ -
{{ form.right_title }}
+
{{ form.right_title }}
{{ index + 1 }} @@ -182,7 +182,7 @@ watchEffect(() => { line-height: 4.4rem; overflow: hidden; text-overflow: ellipsis; - white-space: nowrap; + // white-space: nowrap; } } }