|
|
@@ -127,7 +127,9 @@
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
}
|
|
|
-
|
|
|
+ .box_title {
|
|
|
+ padding-left: 5px;
|
|
|
+ }
|
|
|
.van-nav-bar__left {
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
@@ -143,7 +145,7 @@
|
|
|
.top_data {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
+ justify-content: flex-end;
|
|
|
padding: 10px;
|
|
|
height: 54px;
|
|
|
background: #FFFFFF;
|
|
|
@@ -310,8 +312,16 @@
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
+ margin-bottom: 15px;
|
|
|
+ }
|
|
|
+ .clientCharts_titleA{
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #222222;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin-bottom: 15px;
|
|
|
}
|
|
|
-
|
|
|
.clientCharts_title {
|
|
|
font-weight: 500;
|
|
|
font-size: 12px;
|
|
|
@@ -336,7 +346,6 @@
|
|
|
font-size: 12px;
|
|
|
color: #1677FF;
|
|
|
text-decoration-line: underline;
|
|
|
- margin-bottom: 15px;
|
|
|
}
|
|
|
|
|
|
.all_data {
|
|
|
@@ -639,10 +648,10 @@
|
|
|
</template>
|
|
|
</van-nav-bar>
|
|
|
<div class="top_data">
|
|
|
- <div class="top_data_title">
|
|
|
+ <!-- <div class="top_data_title">
|
|
|
<image class="navbar_icon" src="./img/jxs6.png"></image>
|
|
|
<div class="top_data_title_text">{{pageTitle}}</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<!-- <div class="top_data_right" v-if="pageTitle === '客户资产'">
|
|
|
<div class="top_data_title item_gap" @click="showPicker = true">
|
|
|
<div class="top_data_title_branch">网点:{{outletName}}</div>
|
|
|
@@ -831,7 +840,9 @@
|
|
|
<div class="page4_content" v-show="pageTitle === '客户资产'">
|
|
|
<!-- 客户资产 -->
|
|
|
<div class="box_connect">
|
|
|
- <div class="clientCharts_title" style="margin-bottom: 0;">总数据
|
|
|
+ <div class="clientCharts_titleA" style="margin-bottom: 0;">
|
|
|
+ <image class="navbar_icon" src="./img/jxs6.png"></image>
|
|
|
+ <span class="box_title">客户资产总数据</span>
|
|
|
<van-popover style="height: 20px;" v-model="showPopover" trigger="click" theme="dark" placement="right">
|
|
|
<div class="explain_list">
|
|
|
<div>总客户数:添加企微的客户总数</div>
|
|
|
@@ -1104,7 +1115,10 @@
|
|
|
<div class="page4_content2" v-show="pageTitle === '运营任务'"> -->
|
|
|
<div class="box_connect">
|
|
|
<div class="clientCharts_title_box">
|
|
|
- <div class="clientCharts_title">运营任务总数据</div>
|
|
|
+ <div class="clientCharts_titleA" style="margin-bottom: 0;">
|
|
|
+ <image class="navbar_icon" src="./img/jxs6.png"></image>
|
|
|
+ <span class="box_title">运营任务总数据</span>
|
|
|
+ </div>
|
|
|
<div class="clientCharts_title_right" @click="handleDoneReply">查看更多</div>
|
|
|
</div>
|
|
|
<div class="branch_table">
|