pb-sxp-ui 1.15.40 → 1.15.41

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/dist/index.js CHANGED
@@ -2248,6 +2248,25 @@ var settingRender$e = [
2248
2248
  {
2249
2249
  title: '购买按钮样式',
2250
2250
  child: [
2251
+ {
2252
+ label: '英文大小写',
2253
+ type: 'Select',
2254
+ name: ['props', 'buttonStyle', 'textTransform'],
2255
+ options: [
2256
+ {
2257
+ label: '默认',
2258
+ value: 'unset'
2259
+ },
2260
+ {
2261
+ label: '小写',
2262
+ value: 'lowercase'
2263
+ },
2264
+ {
2265
+ label: '大写',
2266
+ value: 'uppercase'
2267
+ }
2268
+ ]
2269
+ },
2251
2270
  {
2252
2271
  type: 'Color',
2253
2272
  label: '背景色',
@@ -10640,7 +10659,8 @@ const CommodityDetail = createMaterial(CommodityDetailComponent, {
10640
10659
  height: 45,
10641
10660
  fontWeight: 'bold',
10642
10661
  textAlign: 'center',
10643
- color: 'rgba(255, 255, 255, 0.9)'
10662
+ color: 'rgba(255, 255, 255, 0.9)',
10663
+ textTransform: 'unset'
10644
10664
  },
10645
10665
  commodityImgRatio: {
10646
10666
  w: 1,
@@ -11108,6 +11128,25 @@ var settingRender$c = [
11108
11128
  {
11109
11129
  title: '购买按钮样式',
11110
11130
  child: [
11131
+ {
11132
+ label: '英文大小写',
11133
+ type: 'Select',
11134
+ name: ['props', 'buttonStyle', 'textTransform'],
11135
+ options: [
11136
+ {
11137
+ label: '默认',
11138
+ value: 'unset'
11139
+ },
11140
+ {
11141
+ label: '小写',
11142
+ value: 'lowercase'
11143
+ },
11144
+ {
11145
+ label: '大写',
11146
+ value: 'uppercase'
11147
+ }
11148
+ ]
11149
+ },
11111
11150
  {
11112
11151
  type: 'Color',
11113
11152
  label: '背景色',
@@ -11600,7 +11639,8 @@ const CommodityDetailDiroNew = createMaterial(CommodityDetailDiroNewComponent, {
11600
11639
  color: '#fff',
11601
11640
  borderRadius: 25,
11602
11641
  marginTop: 16,
11603
- marginBottom: 16
11642
+ marginBottom: 16,
11643
+ textTransform: 'unset'
11604
11644
  },
11605
11645
  commodityImgRatio: {
11606
11646
  w: 1,