Browse Source

跨目录移动按钮修改

duy 2 years ago
parent
commit
b542a7d9ae
3 changed files with 7 additions and 9 deletions
  1. 3 2
      src/views/archives/tuning.vue
  2. 1 5
      src/views/file/collection.vue
  3. 3 2
      src/views/file/records.vue

+ 3 - 2
src/views/archives/tuning.vue

@@ -164,11 +164,12 @@
                     </div>
                 </div>
                 <div class="hc-moves-transfer-buttons">
-                    <el-button hc-btn _icon size="small"
+                    <!-- <el-button hc-btn _icon size="small"
                                :type="tableCheckedKeys.length <= 0 || checkedMoves.length <= 0 ? '' : 'primary'"
                                :disabled="tableCheckedKeys.length <= 0 || checkedMoves.length <= 0">
                         <HcIcon name="arrow-right"/>
-                    </el-button>
+                    </el-button> -->
+                    <HcIcon type="primary" name="arrow-right-double" style="font-size: 22px;"/>
                 </div>
                 <div class="hc-moves-transfer-panel">
                     <div class="panel-header">选择移动目录</div>

+ 1 - 5
src/views/file/collection.vue

@@ -203,11 +203,7 @@
                     </div>
                 </div>
                 <div class="hc-moves-transfer-buttons">
-                    <el-button hc-btn _icon size="small"
-                               :type="fileDatasList.length <= 0 || checkedMoves.length <= 0 ? '' : 'primary'"
-                               :disabled="fileDatasList.length <= 0 || checkedMoves.length <= 0">
-                        <HcIcon name="arrow-right"/>
-                    </el-button>
+                    <HcIcon type="primary" name="arrow-right-double" style="font-size: 22px;"/>
                 </div>
                 <div class="hc-moves-transfer-panel">
                     <div class="panel-header">选择移动目录</div>

+ 3 - 2
src/views/file/records.vue

@@ -112,11 +112,12 @@
                     </div>
                 </div>
                 <div class="hc-moves-transfer-buttons">
-                    <el-button hc-btn _icon size="small"
+                    <!-- <el-button hc-btn _icon size="small"
                                :type="fileDatasList.length <= 0 || checkedMoves.length <= 0 ? '' : 'primary'"
                                :disabled="fileDatasList.length <= 0 || checkedMoves.length <= 0">
                         <HcIcon name="arrow-right"/>
-                    </el-button>
+                    </el-button> -->
+                    <HcIcon type="primary" name="arrow-right-double" style="font-size: 22px;"/>
                 </div>
                 <div class="hc-moves-transfer-panel">
                     <div class="panel-header">选择移动目录</div>