From 3e4904fda5c78cfd8b40fa925fd2970b01850224 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期五, 19 八月 2022 22:21:30 +0800 Subject: [PATCH] 添加摄像机权限 --- src/components/IndexHeader.vue | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/IndexHeader.vue b/src/components/IndexHeader.vue index 65a8d61..42dde17 100644 --- a/src/components/IndexHeader.vue +++ b/src/components/IndexHeader.vue @@ -7,12 +7,12 @@ <img class="logo" src="/images/index/LOGO.png" alt="" /> </router-link> <div class="title" @click="$router.push('/')">鏅烘収璁惧绠$悊骞冲彴</div> - <div class="label" @click="$router.push('/')">棣栭〉</div> + <!-- <div class="label" @click="$router.push('/')">棣栭〉</div> --> <!-- <div class="label">浜戞湇鍔�</div> --> <div class="label" @click="$router.push('/manageCenter')">绠$悊涓績</div> <div class="label" @click="$router.push('/dataView')">鏁版嵁鍒嗘瀽</div> <!-- <div class="label" @click="dataView">鏁版嵁鍒嗘瀽</div> --> - <div class="label" @click="$router.push('/product')">搴旂敤鍟嗗煄</div> + <!-- <div class="label" @click="$router.push('/product')">搴旂敤鍟嗗煄</div> --> </div> <!-- 宸︿晶 --> @@ -71,7 +71,7 @@ <div class="content"><span class="iconfont"></span> 宸插疄鍚嶈璇�</div> </li> - <li> + <li v-show="false"> <div class="label" @click="jump(0)">璁㈠崟绠$悊</div> </li> @@ -83,7 +83,7 @@ <div class="label">鏈娑堟伅</div> </li> --> - <li> + <li v-show="false"> <div class="label" @click="jump(0, 1)">鏈敮浠樿鍗�</div> </li> @@ -456,7 +456,7 @@ top: 64px; padding: 0 20px; width: 240px; - height: 327px; + // height: 327px; background-color: #fff; box-shadow: 0px 4px 12px rgba(96, 100, 106, 0.12); border-radius: 4px; @@ -468,7 +468,7 @@ } ul { - height: 200px; + // height: 200px; border-top: 1px solid #e9ebee; border-bottom: 1px solid #e9ebee; @@ -508,8 +508,9 @@ } .logOut { - margin-top: 20px; - font-size: 16px; + // margin-top: 20px; + line-height: 40px; + font-size: 14px; color: #3d3d3d; cursor: pointer; -- Gitblit v1.8.0