刘洋 1 год назад
Родитель
Сommit
ff76a260d3
2 измененных файлов с 10 добавлено и 0 удалено
  1. 3 0
      src/style/tdesign-reset.css
  2. 7 0
      src/style/tdesign-reset.less

+ 3 - 0
src/style/tdesign-reset.css

@@ -73,3 +73,6 @@
   display: block;
   padding-bottom: 10px;
 }
+.t-upload .t-upload__card .t-upload__card-item .t-upload__card-content .t-image__wrapper {
+  min-width: 64px;
+}

+ 7 - 0
src/style/tdesign-reset.less

@@ -101,3 +101,10 @@
   display: block;
   padding-bottom: 10px;
 }
+.t-upload
+  .t-upload__card
+  .t-upload__card-item
+  .t-upload__card-content
+  .t-image__wrapper {
+  min-width: 64px;
+}