刘洋 1 gadu atpakaļ
vecāks
revīzija
ff76a260d3
2 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  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;
+}