You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* 修改所有 el-form-item 的标签字体 */
|
|
.el-form-item__label {
|
|
font-size: 14px !important; /* 调整标签字体 */
|
|
}
|
|
|
|
/* 修改表单项内容字体 */
|
|
.el-form-item .el-input__inner,
|
|
.el-form-item .el-select__placeholder {
|
|
font-size: 12px !important; /* 调整输入框/下拉框字体 */
|
|
} |