Merge branch 'main' of git.zdool.com:xs/ggfwjsc
This commit is contained in:
commit
de68e62f77
|
@ -254,14 +254,14 @@
|
|||
</div>
|
||||
<div class="dailyActivity" v-if="choose == '1'">
|
||||
<div class="dailyActivityBox">
|
||||
<div class="dailyActivitybootm">
|
||||
<div class="dailyActivitybottom">
|
||||
<img src="../assets/images/sy/dropDown.png" />
|
||||
<span>浙里办平均日活</span>
|
||||
</div>
|
||||
<span style="margin-right: 20px;">8135</span>
|
||||
</div>
|
||||
<div class="dailyActivityBox">
|
||||
<div class="dailyActivitybootm">
|
||||
<div class="dailyActivitybottom">
|
||||
<img src="../assets/images/sy/dropDown.png" />
|
||||
<span>龙游通平均日活</span>
|
||||
</div>
|
||||
|
@ -270,7 +270,7 @@
|
|||
</div>
|
||||
<el-table
|
||||
:data="data.tableData"
|
||||
style="width: 100%; height: 248px"
|
||||
style="width: 100%; height: 244px"
|
||||
class="table_border"
|
||||
:row-style="rowState"
|
||||
:header-cell-style="tableHeaderColor"
|
||||
|
@ -884,6 +884,24 @@ const data = reactive({
|
|||
highFrequencyApp1: "公共自行车",
|
||||
monthlyVisits1: "20702",
|
||||
},
|
||||
{
|
||||
highFrequencyApp: "民政为民",
|
||||
monthlyVisits: "14307",
|
||||
highFrequencyApp1: "小奔通",
|
||||
monthlyVisits1: "20415",
|
||||
},
|
||||
{
|
||||
highFrequencyApp: "随手拍",
|
||||
monthlyVisits: "2234",
|
||||
highFrequencyApp1: "商城积分",
|
||||
monthlyVisits1: "14595",
|
||||
},
|
||||
{
|
||||
highFrequencyApp: "龙游通",
|
||||
monthlyVisits: "1431",
|
||||
highFrequencyApp1: "商户入口",
|
||||
monthlyVisits1: "3864",
|
||||
},
|
||||
],
|
||||
jysyList: [
|
||||
{
|
||||
|
@ -2380,6 +2398,7 @@ const showTab = (val) => {
|
|||
height: 40px;
|
||||
background: rgba(60, 144, 255, 0.08);
|
||||
border: 1px solid #7aceff;
|
||||
border-bottom: 0px solid #7aceff;
|
||||
border-radius: 2px 2px 0px 0px;
|
||||
box-sizing: border-box;
|
||||
padding: 6px;
|
||||
|
@ -2388,10 +2407,9 @@ const showTab = (val) => {
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: 50%;
|
||||
.dailyActivitybootm{
|
||||
.dailyActivitybottom{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
img {
|
||||
width: 20px;
|
||||
|
|
Loading…
Reference in New Issue