fix: the issue of ineffective style modification (#2751)

This commit is contained in:
James 2025-01-07 11:39:20 +08:00 committed by GitHub
parent 45cc368cf3
commit 6e29e24dc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
// 弹窗内容区的垂直内边距
--tv-Modal-box-body-padding-y: 0;
// 弹窗内容区的消息文本字体大小
--tv-Modal-box-body-text-font-size: var(--tv-font-size-m);
--tv-Modal-box-body-text-font-size: var(--tv-font-size-md);
// 弹窗内容区的消息文本字体颜色
--tv-Modal-box-body-text-text-color: var(--tv-color-text-secondary);
// ------------------------------------------footer