Selaa lähdekoodia

修改字体大小

zs 10 kuukautta sitten
vanhempi
commit
fe6557f0c0
1 muutettua tiedostoa jossa 13 lisäystä ja 0 poistoa
  1. 13 0
      src/styles/variables.scss

+ 13 - 0
src/styles/variables.scss

@@ -61,3 +61,16 @@ $global-font-size-26: 26px;
 .el-button {
   font-size: 16px !important; /* 设置按钮的字体大小为你想要的尺寸 */
 }
+/* custom-element-plus.css */
+.el-select-dropdown__item {
+  font-size: 16px !important; /* 设置下拉选项的字体大小 */
+}
+
+.el-cascader__menu-item {
+  font-size: 16px !important; /* 设置级联选择器菜单项的字体大小 */
+}
+
+/* 如果需要调整级联选择器输入框的字体大小 */
+.el-cascader__input {
+  font-size: 16px !important; /* 设置输入框内的字体大小 */
+}