jufubao-mall 2.0.20-beta3 → 2.0.20-beta4
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
|
@@ -348,7 +348,7 @@ export default (datas, gValue, gColor, oldData={})=>{
|
|
|
348
348
|
groupKey: 'style',
|
|
349
349
|
placeholder: '请选择未选中文字颜色',
|
|
350
350
|
classNmae: 'input80',
|
|
351
|
-
hidden:
|
|
351
|
+
hidden: true
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
label: '选中标签背景颜色:',
|
|
@@ -358,7 +358,7 @@ export default (datas, gValue, gColor, oldData={})=>{
|
|
|
358
358
|
groupKey: 'style',
|
|
359
359
|
placeholder: '请选择选中标签背景颜色',
|
|
360
360
|
classNmae: 'input80',
|
|
361
|
-
hidden:
|
|
361
|
+
hidden: true
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
364
|
label: '未选中文字颜色:',
|
|
@@ -368,7 +368,7 @@ export default (datas, gValue, gColor, oldData={})=>{
|
|
|
368
368
|
groupKey: 'style',
|
|
369
369
|
placeholder: '请选择未选中文字颜色',
|
|
370
370
|
classNmae: 'input80',
|
|
371
|
-
hidden:
|
|
371
|
+
hidden: true
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
374
|
label: '选中文字颜色:',
|
|
@@ -378,7 +378,7 @@ export default (datas, gValue, gColor, oldData={})=>{
|
|
|
378
378
|
groupKey: 'style',
|
|
379
379
|
placeholder: '请选择选中文字颜色',
|
|
380
380
|
classNmae: 'input80',
|
|
381
|
-
hidden:
|
|
381
|
+
hidden: true
|
|
382
382
|
},
|
|
383
383
|
|
|
384
384
|
{
|