From d21588c61b9b5ddf0f33e167b718cb1020bd125d Mon Sep 17 00:00:00 2001 From: ccongli <1441652193@qq.com> Date: Mon, 30 Oct 2023 10:17:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=A1=B5=E9=9D=A2=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vol-vue3/src/views/Index.vue | 174 ++++++++++++----------------------- 1 file changed, 58 insertions(+), 116 deletions(-) diff --git a/vol-vue3/src/views/Index.vue b/vol-vue3/src/views/Index.vue index 683d740..f69504e 100644 --- a/vol-vue3/src/views/Index.vue +++ b/vol-vue3/src/views/Index.vue @@ -7,20 +7,14 @@
- +
-
{{departName}}
+
{{ departName }}
-
- +
- - + + {{ navIndex }}
-
    +
    • {{ navigation.length == 2 ? "关闭菜单" : "关闭所有" - }} + }}
    • - 关闭左边 + 关闭左边
    • - - 关闭右边 + + 关闭右边
    • - 关闭其他 + 关闭其他
    @@ -131,52 +100,26 @@ - + - +
- +
-
-
+
+
- +
@@ -248,21 +191,22 @@ export default defineComponent({ { name: "white", color: "#fff" }, ]); const links = ref([ - { - text: "框架视频", - path: "https://www.cctalk.com/m/group/90268531", - id: -3, - }, - { text: "大屏数据", path: "/bigdata", id: -3 }, - { - text: "框架文档", - path: "http://v2.volcore.xyz/document/guide", - id: -2, - }, { - text: "框架企业版", - path: "http://pro.volcore.xyz/", - id: 10, - }, + // { + // text: "框架视频", + // path: "https://www.cctalk.com/m/group/90268531", + // id: -3, + // }, + // { text: "大屏数据", path: "/bigdata", id: -3 }, + // { + // text: "框架文档", + // path: "http://v2.volcore.xyz/document/guide", + // id: -2, + // }, { + // text: "框架企业版", + // path: "http://pro.volcore.xyz/", + // id: 10, + // }, + { text: "大屏数据", path: "/dataview", id: -5, icon: "el-icon-news"}, { text: "个人中心", path: "/UserInfo", id: -1, icon: "el-icon-s-custom" }, { text: "安全退出", @@ -622,7 +566,7 @@ export default defineComponent({ const getDepartName = () => { // departName.value = "长江云息设备集团"; http.get("api/Sys_Department/getUserDepartment", {}, true).then((data) => { - departName.value = data.DepartmentName; + departName.value = data.DepartmentName; }); } @@ -763,7 +707,9 @@ function showTime() { font-size: 14px; color: #333; box-shadow: 2px 2px 3px 0 rgb(182 182 182 / 20%); - i,button{ + + i, + button { font-size: 14px !important; } } @@ -784,12 +730,8 @@ function showTime() { letter-spacing: 1px; } -.el-tabs.el-tabs--top.el-tabs--border-card.header-navigation - > .el-tabs__header - .el-tabs__item:last-child, -.el-tabs--top.el-tabs--border-card.header-navigation - > .el-tabs__header - .el-tabs__item:nth-child(2) { +.el-tabs.el-tabs--top.el-tabs--border-card.header-navigation>.el-tabs__header .el-tabs__item:last-child, +.el-tabs--top.el-tabs--border-card.header-navigation>.el-tabs__header .el-tabs__item:nth-child(2) { padding: 0; }