@indfnd/common 1.1.15 → 1.1.16

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": "@indfnd/common",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "author": "huxuetong",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -160,3 +160,7 @@
160
160
  .ivu-tree ul li {
161
161
  margin: 2px; //var(--ivu-tree-margin); 又是一个特殊处理的
162
162
  }
163
+
164
+ .ivu-tree li ul {
165
+ padding: var(--ivu-tree-ul-padding);
166
+ }
@@ -54,4 +54,7 @@
54
54
  // 表格
55
55
  --ind-table-button-padding: var(--ind-padding-base);
56
56
  --input-height-table: var(--input-height); // 表格输入框的高度
57
+
58
+ // 树
59
+ --ivu-tree-ul-padding: 0px 0px 0px 18px; // 树形左侧错落的间距
57
60
  }
@@ -36,4 +36,6 @@
36
36
  // 表格
37
37
  --ind-table-button-padding: 6px; // var(--ind-padding-xs);
38
38
  --input-height-table: 24px; // 表格输入框的高度
39
+
40
+ --ivu-tree-ul-padding: 0px 0px 0px 18px; // 树形左侧错落的间距
39
41
  }