|
@@ -38,10 +38,10 @@
|
|
|
</view>
|
|
|
<view class="two">
|
|
|
<view class="two_1">
|
|
|
- <button size="mini" type="default" @click="toWxaddress()">获取微信地址</button>
|
|
|
+ <button type="default" @click="toWxaddress()">获取微信地址</button>
|
|
|
</view>
|
|
|
<view class="two_1">
|
|
|
- <button size="mini" type="default" @click="toCommon()">新增收货地址</button>
|
|
|
+ <button type="default" @click="toCommon()">新增收货地址</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -323,6 +323,7 @@
|
|
|
margin: 0 0 2vw 0;
|
|
|
|
|
|
button {
|
|
|
+ font-size: var(--font14Size);
|
|
|
color: var(--mainColor);
|
|
|
background-color: var(--fFFColor);
|
|
|
}
|