diff --git a/src/router/index.js b/src/router/index.js index 8091596..4b92a3c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -77,21 +77,21 @@ export const constantRoutes = [ path: "/shequ", component: () => import("@/views/shequ"), name: "shequ", - meta: { title: "社区", icon: "dashboard", affix: true }, + meta: { title: "社区", icon: "dashboard", affix: false }, hidden: true, }, { path: "/shop", component: () => import("@/views/shop"), name: "shop", - meta: { title: "商铺", icon: "dashboard", affix: true }, + meta: { title: "商铺", icon: "dashboard", affix: false }, hidden: true, }, { path: "/xiaoqu", component: () => import("@/views/xiaoqu"), name: "xiaoqu", - meta: { title: "小区", icon: "dashboard", affix: true }, + meta: { title: "小区", icon: "dashboard", affix: false }, hidden: true, }, { diff --git a/src/views/components/IndexModel/left.vue b/src/views/components/IndexModel/left.vue index 9241a0e..2ad52da 100644 --- a/src/views/components/IndexModel/left.vue +++ b/src/views/components/IndexModel/left.vue @@ -36,7 +36,7 @@
-
{{ xiaoquIntroduce.intro.kaiguo.text || "暂无数据" }}
+ {{ xiaoquIntroduce.intro.kaiguo.text || "暂无数据" }}
@@ -99,24 +99,20 @@ export default { flex: 1; box-sizing: border-box; margin-top: 15px; - padding: 30px 15px; - padding-right: 0; - background: url("~@/assets/images/ui/introduce-text.png"); - background-size: 100% 100%; - overflow: hidden; - & > div { - padding-right: 8px; - height: 100%; - line-height: 25px; - font-size: 15px; - color: #d3e9ff; - overflow-y: auto; - } + padding: 15px; + font-size: 15px; + text-indent: 2em; + line-height: 25px; + color: #d3e9ff; + background: rgba(15, 42, 79, 0.6); + border: 1px solid #1d5acc; + border-radius: 6px; + overflow-y: auto; } } /*全局滚动条样式*/ ::-webkit-scrollbar { - width: 3px; + width: 0px; height: 3px; } diff --git a/src/views/login.vue b/src/views/login.vue index ba576fa..fb4a941 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -55,12 +55,12 @@ - 记住密码 + > --> Copyright © 2022-{{ year }} 此系统对老版本系统进行优化称 “简约版”Copyright © 2022-{{ year }} 此系统对老版本系统进行优化 “简约版” @@ -219,7 +219,7 @@ export default { border-radius: 6px; background-image: url("../assets/images/ui/img_frame.png"); background-size: 100% 100%; - width: 450px; + width: 420px; padding: 30px 35px 5px 35px; .el-input { height: 45px;