From 2084c1645c26a33dcc22b11073b5278608ef40a1 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Mon, 26 Jun 2023 18:51:01 +0800 Subject: [PATCH 1/2] chore: update --- mock/asyncRoutes.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mock/asyncRoutes.ts b/mock/asyncRoutes.ts index 80fc6f564..24e16a4d6 100644 --- a/mock/asyncRoutes.ts +++ b/mock/asyncRoutes.ts @@ -82,14 +82,6 @@ const frameRouter = { rank: frame }, children: [ - { - path: "/external", - name: "https://yiming_chang.gitee.io/pure-admin-doc", - meta: { - title: "menus.externalLink", - roles: ["admin", "common"] - } - }, { path: "/iframe/pure", name: "FramePure", @@ -99,6 +91,14 @@ const frameRouter = { roles: ["admin", "common"] } }, + { + path: "/external", + name: "https://yiming_chang.gitee.io/pure-admin-doc", + meta: { + title: "menus.externalLink", + roles: ["admin", "common"] + } + }, { path: "/iframe/ep", name: "FrameEp", From b674db0a0601bb1c37ebba3c70ca2ad8468b1dc7 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 27 Jun 2023 15:58:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?style:=20`el-form`=E7=9A=84`label`=E5=92=8C?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E7=9A=84`label`=E6=A0=B7=E5=BC=8F=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/element-plus.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style/element-plus.scss b/src/style/element-plus.scss index 59b0c5f39..932769677 100644 --- a/src/style/element-plus.scss +++ b/src/style/element-plus.scss @@ -1,3 +1,7 @@ +.el-form-item__label { + font-weight: 700; +} + .el-breadcrumb__inner, .el-breadcrumb__inner a { font-weight: 400 !important;