From 798ff302913bec2adf3c698bab308a8d066c0c9b Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Thu, 13 Nov 2025 16:34:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E5=9C=A8=E7=BA=BF=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseForm.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index 061134fc..5e073bc0 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -309,7 +309,7 @@ + @focus="onTagFocus" > @@ -2071,8 +2071,10 @@ export default { } .el-form-item__content { display: flex; + margin-left: 0px; + width: 80%; } -.tag-container{ - width: 95%; -} +//.tag-container{ +// width: 95%; +//}