From 9124a1fd6e21f099afc388f1107b479ac34cbd1a Mon Sep 17 00:00:00 2001 From: kim131 <1035828775@qq.com> Date: Thu, 12 Nov 2020 15:21:13 +0800 Subject: [PATCH] =?UTF-8?q?file-item=E9=83=A8=E5=88=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/img/警示.svg | 2 +- .../workspace/components/file-item.vue | 51 +++++++++++++++---- 2 files changed, 43 insertions(+), 10 deletions(-) diff --git a/public/static/img/警示.svg b/public/static/img/警示.svg index d01277f4..bbb5b021 100644 --- a/public/static/img/警示.svg +++ b/public/static/img/警示.svg @@ -3,7 +3,7 @@ diff --git a/src/views/main_web/workspace/components/file-item.vue b/src/views/main_web/workspace/components/file-item.vue index 248fb05d..f4b56a68 100644 --- a/src/views/main_web/workspace/components/file-item.vue +++ b/src/views/main_web/workspace/components/file-item.vue @@ -50,6 +50,19 @@ >
+ + +
+
+
-->
- -
+ +
+
+ +
+ + +
@@ -169,6 +190,9 @@ export default { rightShowMenu: Function, clientDownLoad: Function, setFileStatus: Function, + updateFileWorkStatus: Function, + fileClick: Function, + fileClickColl: Function }, data() { return { @@ -214,4 +238,13 @@ export default { .progress-circle svg .el-progress-circle__track { stroke: #fff !important; } + .have-modified-icon { + width : 22px; + height: 22px; + border-radius: 50%; + background-color: #fff; + } + .modified-icon-parent { + background-color: transparent !important; + } \ No newline at end of file