Browse Source

按钮换行

duy 2 năm trước cách đây
mục cha
commit
cfe085808f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>