71

parent 397516e2
...@@ -917,7 +917,7 @@ export default { ...@@ -917,7 +917,7 @@ export default {
.unBanner{ .unBanner{
border-radius: 25 * @toVw; border-radius: 25 * @toVw;
overflow: hidden; overflow: hidden;
height: 246rem; height: 246 * @toVw;
width:335 * @toVw; width:335 * @toVw;
position: relative; position: relative;
box-shadow: 1 * @toVw 2 * @toVw 5 * @toVw 0 * @toVw rgba(0,0,0,0.2); box-shadow: 1 * @toVw 2 * @toVw 5 * @toVw 0 * @toVw rgba(0,0,0,0.2);
......
...@@ -36,8 +36,7 @@ ...@@ -36,8 +36,7 @@
:showAddressPicker="showAddressPicker" :showAddressPicker="showAddressPicker"
@save-address="saveAddress" @save-address="saveAddress"
@hide-picker="hidePicker" @hide-picker="hidePicker"
:init="addressArea" :init="addressArea"></my-address>
></my-address>
</div> </div>
</template> </template>
......
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