zhb пре 4 недеља
родитељ
комит
82c60d787b
3 измењених фајлова са 31 додато и 19 уклоњено
  1. 1 1
      components/cwg-header.vue
  2. 15 9
      pages/follow/account-management.vue
  3. 15 9
      pages/follow/trading-management.vue

+ 1 - 1
components/cwg-header.vue

@@ -4,7 +4,7 @@
       <view v-if="showBackIcon" class="back">
         <cwg-icon name="dropdown" class="back-icon" :color="isDark ? '#fff' : '#000000'" @click="handleBack" />
       </view>
-      <view>{{ headerTitleReady ? headerTitle : '' }}</view>
+      <h3 class="mb-0">{{ headerTitleReady ? headerTitle : '' }}</h3>
     </view>
     <view class="header-r">
       <slot></slot>

+ 15 - 9
pages/follow/account-management.vue

@@ -1,17 +1,23 @@
 <template>
     <cwg-page-wrapper class="create-page" :isHeaderFixed="true">
-
-        <view class="content-container">
-            <!-- 动态字段列表 -->
-            <view class="content-title">
-                <cwg-header :title="t('Documentary.TundManagement.item9')" />
-                <view class="content-title-btns">
-                    <view class="btn-primary btn-primary1" @click="toSubscribeList()">
-                        <cwg-icon icon="crm-plus" :size="16" color="#fff" />
-                        <text v-t="'Documentary.TundManagement.item44'" />
+        <view class="container">
+            <view class="row">
+                <view class="col-12">
+                    <view class="border-0 card-header">
+                        <view class="d-flex flex-wrap gap-3 align-items-center justify-content-between mb-3">
+                            <h3 class="mb-0" v-t="'Documentary.TundManagement.item9'"></h3>
+                            <view class="btn btn-secondary btn-shadow waves-effect" @click="toSubscribeList">
+                                <view class="d-flex align-items-center">
+                                    <cwg-icon icon="crm-plus" :size="16" color="#fff" />
+                                    <text v-t="'Documentary.TundManagement.item44'" />
+                                </view>
+                            </view>
+                        </view>
                     </view>
                 </view>
             </view>
+        </view>
+        <view class="content-container">
             <uni-loading v-if="accountDataLoading" />
             <template v-else>
                 <view class="field-container" v-if="accountData.length > 0">

+ 15 - 9
pages/follow/trading-management.vue

@@ -1,17 +1,23 @@
 <template>
     <cwg-page-wrapper class="create-page" :isHeaderFixed="true">
-
-        <view class="content-container">
-            <!-- 动态字段列表 -->
-            <view class="content-title">
-                <cwg-header :title="t('Documentary.TundManagement.item11')" />
-                <view class="content-title-btns">
-                    <view class="btn-primary btn-primary1" @click="getCustomLoginDownLogin()">
-                        <cwg-icon icon="crm-plus" :size="16" color="#fff" />
-                        <text v-t="'Documentary.TundManagement.item12'" />
+        <view class="container">
+            <view class="row">
+                <view class="col-12">
+                    <view class="border-0 card-header">
+                        <view class="d-flex flex-wrap gap-3 align-items-center justify-content-between mb-3">
+                            <h3 class="mb-0" v-t="'Documentary.TundManagement.item11'"></h3>
+                            <view class="btn btn-secondary btn-shadow waves-effect" @click="getCustomLoginDownLogin">
+                                <view class="d-flex align-items-center">
+                                    <cwg-icon icon="crm-plus" :size="16" color="#fff" />
+                                    <text v-t="'Documentary.TundManagement.item12'" />
+                                </view>
+                            </view>
+                        </view>
                     </view>
                 </view>
             </view>
+        </view>
+        <view class="content-container">
             <uni-loading v-if="accountDataLoading" />
             <template v-else>
                 <view class="field-container" v-if="accountData.length > 0">