fix:联调评论接口、新增流程管理列表模块页面

This commit is contained in:
liangdong
2026-01-08 18:34:05 +08:00
parent cbdc1231ce
commit 6d93092f10
24 changed files with 824 additions and 645 deletions

View File

@@ -189,7 +189,6 @@ $color-white: #fff;
.sub-list-controls {
display: flex;
align-items: center;
margin-top: 12px;
padding-left: 46px; // 与头像对齐的偏移量
.expand-line {
@@ -230,6 +229,12 @@ $color-white: #fff;
background-color: rgba(64, 158, 255, 0.2);
}
}
.observer-anchor{
text-align: center;
font-size: 12px;
color: #808080;
}
}
// 评论组件骨架屏