From ad48627faf6781f95e9bc71ec702812140d9ae04 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期一, 15 十一月 2021 17:21:24 +0800
Subject: [PATCH] 更换桌面背景
---
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