Bläddra i källkod

协作文件单独显示右键菜单

dev-remain
kim131 4 år sedan
förälder
incheckning
47656feffd
2 ändrade filer med 3 tillägg och 1 borttagningar
  1. +1
    -1
      src/views/main_web/workspace/components/file-item.vue
  2. +2
    -0
      src/views/main_web/workspace/workspace.new.vue

+ 1
- 1
src/views/main_web/workspace/components/file-item.vue Visa fil

@@ -392,7 +392,7 @@ export default {
white-space: nowrap;
}
.function-disabled {
color: rgb(216,216,216);
color: #adadad;
}
.function-disabled:hover {
cursor: not-allowed;


+ 2
- 0
src/views/main_web/workspace/workspace.new.vue Visa fil

@@ -174,11 +174,13 @@
v-for="file in cooperationFileList"
:key="file.id"
:file="file"
:tempRightFileId="tempRightFileId"
:clientDownLoad="clientDownLoad"
:showFileMilestone="showFileMilestone"
:nodeFolder="currentNodeFolder"
:currentFolder="currentFolder"
@dblclick.native="fileClick(file)"
@oneFileRightBtnClick="oneFileRightBtnClick"
:localFileHashMap="localFileHashMap"
:loadingState="localFileLoadStateMap[file.id]"
@dragstart.native="onfileDragStart(file, $event)"


Laddar…
Avbryt
Spara