@indfnd/common 0.1.48 → 0.1.49

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.
@@ -1,5 +1,36 @@
1
1
  .ind-small-theme {
2
+ --ind-menu-desc-margin-top: 0px;
3
+
4
+ // 压缩padding
5
+ --ind-padding-xs: 2px;
6
+ --ind-padding-sm: 4px;
7
+
8
+ // card的样式
2
9
  --ivu-card-head-padding: 6px 12px;
3
10
  --ivu-card-head-line-height: 36px;
4
11
  --ivu-card-head-height: 36px;
12
+ --ivu-card-body-padding: 6px;
13
+
14
+ // 表单的样式
15
+ --ivu-form-item-label-padding: 6px 8px 6px 0;
16
+ --ivu-form-v6stle-item-label-paddingleft: 12px;
17
+ --ivu-form-item-content-padding: 4px 6px;
18
+ --ivu-form-item-label-before-left: 4px;
19
+ --ivu-form-item-content-line-height: 24px;
20
+
21
+ // tree样式
22
+ --ind-tree-wrapper-width: 100%;
23
+ --tree-content-padding: var(--ind-padding-xs);
24
+ --ivu-tree-margin: var(--ind-padding-xs) 0;
25
+
26
+ // drawer样式
27
+ --ind-drawer-content-padding: 6px;
28
+ --ind-drawer-footer-padding: 10px 16px;
29
+
30
+ // 报表指标样式
31
+ --report-index-model-panel-padding: var(--tree-content-padding);
32
+ --report-index-options-padding-right: var(--tree-content-padding);
33
+
34
+ // 表格
35
+ --ind-table-button-padding: var(--ind-padding-xs);
5
36
  }
@@ -6,7 +6,7 @@
6
6
  // basic layout 系统布局变量 -end
7
7
 
8
8
  // page-view layout 系统布局变量 -begin
9
- --ind-panel-vertical-margin: 12px;
9
+ --ind-panel-vertical-margin: 6px; // 12px;
10
10
  --ind-panel-horizon-margin: var(--ind-padding-xs); // var(--ind-padding-sm);
11
11
  // page-view layout 系统布局变量 -end
12
12
 
@@ -17,5 +17,5 @@
17
17
  --menu-name-padding: 5px 14px 5px 10px; // 标题行padding
18
18
  --menu-title-font-size: 16px;
19
19
  --menu-title-color: #17233d;
20
- --page-content-padding: 12px;
20
+ --page-content-padding: 6px; // 12px;
21
21
  }
@@ -12,5 +12,6 @@
12
12
  --ind-ag-cell-header-horizontal-padding: 0px;
13
13
  --ind-ag-cell-line-height: 14px;
14
14
 
15
- --ind-unit-switch-bottom: 6px;
15
+ --ind-unit-switch-bottom: 4px;
16
+ --ind-other-button-top: 2px;
16
17
  }