Skip to content

Commit 5530142

Browse files
authored
Merge pull request #37 from TencentCloudBase/dev
Dev
2 parents 10d9917 + a6957b2 commit 5530142

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+481
-356
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.8.2](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.8.1...v1.8.2) (2025-04-09)
6+
7+
8+
### Bug Fixes
9+
10+
* 源码组件对齐低码组件UI优化 ([b01fcc5](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/b01fcc5ae5afbd67d9e3a1a75855db0f4fcab867))
11+
* fix ([dab7ef9](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/dab7ef917bc7f658c01df453a23f15d1c9446721))
12+
* fix change cloud ins bug ([c2712aa](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/c2712aa1f7767a025373ab4a105137b0223359d1))
13+
514
### [1.8.1](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.8.0...v1.8.1) (2025-04-08)
615

716

apps/miniprogram-agent-ui/miniprogram/components/agent-ui/chatFile/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Component({
6060
},
6161
method: "POST",
6262
success: (res) => {
63-
console.log("resolve agent file res", res);
63+
console.log("old resolve agent file res", res);
6464
this.setData({
6565
formatSize: this.transformSize(this.data.fileData.fileSize),
6666
});

apps/miniprogram-agent-ui/miniprogram/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

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 2 additions & 0 deletions
Loading
Lines changed: 2 additions & 0 deletions
Loading
Lines changed: 2 additions & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 3 additions & 2 deletions
Loading
Lines changed: 2 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)