|
@@ -14,13 +14,14 @@
|
|
|
</view>
|
|
</view>
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
<uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" class="uni-col-left">
|
|
<uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" class="uni-col-left">
|
|
|
- <view class="dashboard-container">
|
|
|
|
|
|
|
+ <uni-row class="dashboard-container">
|
|
|
<!-- 余额卡片 操作代码隐藏了,-->
|
|
<!-- 余额卡片 操作代码隐藏了,-->
|
|
|
<!-- <cwg-dropdown :menu-list="menuList" @menuClick="handleMenuClick">-->
|
|
<!-- <cwg-dropdown :menu-list="menuList" @menuClick="handleMenuClick">-->
|
|
|
<!-- <view class="pc-header-btn">-->
|
|
<!-- <view class="pc-header-btn">-->
|
|
|
<!-- <cwg-icon name="crm-ellipsis" :size="24" color="#000" />-->
|
|
<!-- <cwg-icon name="crm-ellipsis" :size="24" color="#000" />-->
|
|
|
<!-- </view>-->
|
|
<!-- </view>-->
|
|
|
<!-- </cwg-dropdown>-->
|
|
<!-- </cwg-dropdown>-->
|
|
|
|
|
+ <uni-col :xs="24" :sm="24" :md="8" :lg="8" :xl="8">
|
|
|
<view class="card position-relative">
|
|
<view class="card position-relative">
|
|
|
<view class="card-body d-flex gap-3 align-items-center">
|
|
<view class="card-body d-flex gap-3 align-items-center">
|
|
|
<view class="clearfix pe-2 text-warning"> <img src="/static/images/dollar.png" alt="dollar" class="img-fluid"> </view>
|
|
<view class="clearfix pe-2 text-warning"> <img src="/static/images/dollar.png" alt="dollar" class="img-fluid"> </view>
|
|
@@ -30,6 +31,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ </uni-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 开户链接 -->
|
|
<!-- 开户链接 -->
|
|
@@ -51,7 +53,7 @@
|
|
|
<!-- </view>-->
|
|
<!-- </view>-->
|
|
|
<!-- </view>-->
|
|
<!-- </view>-->
|
|
|
<!-- </view>-->
|
|
<!-- </view>-->
|
|
|
-
|
|
|
|
|
|
|
+ <uni-col :xs="24" :sm="24" :md="8" :lg="8" :xl="8">
|
|
|
<view class="card position-relative">
|
|
<view class="card position-relative">
|
|
|
<view class="card-body d-flex gap-3 align-items-center">
|
|
<view class="card-body d-flex gap-3 align-items-center">
|
|
|
<view class="clearfix pe-2 text-warning">
|
|
<view class="clearfix pe-2 text-warning">
|
|
@@ -63,6 +65,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ </uni-col>
|
|
|
|
|
+ <uni-col :xs="24" :sm="24" :md="8" :lg="8" :xl="8">
|
|
|
<view class="card position-relative">
|
|
<view class="card position-relative">
|
|
|
<view class="card-body d-flex gap-3 align-items-center">
|
|
<view class="card-body d-flex gap-3 align-items-center">
|
|
|
<view class="clearfix pe-2 text-warning">
|
|
<view class="clearfix pe-2 text-warning">
|
|
@@ -74,7 +78,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
|
|
+ </uni-col>
|
|
|
|
|
|
|
|
<!-- 名下客户 -->
|
|
<!-- 名下客户 -->
|
|
|
<!-- <view class="card custom-card">-->
|
|
<!-- <view class="card custom-card">-->
|
|
@@ -123,7 +127,7 @@
|
|
|
<button class="link-btn">{{ t('Ib.Index.Copy') }}</button>
|
|
<button class="link-btn">{{ t('Ib.Index.Copy') }}</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>-->
|
|
</view>-->
|
|
|
- </view>
|
|
|
|
|
|
|
+ </uni-row>
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
<uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" class="uni-col-right">
|
|
<uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" class="uni-col-right">
|
|
|
<view class="card">
|
|
<view class="card">
|
|
@@ -764,7 +768,6 @@ onMounted(async () => {
|
|
|
.dashboard-container {
|
|
.dashboard-container {
|
|
|
min-height: 10vh;
|
|
min-height: 10vh;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
- display: flex;
|
|
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
}
|
|
}
|
|
|
|
|
|