|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <cwg-page-wrapper class="create-page" :isHeaderFixed="true" :bgColor="'#f8f9f9'">
|
|
|
|
|
|
|
+ <cwg-page-wrapper class="create-page" :isHeaderFixed="true" >
|
|
|
<cwg-header :title="t('Home.page_ib.item1')" :showBack="false" />
|
|
<cwg-header :title="t('Home.page_ib.item1')" :showBack="false" />
|
|
|
<uni-loading v-if="loading" />
|
|
<uni-loading v-if="loading" />
|
|
|
<uni-row v-else class="demo-uni-row uni-row1" :gutter="20">
|
|
<uni-row v-else class="demo-uni-row uni-row1" :gutter="20">
|
|
|
- <uni-col :xs="24" :sm="24" :md="8" :lg="8" :xl="8" class="uni-col-left">
|
|
|
|
|
|
|
+ <uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" class="uni-col-left">
|
|
|
<view class="dashboard-container">
|
|
<view class="dashboard-container">
|
|
|
<!-- 余额卡片 -->
|
|
<!-- 余额卡片 -->
|
|
|
<view class="card balance-card">
|
|
<view class="card balance-card">
|
|
@@ -103,7 +103,7 @@
|
|
|
</view>-->
|
|
</view>-->
|
|
|
</view>
|
|
</view>
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
- <uni-col :xs="24" :sm="24" :md="16" :lg="16" :xl="16" class="uni-col-right">
|
|
|
|
|
|
|
+ <uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" class="uni-col-right">
|
|
|
<view class="dashboard-container">
|
|
<view class="dashboard-container">
|
|
|
<view class="card mam-card">
|
|
<view class="card mam-card">
|
|
|
<view class="card-header">
|
|
<view class="card-header">
|
|
@@ -924,13 +924,12 @@ onMounted(async () => {
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.dashboard-container {
|
|
|
|
|
- min-height: 10vh;
|
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: column;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ .dashboard-container {
|
|
|
|
|
+ min-height: 10vh;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
.mam-card {
|
|
.mam-card {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
@@ -938,15 +937,16 @@ onMounted(async () => {
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* 卡片通用样式 */
|
|
|
|
|
-.card {
|
|
|
|
|
- background: var(--color-white);
|
|
|
|
|
- color: var(--bs-heading-color);
|
|
|
|
|
- padding: px2rpx(12) px2rpx(16);
|
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
- margin-bottom: px2rpx(20);
|
|
|
|
|
- box-shadow: 0 px2rpx(4) px2rpx(12) rgba(0, 0, 0, 0.2);
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ /* 卡片通用样式 */
|
|
|
|
|
+ .card {
|
|
|
|
|
+ background: var(--bs-body-bg);
|
|
|
|
|
+ color: var(--bs-emphasis-color);
|
|
|
|
|
+ padding: px2rpx(12) px2rpx(16);
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+ flex: 1;
|
|
|
|
|
+ margin: 0 px2rpx(5) px2rpx(10);
|
|
|
|
|
+ box-shadow: 0 px2rpx(4) px2rpx(12) rgba(0, 0, 0, 0.2);
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
.custom-dialog-content {
|
|
.custom-dialog-content {
|
|
|
padding: px2rpx(20);
|
|
padding: px2rpx(20);
|
|
@@ -1033,7 +1033,7 @@ onMounted(async () => {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
gap: 5px;
|
|
gap: 5px;
|
|
|
- color: rgba(20, 29, 34, 0.6);
|
|
|
|
|
|
|
+ color: var(--bs-emphasis-color);
|
|
|
font-size: px2rpx(12);
|
|
font-size: px2rpx(12);
|
|
|
}
|
|
}
|
|
|
|
|
|