@arco-themes/vue-slead 0.0.5 → 0.0.6
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/README.md +8 -0
- package/css/arco.css +1 -1
- package/package.json +1 -1
- package/tokens.less +2 -2
- package/variables.less +5 -0
package/package.json
CHANGED
package/tokens.less
CHANGED
|
@@ -3783,14 +3783,14 @@
|
|
|
3783
3783
|
@tree-size-small-icon-size: 12px;
|
|
3784
3784
|
@tree-size-default-icon-size: 12px;
|
|
3785
3785
|
@tree-size-large-icon-size: 12px;
|
|
3786
|
-
@tree-size-expand-icon-bg_hover:
|
|
3786
|
+
@tree-size-expand-icon-bg_hover: 24px;
|
|
3787
3787
|
@tree-size-mini-font-size: 12px;
|
|
3788
3788
|
@tree-size-small-font-size: 14px;
|
|
3789
3789
|
@tree-size-default-font-size: 14px;
|
|
3790
3790
|
@tree-size-large-font-size: 14px;
|
|
3791
3791
|
@tree-size-mini-line-height: 24px;
|
|
3792
3792
|
@tree-size-small-line-height: 28px;
|
|
3793
|
-
@tree-size-default-line-height:
|
|
3793
|
+
@tree-size-default-line-height: 32px;
|
|
3794
3794
|
@tree-size-large-line-height: 40px;
|
|
3795
3795
|
@tree-node-prefix-cls: ~'@{prefix}-tree-node';
|
|
3796
3796
|
|
package/variables.less
CHANGED
|
@@ -825,3 +825,8 @@
|
|
|
825
825
|
@input-number-step-button-color-bg_default_active: @color-fill-2;
|
|
826
826
|
@input-color-bg_hover: @color-fill-1;
|
|
827
827
|
@input-color-border_hover: @color-border-2;
|
|
828
|
+
@table-size-middle-padding-vertical: 7px;
|
|
829
|
+
@link-font-size: @font-size-body-3;
|
|
830
|
+
@tree-size-default-line-height: @size-8;
|
|
831
|
+
@tree-size-expand-icon-bg_hover: @size-6;
|
|
832
|
+
@tree-showline-size-switcher-icon: 14px;
|