@lingxiteam/theme-utils 0.4.1 → 0.4.2
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/config/Table.d.ts +1 -0
- package/dist/config/Table.js +3 -2
- package/dist/h5config/Grid.js +1 -1
- package/package.json +1 -1
package/dist/config/Table.d.ts
CHANGED
package/dist/config/Table.js
CHANGED
|
@@ -83,9 +83,10 @@ export var Table = {
|
|
|
83
83
|
},
|
|
84
84
|
tbBorderColor: {
|
|
85
85
|
type: 'color',
|
|
86
|
-
label: '
|
|
86
|
+
label: '分割线颜色',
|
|
87
87
|
groupsName: '基础',
|
|
88
|
-
followTheme: '@border-color-base'
|
|
88
|
+
followTheme: '@border-color-base',
|
|
89
|
+
desc: '边框线类型为表格时,四周边框以及竖分割线将同步生效'
|
|
89
90
|
},
|
|
90
91
|
tbBorderRadius: {
|
|
91
92
|
type: 'px',
|
package/dist/h5config/Grid.js
CHANGED
|
@@ -97,7 +97,7 @@ export var Grid = {
|
|
|
97
97
|
'@border-color-base': [],
|
|
98
98
|
'@color-text-base': []
|
|
99
99
|
},
|
|
100
|
-
tpl: ".use-app-grid{\n background-color: backgroundColor;\n border-radius: borderRadius;\n .am-grid {\n border-color: borderColor;\n background-color: backgroundColor;\n border-radius: borderRadius;\n --adm-font-size-4: fontSize;\n --adm-color-text: textColor;\n --adm-border-color: lineColor;\n }\n .am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content .am-grid-icon{\n width: iconSize;\n }\n .am-grid .am-grid-flex .am-grid-flex-item .am-grid-item-content .am-grid-item-inner-content .am-grid-text{\n line-height: lineHeight;\n font-weight: fontWeight;\n }\n }\n",
|
|
100
|
+
tpl: ".use-app-grid{\n background-color: backgroundColor;\n border-radius: borderRadius;\n .am-grid {\n border-color: borderColor;\n background-color: backgroundColor;\n border-radius: borderRadius;\n overflow: hidden;\n --adm-font-size-4: fontSize;\n --adm-color-text: textColor;\n --adm-border-color: lineColor;\n }\n .am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content .am-grid-icon{\n width: iconSize;\n }\n .am-grid .am-grid-flex .am-grid-flex-item .am-grid-item-content .am-grid-item-inner-content .am-grid-text{\n line-height: lineHeight;\n font-weight: fontWeight;\n }\n }\n",
|
|
101
101
|
components: [{
|
|
102
102
|
id: 'Grid_842271',
|
|
103
103
|
label: '宫格',
|