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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gxd-uni-library-editx",
3
- "version": "1.0.162",
3
+ "version": "1.0.164",
4
4
  "private": false,
5
5
  "description": "聚福宝基础插件专用库",
6
6
  "main": "index.js",
@@ -883,7 +883,7 @@ export default {
883
883
  .bottom_btn{
884
884
  position: fixed;
885
885
  width: 100%;
886
- padding: 24rpx 0;
886
+ padding-top: 24rpx;
887
887
  background: #FFFFFF;
888
888
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
889
889
  transition: 500ms all;
@@ -952,7 +952,7 @@ export default {
952
952
  .bottom_btn{
953
953
  position: fixed;
954
954
  width: 100%;
955
- padding: 24rpx 0;
955
+ padding-top: 24rpx;
956
956
  background: #FFFFFF;
957
957
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
958
958
  transition: 500ms all;
@@ -1011,7 +1011,7 @@ export default {
1011
1011
  .bottom_btn {
1012
1012
  position: fixed;
1013
1013
  width: 100%;
1014
- padding: 24rpx 0;
1014
+ padding-top: 24rpx;
1015
1015
  background: #ffffff;
1016
1016
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
1017
1017
  transition: 500ms all;
@@ -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>
@@ -102,7 +102,7 @@
102
102
  return {
103
103
  width: width+ 'rpx',
104
104
  height,
105
- cursor: !this.disabled ? 'pointer':'not-allowed'
105
+ cursor: !this.disabled ? 'default':'not-allowed'
106
106
  }
107
107
  },
108
108
  bodyWH(){
@@ -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 0;
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;