Commit 76860c0401001ea2b3d8b9109a81c78a0eadb3bf

Authored by 王强
1 parent 89c8cb3c

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

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