From 1e1e5f612f252d66b0d0386cf52873bb1f3f7d7b Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 01 九月 2023 16:10:37 +0800 Subject: [PATCH] 系统维护+系统监控器+调试工具的app 增加 --- src/components/subComponents/LocalVedioList.vue | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/components/subComponents/LocalVedioList.vue b/src/components/subComponents/LocalVedioList.vue index 511f87c..1762b8e 100644 --- a/src/components/subComponents/LocalVedioList.vue +++ b/src/components/subComponents/LocalVedioList.vue @@ -17,7 +17,9 @@ <span class="iconfont iconshipinwenjianjia1 folder" v-else-if="item.type === 3"></span> <span class="iconfont iconwenjian folder" v-else></span> + <!-- <el-tooltip class="item" effect="dark" :content="item.name" placement="top" :enterable="false" transition="all 0 ease 0" > --> <span class="folder-name">{{item.name}}</span> + <!-- </el-tooltip> --> <!-- 绠楁硶閰嶇疆涓嶅叏 --> <i class="iconfont iconicon-test6 folder-status" v-if="item.status === 0"></i> @@ -76,6 +78,11 @@ height: 100%; .top-menu { text-align: left; + position: absolute; + z-index: 1; + top: 54px; + background: #fff; + width: 100%; } .folder { @@ -89,6 +96,10 @@ margin-left: 5px; float: left; line-height: 27px; + max-width: 134px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .folder-status { color: #3d68e1; @@ -98,7 +109,7 @@ } ul { - margin: 10px 25px; + margin: 25px 25px 10px; } li { width: 100%; -- Gitblit v1.8.0