调整样式

This commit is contained in:
wcq 2023-10-11 17:03:00 +08:00
parent 83b707bc90
commit 66af622301
2 changed files with 12 additions and 11 deletions

View File

@ -5,22 +5,14 @@ export default {
path: "/", path: "/",
name: "Home", name: "Home",
component: Layout, component: Layout,
redirect: "/dashboard", redirect: "/dashboard2",
meta: { meta: {
icon: "homeFilled", icon: "homeFilled",
title: "首页", title: "首页",
rank: 0 rank: 0
}, },
children: [ children: [
{
path: "/dashboard",
name: "dashboard",
component: () => import("@/views/dashboard/dashboard.vue"),
meta: {
title: "评级看板",
showLink: VITE_HIDE_HOME === "true" ? false : true
}
},
{ {
path: "/dashboard2", path: "/dashboard2",
name: "dashboard2", name: "dashboard2",
@ -30,6 +22,15 @@ export default {
showLink: VITE_HIDE_HOME === "true" ? false : true showLink: VITE_HIDE_HOME === "true" ? false : true
} }
}, },
{
path: "/dashboard",
name: "dashboard",
component: () => import("@/views/dashboard/dashboard.vue"),
meta: {
title: "评级看板",
showLink: VITE_HIDE_HOME === "true" ? false : true
}
},
// { // {
// path: "/customEditTable", // path: "/customEditTable",
// name: "customEditTable", // name: "customEditTable",

View File

@ -28,7 +28,7 @@ body {
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
"Microsoft YaHei", "微软雅黑", Arial, sans-serif; "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
line-height: inherit; line-height: inherit;
font-weight: bold; //font-weight: bold;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility; text-rendering: optimizelegibility;