Browse Source

style: model fields label宽度调整

xyh 2 năm trước cách đây
mục cha
commit
a275f52b05
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/app/src/components/modal-fields/index.css

+ 1 - 1
packages/app/src/components/modal-fields/index.css

@@ -19,7 +19,7 @@
 
 .ld-modal-field-label {
   display: block;
-  width: 5em;
+  min-width: 7em;
   height: 32px;
   font-size: var(--content-font-size);
   line-height: 2.2;