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