cxs 1 month ago
parent
commit
fe6a06b326
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/styles/element.scss

+ 5 - 0
src/styles/element.scss

@@ -369,3 +369,8 @@
 .el-checkbox__input.is-checked+.el-checkbox__label {
 .el-checkbox__input.is-checked+.el-checkbox__label {
     color: var(--el-text-color-regular);
     color: var(--el-text-color-regular);
 }
 }
+
+.el-form-item__label-wrap {
+  display: flex;
+  align-items: center;
+}