From 747fd3358475694b5001496c8b8af28de21b162f Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Fri, 27 Nov 2020 10:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=84=E7=BA=A7=E9=A1=B5=E9=9D=A2=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=AD=97=E4=BD=93=E5=8A=A0=E7=B2=97=EF=BC=9B=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E9=85=8D=E7=BD=AE-=E5=85=9A=E7=BE=A4=E8=AE=AE?= =?UTF-8?q?=E4=BA=8B-=E5=88=86=E7=B1=BB=E7=AE=A1=E7=90=86-=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=88=86=E7=B1=BB=E9=80=89=E6=8B=A9=E4=B8=8A=E7=BA=A7?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=A2=9E=E5=8A=A0=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 ++++++ src/views/modules/events/category-add-or-update.vue | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/src/App.vue b/src/App.vue index 4f27731..c6d9c6a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,6 +8,12 @@ body .el-table th.gutter { display: table-cell !important; } +.el-form-item__label { + font-weight: bold; +} +.demonstration { + font-weight: bold; +}