加群需要添加API

This commit is contained in:
cbb
2026-01-06 17:54:57 +08:00
parent 578eafafa1
commit 95b46d5cf4
7 changed files with 442 additions and 328 deletions

View File

@@ -33,18 +33,20 @@
margin-top: 12px;
overflow: hidden;
.group-introduction-list{
.group-introduction-list {
flex: 1;
display: flex;
flex-direction: column;
overflow: auto;
padding: 12px 18px;
padding: 12rpx 24rpx;
width: calc(100% - 48rpx);
}
.select-item {
border-radius: 26rpx;
}
&-item {
padding: 14px 18px;
border-bottom: 1px solid #E5E5E5;
border-bottom: 2rpx solid #e5e5e5;
&-label {
font-size: 14px;
}