Commit dec35a73 authored by 华国豪's avatar 华国豪 🙄

调整个人首页

parent e6e0a9e4
...@@ -66,6 +66,10 @@ export default { ...@@ -66,6 +66,10 @@ export default {
font-size: 13px; font-size: 13px;
line-height: 25px; line-height: 25px;
position: relative; position: relative;
overflow-x: hidden;
}
.ad .content img{
max-width: 100%;
} }
.ad .content .notice-title { .ad .content .notice-title {
padding-bottom: 10px; padding-bottom: 10px;
......
...@@ -96,6 +96,8 @@ ...@@ -96,6 +96,8 @@
></el-pagination> ></el-pagination>
</div> </div>
<!-- 未认款 --> <!-- 未认款 -->
<el-row :gutter="20">
<el-col :span="12">
<div class="orders" v-loading="RLoading"> <div class="orders" v-loading="RLoading">
<div class="title">未认款</div> <div class="title">未认款</div>
<i class="more iconfont icon-gengduo1" title="查看所有未认款" @click="openAllMan"></i> <i class="more iconfont icon-gengduo1" title="查看所有未认款" @click="openAllMan"></i>
...@@ -103,27 +105,23 @@ ...@@ -103,27 +105,23 @@
<table> <table>
<thead> <thead>
<th>别名</th> <th>别名</th>
<th>户名</th> <!-- <th>户名</th> -->
<th>开户行</th> <!-- <th>开户行</th>
<th>账号</th> <th>账号</th> -->
<th>交易时间</th> <th>交易时间</th>
<th></th> <th></th>
<th></th> <!-- <th></th> -->
<th>对方户名</th> <th>对方户名</th>
</thead> </thead>
<tbody> <tbody>
<tr v-for="(item, index) in rList" :key="index"> <tr v-for="(item, index) in rList" :key="index">
<td class="bold">{{item.Alias}}</td> <td class="bold">{{item.Alias}}</td>
<td class="blue bold">{{item.AccountName}}</td> <!-- <td class="bold">{{item.OpeningBank}}</td>
<td class="bold">{{item.OpeningBank}}</td> <td>{{item.BackNo | PNumber}}</td> -->
<td>{{item.BackNo | PNumber}}</td>
<td class="bold">{{item.TradeDate}}</td> <td class="bold">{{item.TradeDate}}</td>
<td class="bold org">{{item.Income | MoneyMu}}</td> <td class="bold org">{{item.Income | MoneyMu}}</td>
<td class="bold red">{{item.Refund | MoneyMu}}</td> <!-- <td class="bold red">{{item.Refund | MoneyMu}}</td> -->
<td class="bold red">{{item.Remitter}}</td> <td class="bold red">{{item.Remitter}}</td>
<!-- <td class="op" @click="openOrders(item.orderId)">
<i title="查看" class="el-icon-view"></i>
</td> -->
</tr> </tr>
<tr v-if="!rList || rList.length==0"> <tr v-if="!rList || rList.length==0">
<td <td
...@@ -135,22 +133,14 @@ ...@@ -135,22 +133,14 @@
</table> </table>
</div> </div>
</div> </div>
</el-col>
<el-col :span="12">
<div class="first"> <div class="first">
<div class="pingtai"> <!-- <div class="imbox">
<div class="title">成交平台占比</div>
<pingtai :result="result.orderSourceList" :total='result.totalOrderNum'></pingtai>
</div>
<div class="cloud">
<div class="title">云盘</div>
<cloud :result="result.cloudStorageList"></cloud>
</div>
</div>
<!-- <div class="first">
<div class="imbox">
<div class="title">近期消息</div> <div class="title">近期消息</div>
<imbox></imbox> <imbox></imbox>
</div> </div> -->
<div class="imbox" style="margin-left:20px;padding-top:60px"> <div class="imbox" style="padding-top:60px; margin-top: 20px;">
<div class="title">公告通知</div> <div class="title">公告通知</div>
<div class="tab"> <div class="tab">
<span <span
...@@ -167,7 +157,19 @@ ...@@ -167,7 +157,19 @@
<gonggao v-show="choseNoticeType==0"></gonggao> <gonggao v-show="choseNoticeType==0"></gonggao>
<notice v-show="choseNoticeType==1"></notice> <notice v-show="choseNoticeType==1"></notice>
</div> </div>
</div> --> </div>
</el-col>
</el-row>
<div class="first">
<div class="pingtai">
<div class="title">成交平台占比</div>
<pingtai :result="result.orderSourceList" :total='result.totalOrderNum'></pingtai>
</div>
<div class="cloud">
<div class="title">云盘</div>
<cloud :result="result.cloudStorageList"></cloud>
</div>
</div>
</div> </div>
<div class="r-box"> <div class="r-box">
<div class="sell"> <div class="sell">
...@@ -380,8 +382,7 @@ export default { ...@@ -380,8 +382,7 @@ export default {
position: relative; position: relative;
} }
.personal .c-box .imbox { .personal .c-box .imbox {
height: 405px; height: 419px;
margin-bottom: 20px;
} }
.personal .c-box .pingtai { .personal .c-box .pingtai {
height: 300px; height: 300px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment