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", 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;