|
|
@@ -51,7 +51,7 @@ |
|
|
|
<div class="vocher_content"> |
|
|
|
<div class="vocher_cmain"> |
|
|
|
|
|
|
|
<div style="width: 30%;"> |
|
|
|
<div style="width: 20%;"> |
|
|
|
<van-row class="vocher_mTitle" v-for="(item,index) in tableList" :key="index"> |
|
|
|
<van-col :span="7">{{item.month}}</van-col> |
|
|
|
<van-col :span="7">{{item.day}}</van-col> |
|
|
@@ -499,7 +499,7 @@ export default { |
|
|
|
height: 110px; |
|
|
|
background: #2facfe; |
|
|
|
border-radius: 8px; |
|
|
|
width: 30%; |
|
|
|
width: 20%; |
|
|
|
.year_m{ |
|
|
|
border-right: 1px solid #fff; |
|
|
|
.year_text{ |
|
|
@@ -517,7 +517,7 @@ export default { |
|
|
|
justify-content: center; |
|
|
|
padding-bottom: 10px; |
|
|
|
.ubs{ |
|
|
|
width: 94px; |
|
|
|
width: 64px; |
|
|
|
height: 43px; |
|
|
|
background: #cbeaff; |
|
|
|
font-size: 30px; |
|
|
|