Commit 76860c0401001ea2b3d8b9109a81c78a0eadb3bf

Authored by 王强
1 parent 89c8cb3c

tab宽度和“平台补贴”名字调整

src/components/tabsCom/tabsCom.less
1 @charset "UTF-8"; 1 @charset "UTF-8";
2 2
3 .tabs-com { 3 .tabs-com {
4 - width: 280px; 4 + width: 220px;
5 text-align: center; 5 text-align: center;
6 white-space: nowrap; 6 white-space: nowrap;
7 text-overflow: ellipsis; 7 text-overflow: ellipsis;
src/pages/discountList/discountList.vue
@@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
46 <div class="text">距离活动结束仅剩</div> 46 <div class="text">距离活动结束仅剩</div>
47 </div> 47 </div>
48 <div class="state" v-if="tabs.list[tabs.active].discountType === '2'"> 48 <div class="state" v-if="tabs.list[tabs.active].discountType === '2'">
49 - <img src="/static/img/icon_tips_book.png" class="icon-tips-img" /> 49 + <img src="static/img/icon_tips_book.png" class="icon-tips-img" />
50 <div class="text">本次活动已结束,敬请期待下次折扣活动~</div> 50 <div class="text">本次活动已结束,敬请期待下次折扣活动~</div>
51 </div> 51 </div>
52 52
@@ -125,7 +125,7 @@ @@ -125,7 +125,7 @@
125 active: 0, 125 active: 0,
126 list: [ 126 list: [
127 { 127 {
128 - title: '平台补贴会场', 128 + title: '平台补贴',
129 color: null, // 背景颜色 129 color: null, // 背景颜色
130 titleColor: '#F65600', // 标题颜色 130 titleColor: '#F65600', // 标题颜色
131 type: '0', 131 type: '0',