feat(userManagement): 用户管理新增空态与同步进度弹框组件
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
9040fc4fba
commit
3e0d260fdc
@@ -0,0 +1,11 @@
|
||||
<block wx:if="{{ show }}">
|
||||
<view class="sync-mask"></view>
|
||||
<view class="sync-panel">
|
||||
<view class="sync-title">同步成员至设备</view>
|
||||
<view class="sync-status">{{ status }}</view>
|
||||
<view class="sync-percent">{{ percent }}%</view>
|
||||
<view class="sync-progress">
|
||||
<view class="sync-progress-inner" style="width: {{ percent }}%;"></view>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
Reference in New Issue
Block a user