Skip to content

Commit 96fd2ef

Browse files
committed
feat: 更新 Prompts 组件标题样式,调整字体大小和权重
1 parent 1f3024f commit 96fd2ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/element-x-ui/src/styles/Prompts.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616

1717
// 标题样式
1818
.el-x-prompts-title {
19+
font-weight: normal;
20+
font-size: $--el-x-font-size-medium;
21+
color: $--color-text-secondary;
1922
margin-top: 0;
2023
margin-bottom: 0.5em;
21-
font-weight: $--el-x-font-size-medium;
22-
color: $--color-text-secondary;
2324
}
2425

2526
// 列表样式

0 commit comments

Comments
 (0)