소스 검색

style: model fields label宽度调整

xyh 2 년 전
부모
커밋
a275f52b05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;