|
@@ -4,15 +4,14 @@
|
|
|
<div class="settingBox" @click="mouseClick">
|
|
|
<!-- 设置盒子顶部搜索 -->
|
|
|
<div class="topSearch">
|
|
|
- <div style="position: relative;">
|
|
|
- <el-input v-model="searchFire" class="searchFire" size="large" placeholder="搜索文件"
|
|
|
- style="width: 15rem;" />
|
|
|
+ <div style="position: relative;width: 80%;">
|
|
|
+ <el-input v-model="searchFire" class="searchFire" size="large" placeholder="搜索文件"/>
|
|
|
<el-icon style="color: gray;display: inline-block;position: absolute;top: 8px;right: 5px;">
|
|
|
- <Search />
|
|
|
+ <Search/>
|
|
|
</el-icon>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <el-icon style="font-size: 24px;" @click="createNewMenu(1,true)">
|
|
|
+ <el-icon @click="createNewMenu(1,true)" color="#505870" size="24">
|
|
|
<Plus />
|
|
|
</el-icon>
|
|
|
<!-- @click="createNewFile" -->
|
|
@@ -45,7 +44,7 @@
|
|
|
<template #content> 安全级别: {{ item.encryptLevel == 'L1'?'敏感':(item.encryptLevel == 'L2'?'涉密':(item.encryptLevel == 'L3'?'机密':'绝密')) }} </template>
|
|
|
<img src="../../assets/images/fileStyle.png" style="width: 72px;height: 72px;"></el-tooltip>
|
|
|
<img src="../../assets/images/fileStyle.png" style="width: 72px;height: 72px;" v-else>
|
|
|
- <p class="ellipsis-text">{{ item.dirName }}</p>
|
|
|
+ <p class="ellipsis-text shouzhi">{{ item.dirName }}</p>
|
|
|
<img class="levelImg" v-if="item.isEncrypt === 'Y'" :src="getLevelImg(item.encryptLevel)" alt="">
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1757,10 +1756,10 @@ p {
|
|
|
.settingBox {
|
|
|
width: 25vw;
|
|
|
height: 92vh;
|
|
|
- border: 1px solid black;
|
|
|
+ // border: 1px solid black;
|
|
|
border-radius: 4px;
|
|
|
/* margin: 5px 5px; */
|
|
|
- margin-right: 5px;
|
|
|
+ margin-right: 8px;
|
|
|
background-color: white;
|
|
|
}
|
|
|
|
|
@@ -1774,7 +1773,8 @@ p {
|
|
|
}
|
|
|
|
|
|
.searchFire {
|
|
|
- width: 248px;
|
|
|
+ // width: 248px;
|
|
|
+ flex: 1;
|
|
|
height: 32px;
|
|
|
}
|
|
|
|