|
|
@@ -1,8 +1,9 @@
|
|
|
<template>
|
|
|
<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-row v-else class="demo-uni-row uni-row1" :gutter="20">
|
|
|
+
|
|
|
<uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" class="uni-col-left">
|
|
|
<view class="dashboard-container">
|
|
|
<!-- 余额卡片 -->
|
|
|
@@ -112,7 +113,7 @@
|
|
|
</view>
|
|
|
<view class="header-right" v-if="showAddMamAccount">
|
|
|
<cwg-dropdown :menu-list="addMamAccountMenus" @menuClick="handleAddMamAccountMenuClick">
|
|
|
- <button type="primary" class="add-mam-btn">
|
|
|
+ <button class="btn btn-dark btn-shadow waves-effect add-mam-btn">
|
|
|
<cwg-icon name="icon_add" :size="18" color="#fff" />
|
|
|
<text class="btn-text">{{ t('Custom.Index.AddAccount') }}</text>
|
|
|
</button>
|
|
|
@@ -972,7 +973,7 @@ onMounted(async () => {
|
|
|
}
|
|
|
|
|
|
.header-title {
|
|
|
- font-size: px2rpx(14);
|
|
|
+ font-size: px2rpx(24.5);
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
|
|
|
@@ -1146,13 +1147,7 @@ onMounted(async () => {
|
|
|
.mam-card {
|
|
|
.add-mam-btn {
|
|
|
display: flex;
|
|
|
- background-color: var(--color-error);
|
|
|
align-items: center;
|
|
|
- gap: 8rpx;
|
|
|
- height: px2rpx(32);
|
|
|
- line-height: px2rpx(32);
|
|
|
- padding: 0 px2rpx(12);
|
|
|
- margin: 0;
|
|
|
}
|
|
|
}
|
|
|
|