Commit fa74b908 authored by zhengke's avatar zhengke

修改

parent f7f7eb5e
<style> <style>
.trade-activity { .trade-activity {
padding: 30rpx;
background-color: #F6F6F6; background-color: #F6F6F6;
} }
...@@ -55,6 +54,7 @@ ...@@ -55,6 +54,7 @@
left: 0; left: 0;
overflow: auto; overflow: auto;
flex:1; flex:1;
padding: 30rpx;
} }
.tradeTop{ .tradeTop{
display: flex; display: flex;
...@@ -134,6 +134,7 @@ ...@@ -134,6 +134,7 @@
this.mc = this.$uiConfig.mainColor; this.mc = this.$uiConfig.mainColor;
}, },
created() { created() {
}, },
onShow() { onShow() {
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment