gxd-uni-library-editx 1.0.162 → 1.0.164
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/XdCardPay/XdCardPay.vue +1 -1
- package/src/components/XdCardPayChose/XdCardPayChose.vue +1 -1
- package/src/components/XdCouponChose/XdCouponChose.vue +1 -1
- package/src/components/XdNumber/XdNumber.vue +2 -2
- package/src/components/XdRadio/XdRadio.vue +1 -1
- package/src/components/XdWalletChose/XdWalletChose.vue +2 -2
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<xd-font-icon
|
|
11
11
|
icon="iconjian"
|
|
12
12
|
size="24"
|
|
13
|
-
:color="inputValue <= uiMin || disabled?'#c0c0c0':'#333'"
|
|
13
|
+
:color="inputValue <= uiMin || disabled?'#c0c0c0':`${circle?gStyleData.$mainColor:'#333'}`"
|
|
14
14
|
></xd-font-icon>
|
|
15
15
|
</view>
|
|
16
16
|
</view>
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<xd-font-icon
|
|
29
29
|
icon="iconjia"
|
|
30
30
|
size="24"
|
|
31
|
-
:color="inputValue >= uiMax || disabled?'#c0c0c0':'#333'"
|
|
31
|
+
:color="inputValue >= uiMax || disabled?'#c0c0c0':`${circle?'#fff':'#333'}`"
|
|
32
32
|
></xd-font-icon>
|
|
33
33
|
</view>
|
|
34
34
|
</view>
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
|
|
208
208
|
.xd-wallet-chose{
|
|
209
209
|
.title{
|
|
210
|
-
height: 100rpx;
|
|
210
|
+
height: 100rpx;
|
|
211
211
|
line-height: 100rpx;
|
|
212
212
|
background:#FFF;
|
|
213
213
|
text-align: center;
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
.bottom_btn{
|
|
266
266
|
position: fixed;
|
|
267
267
|
width: 100%;
|
|
268
|
-
padding: 24rpx
|
|
268
|
+
padding-top: 24rpx;
|
|
269
269
|
background: #FFFFFF;
|
|
270
270
|
box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
|
|
271
271
|
transition: 500ms all;
|