mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-19 13:04:21 +08:00
(improvement)(chat-sdk) optimize message card width and show table when metrics count is greater than 1 (#1496)
This commit is contained in:
@@ -97,18 +97,13 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&-msg-card {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
&-content {
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
min-width: 1px;
|
||||
max-width: 100%;
|
||||
padding: 12px 16px;
|
||||
padding: 12px 20px 12px 16px;
|
||||
background: #fff;
|
||||
min-height: 100px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 0 2px rgba(0, 0, 0, 0.12);
|
||||
|
||||
Reference in New Issue
Block a user