Przeglądaj źródła

文件 文件夹 显示位置问题修改

dev-version-manage
kim131 4 lat temu
rodzic
commit
f5aa0a07b4
2 zmienionych plików z 21 dodań i 32 usunięć
  1. +21
    -21
      public/static/css/main.css
  2. +0
    -11
      src/views/main_web/workspace/workspace.new.vue

+ 21
- 21
public/static/css/main.css Wyświetl plik

@@ -2795,86 +2795,86 @@ button:focus {
.skp-mid,
.defultImage-mid,
.video-mid{
position: relative;
/* position: relative;
top: 18px;
left: 15px;
left: 15px; */
}
.txt {
background: url("/static/img/fileType/txt.svg") no-repeat center;
}
.txt-mid {
background: url("/static/img/fileType/txt.svg") no-repeat;
background: url("/static/img/fileType/txt.svg") no-repeat center;
background-size:80% 76%;
}
.zip{
background: url("/static/img/fileType/zip.svg") no-repeat center;
}
.zip-mid{
background: url("/static/img/fileType/zip.svg") no-repeat;
background: url("/static/img/fileType/zip.svg") no-repeat center;
background-size:80% 76%;
}
.ae{
background: url("/static/img/fileType/ae.svg") no-repeat center;
}
.ae-mid{
background: url("/static/img/fileType/ae.svg") no-repeat;
background: url("/static/img/fileType/ae.svg") no-repeat center;
background-size:80% 76%;
}
.ai{
background: url("/static/img/fileType/ai.svg") no-repeat center;
}
.ai-mid{
background: url("/static/img/fileType/ai.svg") no-repeat;
background: url("/static/img/fileType/ai.svg") no-repeat center;
background-size:80% 76%;
}
.idml{
background: url("/static/img/fileType/idml.svg") no-repeat center;
}
.idml-mid{
background: url("/static/img/fileType/idml.svg") no-repeat;
background: url("/static/img/fileType/idml.svg") no-repeat center;
background-size:80% 76%;
}
.indd{
background: url("/static/img/fileType/indd.svg") no-repeat center;
}
.indd-mid{
background: url("/static/img/fileType/indd.svg") no-repeat;
background: url("/static/img/fileType/indd.svg") no-repeat center;
background-size:80% 76%;
}
.mp3{
background: url("/static/img/fileType/mp3.svg") no-repeat center;
}
.mp3-mid{
background: url("/static/img/fileType/mp3.svg") no-repeat;
background: url("/static/img/fileType/mp3.svg") no-repeat center;
background-size:80% 76%;
}
.pr{
background: url("/static/img/fileType/pr.svg") no-repeat center;
}
.pr-mid{
background: url("/static/img/fileType/pr.svg") no-repeat;
background: url("/static/img/fileType/pr.svg") no-repeat center;
background-size:80% 76%;
}
.ps{
background: url("/static/img/fileType/ps.svg") no-repeat center;
}
.ps-mid{
background: url("/static/img/fileType/ps.svg") no-repeat;
background: url("/static/img/fileType/ps.svg") no-repeat center;
background-size:80% 76%;
}
.sketch{
background: url("/static/img/fileType/sketch.svg") no-repeat center;
}
.sketch-mid{
background: url("/static/img/fileType/sketch.svg") no-repeat ;
background: url("/static/img/fileType/sketch.svg") no-repeat center;
background-size:80% 76%;
}
.video{
background: url("/static/img/fileType/video.svg") no-repeat center;
}
.video-mid{
background: url("/static/img/fileType/video.svg") no-repeat ;
background: url("/static/img/fileType/video.svg") no-repeat center;
background-size:80% 60%;
top: 30px !important;
}
@@ -2882,56 +2882,56 @@ button:focus {
background: url("/static/img/fileType/xmind.svg") no-repeat center;
}
.xmind-mid{
background: url("/static/img/fileType/xmind.svg") no-repeat ;
background: url("/static/img/fileType/xmind.svg") no-repeat center;
background-size:80% 76%;
}
.skp{
background: url("/static/img/bgtupian.png") no-repeat -1800px 0;
}
.skp-mid{
background: url("/static/img/fileType/skp.svg") no-repeat;
background: url("/static/img/fileType/skp.svg") no-repeat center;
background-size:80% 76%;
}
.rvt{
background: url("/static/img/bgtupian.png") no-repeat -1980px 0;
}
.rvt-mid{
background: url("/static/img/fileType/dwg.svg") no-repeat;
background: url("/static/img/fileType/dwg.svg") no-repeat center;
background-size:80% 76%;
}
.rar{
background: url("/static/img/bgtupian.png") no-repeat -2160px 0;
}
.rar-mid{
background: url("/static/img/fileType/rar.svg") no-repeat;
background: url("/static/img/fileType/rar.svg") no-repeat center;
background-size:80% 76%;
}
.nwc{
background: url("/static/img/bgtupian.png") no-repeat -2340px 0;
}
.nwc-mid{
background: url("/static/img/fileType/nwc.svg") no-repeat;
background: url("/static/img/fileType/nwc.svg") no-repeat center;
background-size:80% 76%;
}
.max{
background: url("/static/img/bgtupian.png") no-repeat -2520px 0;
}
.max-mid{
background: url("/static/img/fileType/max.svg") no-repeat;
background: url("/static/img/fileType/max.svg") no-repeat center;
background-size:80% 76%;
}
.dxf{
background: url("/static/img/bgtupian.png") no-repeat -2700px 0;
}
.dxf-mid{
background: url("/static/img/fileType/dxf.svg") no-repeat;
background: url("/static/img/fileType/dxf.svg") no-repeat center;
background-size:80% 76%;
}
.dwg{
background: url("/static/img/bgtupian.png") no-repeat -2880px 0;
}
.dwg-mid{
background: url("/static/img/fileType/dwg.svg") no-repeat;
background: url("/static/img/fileType/dwg.svg") no-repeat center;
background-size:80% 76%;
}
/* yun icon end */


+ 0
- 11
src/views/main_web/workspace/workspace.new.vue Wyświetl plik

@@ -152,11 +152,6 @@
</el-breadcrumb>
</span>
</div>
<!-- 文件仓 -->
<div>
<div>文件仓</div>
</div>
<!-- 工作列表主体 -->
<div
class="use-relative scollbarBox nobianju"
@@ -225,12 +220,6 @@
/>
</div>
</div>

<!-- 已提交的文件-->
<div>
<div>已提交的文件</div>
</div>

</div>
</div>
</section>


Ładowanie…
Anuluj
Zapisz