瀏覽代碼

[领券回答问题][修改]:[领券回答问题修改页面的样式]

tags/湖南版5.1.4
meo 6 年之前
父節點
當前提交
7729101a47
共有 2 個文件被更改,包括 5 次插入2 次删除
  1. +1
    -1
      pages/bargain/bargain.json
  2. +4
    -1
      pages/coupon/detail/index.wxss

+ 1
- 1
pages/bargain/bargain.json 查看文件

@@ -1,7 +1,7 @@
{ {
"navigationBarTitleText": "砍价专场", "navigationBarTitleText": "砍价专场",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#FF6F03",
"navigationBarBackgroundColor": "#ffffff",
"usingComponents": { "usingComponents": {
"c-banner": "../../components/spellbanner/index", "c-banner": "../../components/spellbanner/index",
"i-tab": "../../../dist/tab/index", "i-tab": "../../../dist/tab/index",


+ 4
- 1
pages/coupon/detail/index.wxss 查看文件

@@ -654,5 +654,8 @@ button::after{ border: none; }
overflow:hidden; overflow:hidden;
white-space:nowrap; white-space:nowrap;
text-overflow:ellipsis; text-overflow:ellipsis;

}
checkbox-group,radio-group{
height:400rpx;
overflow-y:scroll;
} }

Loading…
取消
儲存