样式调整。

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

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

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

Loading…
Cancel
Save