mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-19 13:04:21 +08:00
(improvement)(chat-sdk) add parse error detail (#1476)
This commit is contained in:
@@ -162,6 +162,11 @@
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
&-step-error-icon {
|
||||
color: var(--error-color);
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
&-content-container {
|
||||
margin: 2px 0 2px 7px;
|
||||
padding: 10px 0 4px 18px;
|
||||
@@ -173,6 +178,10 @@
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
&-content-container-failed {
|
||||
border-left: 1px solid transparent;
|
||||
}
|
||||
|
||||
&-auth-tip {
|
||||
font-size: 13px;
|
||||
color: var(--text-color-secondary);
|
||||
|
||||
Reference in New Issue
Block a user