Skip to content

Commit 5b5a5de

Browse files
committed
chore: sync agent-ui component before release
1 parent b01fcc5 commit 5b5a5de

File tree

19 files changed

+353
-299
lines changed

19 files changed

+353
-299
lines changed

components/agent-ui/chatFile/index.wxss

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
/* components/agent-ui-new/chatFIle/chatFile.wxss */
22
.chat_file {
3-
padding: 24rpx;
3+
padding: 16rpx 24rpx;
44
background: #ffffff;
55
border-radius: 12rpx;
6-
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.253);
7-
margin: 16rpx 5rpx;
8-
width: 130px;
6+
/* box-shadow: 0 1px 8px rgba(0, 0, 0, 0.253); */
7+
/* margin: 0rpx 5rpx; */
8+
/* max-width: 110px; */
9+
width: 110px;
910
position: relative;
11+
background-color: #f3f4f6;
1012
}
1113

1214
.chat_file:active {
@@ -20,8 +22,8 @@
2022
}
2123

2224
.chat_file__icon {
23-
width: 80rpx;
24-
height: 80rpx;
25+
width: 60rpx;
26+
height: 60rpx;
2527
flex-shrink: 0;
2628
}
2729

0 commit comments

Comments
 (0)