样式调整。

feature_0521
kevin jiang 6 years ago
parent 32b072c6ea
commit 16cdfe3006

@ -1,10 +1,10 @@
<template> <template>
<div> <div >
<Row :gutter="32"> <Row :gutter="32" >
<i-col span="32"> <i-col span="32">
<row> <row >
<!--筛选--> <!--筛选-->
<row> <row class="div-content">
<span> <span>
<span class="title-span"> <span class="title-span">
<span class="date-btn" :style="dateBtnValue === '今日' ? 'background: #2D8CF0;color: #fff' : ''" <span class="date-btn" :style="dateBtnValue === '今日' ? 'background: #2D8CF0;color: #fff' : ''"
@ -174,7 +174,6 @@
}, },
mounted: function () { mounted: function () {
this.dateBtnClick('今日'); this.dateBtnClick('今日');
this.timingRefresh();
}, },
methods: { methods: {
// //
@ -382,4 +381,9 @@
font-weight: bold; font-weight: bold;
color:#666666; color:#666666;
} }
.div-content{
margin-top: 20px;
margin-bottom: 20px;
}
</style> </style>

@ -4,7 +4,7 @@
<i-col span="32"> <i-col span="32">
<row> <row>
<!--筛选--> <!--筛选-->
<row> <row class="div-content">
<span> <span>
<span class="title-span"> <span class="title-span">
<span class="date-btn" :style="dateBtnValue === '今日' ? 'background: #2D8CF0;color: #fff' : ''" <span class="date-btn" :style="dateBtnValue === '今日' ? 'background: #2D8CF0;color: #fff' : ''"
@ -141,7 +141,6 @@
}, },
mounted: function () { mounted: function () {
this.dateBtnClick('今日'); this.dateBtnClick('今日');
this.timingRefresh();
}, },
methods: { methods: {
// //
@ -340,4 +339,9 @@
font-weight: bold; font-weight: bold;
color:#666666; color:#666666;
} }
.div-content{
margin-top: 20px;
margin-bottom: 20px;
}
</style> </style>

Loading…
Cancel
Save