71

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