Browse Source

按钮换行

duy 2 years ago
parent
commit
f2b32b5142
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/file/collection.vue

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

@@ -302,7 +302,7 @@
                     </el-select>
                 </template>
                 <template #action="{row,index}">
-                    <HcFileUpload1 v-if="row.id" @change="newUploadsChange($event, row)"
+                    <HcFileUpload1 v-if="row.id" @change="newUploadsChange($event, row)" style="display:inline-block"
                                    @progress="newUploadsProgress($event, row)">
                             <el-button :loading="row['newBtnLoading']" plain size="small" type="primary">替换</el-button>
                     </HcFileUpload1>