@alicloud/console-base-theme 1.4.1 → 1.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/build/cjs/var/size.js +2 -2
- package/build/es/var/size.js +2 -2
- package/package.json +1 -1
package/build/cjs/var/size.js
CHANGED
|
@@ -62,9 +62,9 @@ var _default = {
|
|
|
62
62
|
HEIGHT_TOP_NAV: 50,
|
|
63
63
|
// 顶栏高度
|
|
64
64
|
// 表单控件(按钮、输入框)的高度梯度
|
|
65
|
-
HEIGHT_FORM_CONTROL_XS:
|
|
66
|
-
HEIGHT_FORM_CONTROL_S: 24,
|
|
65
|
+
HEIGHT_FORM_CONTROL_XS: 24,
|
|
67
66
|
// 对标 xconsole 的 small
|
|
67
|
+
HEIGHT_FORM_CONTROL_S: 28,
|
|
68
68
|
HEIGHT_FORM_CONTROL_M: 32,
|
|
69
69
|
// 对标 xconsole 的 medium
|
|
70
70
|
HEIGHT_FORM_CONTROL_L: 36,
|
package/build/es/var/size.js
CHANGED
|
@@ -55,9 +55,9 @@ export default {
|
|
|
55
55
|
HEIGHT_TOP_NAV: 50,
|
|
56
56
|
// 顶栏高度
|
|
57
57
|
// 表单控件(按钮、输入框)的高度梯度
|
|
58
|
-
HEIGHT_FORM_CONTROL_XS:
|
|
59
|
-
HEIGHT_FORM_CONTROL_S: 24,
|
|
58
|
+
HEIGHT_FORM_CONTROL_XS: 24,
|
|
60
59
|
// 对标 xconsole 的 small
|
|
60
|
+
HEIGHT_FORM_CONTROL_S: 28,
|
|
61
61
|
HEIGHT_FORM_CONTROL_M: 32,
|
|
62
62
|
// 对标 xconsole 的 medium
|
|
63
63
|
HEIGHT_FORM_CONTROL_L: 36,
|