fix: the issue of ineffective style modification (#2751)
This commit is contained in:
parent
45cc368cf3
commit
6e29e24dc3
|
@ -77,7 +77,7 @@
|
||||||
// 弹窗内容区的垂直内边距
|
// 弹窗内容区的垂直内边距
|
||||||
--tv-Modal-box-body-padding-y: 0;
|
--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);
|
--tv-Modal-box-body-text-text-color: var(--tv-color-text-secondary);
|
||||||
// ------------------------------------------footer
|
// ------------------------------------------footer
|
||||||
|
|
Loading…
Reference in New Issue