There was an error while loading. Please reload this page.
1 parent 610b451 commit a6c8140Copy full SHA for a6c8140
1 file changed
packages/pro-components/chat/chat-markdown/_example/tail/custom-tail2/custom-tail2.wxss
@@ -1,5 +1,5 @@
1
/* 自定义光标样式:省略号 */
2
.custom-tail2 {
3
display: inline-block;
4
- color: rgba(0, 0, 0, 0.9);
+ color: var(--td-text-color-primary, rgba(0, 0, 0, 0.9));
5
}
0 commit comments