|
@@ -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; /* 设置输入框内的字体大小 */
|
|
|
+}
|