Browse Source

消除警告

duy 5 months ago
parent
commit
8ba59d9fe6

+ 1 - 1
src/components/tree/hc-tree.vue

@@ -11,7 +11,7 @@
                         <span> {{ node.label }}</span>
                     </div>
                     <div v-else class="label">
-                        <el-radio v-if="isRadio && showRadioFun(data)" class="size-xl" :label="data.id" @click.stop="clickRadio(data)">
+                        <el-radio v-if="isRadio && showRadioFun(data)" class="size-xl" :value="data.id" @click.stop="clickRadio(data)">
                             {{ node.label }}
                         </el-radio>
                         <span v-else>{{ node.label }}</span>

+ 1 - 1
src/styles/page/archives/tuning.scss

@@ -8,7 +8,7 @@
     height: 100%;
     align-items: center;
     .hc-moves-transfer-panel {
-        width: 50%;
+        width: 47%;
         position: relative;
         height: 100%;
         background: #ffffff;

+ 1 - 1
src/views/archives/tuning.vue

@@ -96,7 +96,7 @@
             </template>
         </hc-new-card>
         <!-- 跨目录移动 -->
-        <hc-new-dialog v-model="movesModal" :loading="movesModalLoading" is-table title="跨目录移动" widths="990px" @close="movesModalClose" @save="movesModalSave">
+        <hc-new-dialog v-model="movesModal" :loading="movesModalLoading" is-table title="跨目录移动" widths="80vw" @close="movesModalClose" @save="movesModalSave">
             <div class="hc-moves-transfer-box">
                 <div class="hc-moves-transfer-panel">
                     <div class="panel-header">