We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0f44a commit 1f3024fCopy full SHA for 1f3024f
packages/element-x-ui/src/styles/Prompts.scss
@@ -18,7 +18,7 @@
18
.el-x-prompts-title {
19
margin-top: 0;
20
margin-bottom: 0.5em;
21
- font-weight: normal;
+ font-weight: $--el-x-font-size-medium;
22
color: $--color-text-secondary;
23
}
24
packages/element-x-ui/src/theme/var.scss
@@ -3,6 +3,9 @@
3
$--el-x-color-primary: $--color-primary ;
4
// 字体大小
5
$--el-x-font-size-base: $--font-size-base;
6
+ $--el-x-font-size-medium: $--font-size-medium;
7
+ $--el-x-font-size-large: $--font-size-large;
8
+ $--el-x-font-size-extra-large: $--font-size-extra-large;
9
10
// 字体颜色
11
$--el-x-text-color-primary: $--color-text-primary;
0 commit comments