소스 검색

style: `el-form`的`label`和全局的`label`样式保持一致

xiaoxian521 2 년 전
부모
커밋
b674db0a06
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/style/element-plus.scss

+ 4 - 0
src/style/element-plus.scss

@@ -1,3 +1,7 @@
+.el-form-item__label {
+  font-weight: 700;
+}
+
 .el-breadcrumb__inner,
 .el-breadcrumb__inner a {
   font-weight: 400 !important;