@qn-pandora/pandora-component 5.1.2 → 5.1.3

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.
Files changed (130) hide show
  1. package/README.md +36 -36
  2. package/es/components/AutoComplete/style.less +8 -8
  3. package/es/components/Breadcrumb/style.less +9 -9
  4. package/es/components/Button/style.less +51 -51
  5. package/es/components/Card/RowExtra/style.less +8 -8
  6. package/es/components/Card/SearchInput/style.less +8 -8
  7. package/es/components/Card/style.less +11 -11
  8. package/es/components/CheckTransformList/style.less +35 -35
  9. package/es/components/Checkbox/style.less +5 -5
  10. package/es/components/CheckboxList/style.less +11 -11
  11. package/es/components/Collapse/style.less +58 -58
  12. package/es/components/CollapsiblePanel/style.less +63 -63
  13. package/es/components/DateTimePicker/Base/style.less +167 -167
  14. package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  15. package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
  16. package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  17. package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
  18. package/es/components/DateTimePicker/constants.d.ts +2 -2
  19. package/es/components/DateTimePicker/style.less +19 -19
  20. package/es/components/Descriptions/style.less +16 -16
  21. package/es/components/Drawer/CloseIcon/style.less +8 -8
  22. package/es/components/Drawer/style.less +69 -69
  23. package/es/components/FileResumable/style.less +94 -94
  24. package/es/components/FlameGraph/style.less +14 -14
  25. package/es/components/Input/style.less +12 -12
  26. package/es/components/KeyValuePair/style.less +25 -25
  27. package/es/components/Menu/style.less +18 -18
  28. package/es/components/Modal/style.less +30 -30
  29. package/es/components/NameExplainTooltip/style.less +10 -10
  30. package/es/components/NameLimiter/style.less +19 -19
  31. package/es/components/OptionList/InlineOptionList/style.less +16 -16
  32. package/es/components/OptionList/OptionItem/style.less +25 -25
  33. package/es/components/OptionList/PopoverOptionList/style.less +30 -30
  34. package/es/components/OptionList/style.less +3 -3
  35. package/es/components/RadioGroup/style.css +3 -0
  36. package/es/components/RadioGroup/style.less +45 -41
  37. package/es/components/RangeInput/style.less +37 -37
  38. package/es/components/RemarkName/style.less +2 -2
  39. package/es/components/Selector/style.less +99 -99
  40. package/es/components/Spin/style.less +26 -26
  41. package/es/components/Steps/ControlButton/style.less +5 -5
  42. package/es/components/Steps/style.less +48 -48
  43. package/es/components/Table/ColumnSetting/style.less +50 -50
  44. package/es/components/Table/ColumnTag/style.less +40 -40
  45. package/es/components/Table/ResizableTitle/index.js +12 -2
  46. package/es/components/Table/ResizableTitle/style.less +25 -25
  47. package/es/components/Table/index.js +2 -2
  48. package/es/components/Table/style.less +364 -364
  49. package/es/components/Table/util.d.ts +1 -0
  50. package/es/components/Table/util.js +8 -2
  51. package/es/components/Tabs/style.less +33 -33
  52. package/es/components/TagList/Tag/style.less +72 -72
  53. package/es/components/TagList/TagSwitch/style.less +28 -28
  54. package/es/components/TagList/style.less +28 -28
  55. package/es/components/Timeline/TimelineItem/style.less +49 -49
  56. package/es/components/Timeline/style.less +23 -23
  57. package/es/components/TopologyChart/style.less +14 -14
  58. package/es/components/Transfer/List/style.less +19 -19
  59. package/es/components/Transfer/ListBody/style.less +18 -18
  60. package/es/components/Transfer/style.less +14 -14
  61. package/es/components/TreeSelector/style.less +56 -56
  62. package/es/index.css +6051 -6048
  63. package/es/index.less +56 -56
  64. package/es/style/mixin.less +45 -45
  65. package/es/style/theme.less +416 -416
  66. package/lib/components/AutoComplete/style.less +8 -8
  67. package/lib/components/Breadcrumb/style.less +9 -9
  68. package/lib/components/Button/style.less +51 -51
  69. package/lib/components/Card/RowExtra/style.less +8 -8
  70. package/lib/components/Card/SearchInput/style.less +8 -8
  71. package/lib/components/Card/style.less +11 -11
  72. package/lib/components/CheckTransformList/style.less +35 -35
  73. package/lib/components/Checkbox/style.less +5 -5
  74. package/lib/components/CheckboxList/style.less +11 -11
  75. package/lib/components/Collapse/style.less +58 -58
  76. package/lib/components/CollapsiblePanel/style.less +63 -63
  77. package/lib/components/DateTimePicker/Base/style.less +167 -167
  78. package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  79. package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
  80. package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  81. package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
  82. package/lib/components/DateTimePicker/constants.d.ts +2 -2
  83. package/lib/components/DateTimePicker/style.less +19 -19
  84. package/lib/components/Descriptions/style.less +16 -16
  85. package/lib/components/Drawer/CloseIcon/style.less +8 -8
  86. package/lib/components/Drawer/style.less +69 -69
  87. package/lib/components/FileResumable/style.less +94 -94
  88. package/lib/components/FlameGraph/style.less +14 -14
  89. package/lib/components/Input/style.less +12 -12
  90. package/lib/components/KeyValuePair/style.less +25 -25
  91. package/lib/components/Menu/style.less +18 -18
  92. package/lib/components/Modal/style.less +30 -30
  93. package/lib/components/NameExplainTooltip/style.less +10 -10
  94. package/lib/components/NameLimiter/style.less +19 -19
  95. package/lib/components/OptionList/InlineOptionList/style.less +16 -16
  96. package/lib/components/OptionList/OptionItem/style.less +25 -25
  97. package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
  98. package/lib/components/OptionList/style.less +3 -3
  99. package/lib/components/RadioGroup/style.css +3 -0
  100. package/lib/components/RadioGroup/style.less +45 -41
  101. package/lib/components/RangeInput/style.less +37 -37
  102. package/lib/components/RemarkName/style.less +2 -2
  103. package/lib/components/Selector/style.less +99 -99
  104. package/lib/components/Spin/style.less +26 -26
  105. package/lib/components/Steps/ControlButton/style.less +5 -5
  106. package/lib/components/Steps/style.less +48 -48
  107. package/lib/components/Table/ColumnSetting/style.less +50 -50
  108. package/lib/components/Table/ColumnTag/style.less +40 -40
  109. package/lib/components/Table/ResizableTitle/index.js +12 -2
  110. package/lib/components/Table/ResizableTitle/style.less +25 -25
  111. package/lib/components/Table/index.js +2 -2
  112. package/lib/components/Table/style.less +364 -364
  113. package/lib/components/Table/util.d.ts +1 -0
  114. package/lib/components/Table/util.js +8 -2
  115. package/lib/components/Tabs/style.less +33 -33
  116. package/lib/components/TagList/Tag/style.less +72 -72
  117. package/lib/components/TagList/TagSwitch/style.less +28 -28
  118. package/lib/components/TagList/style.less +28 -28
  119. package/lib/components/Timeline/TimelineItem/style.less +49 -49
  120. package/lib/components/Timeline/style.less +23 -23
  121. package/lib/components/TopologyChart/style.less +14 -14
  122. package/lib/components/Transfer/List/style.less +19 -19
  123. package/lib/components/Transfer/ListBody/style.less +18 -18
  124. package/lib/components/Transfer/style.less +14 -14
  125. package/lib/components/TreeSelector/style.less +56 -56
  126. package/lib/index.css +5730 -5727
  127. package/lib/index.less +56 -56
  128. package/lib/style/mixin.less +45 -45
  129. package/lib/style/theme.less +416 -416
  130. package/package.json +3 -3
@@ -1,69 +1,69 @@
1
- @import 'antd/lib/drawer/style/index.less';
2
- @import '../../style/theme.less';
3
-
4
- .@{sdk-prefix}-drawer.@{sdk-prefix}-drawer-no-mask {
5
- background-color: transparent;
6
- }
7
-
8
- .@{sdk-prefix}-drawer {
9
- .@{ant-prefix}-drawer-content-wrapper {
10
- width: 50%;
11
- min-width: 300px;
12
- }
13
- .@{ant-prefix}-drawer-content > div {
14
- position: relative;
15
- }
16
- .@{ant-prefix}-drawer-close-x {
17
- width: 60px;
18
- height: 60px;
19
- line-height: 60px;
20
- }
21
- .@{ant-prefix}-drawer-header-title {
22
- overflow: hidden;
23
- }
24
-
25
- .@{ant-prefix}-drawer-body {
26
- font-size: 14px; // 原来的版本直接设置了font-size,升级后没有了,导致字号不对,暂时先使用此方案
27
- }
28
- }
29
-
30
- .@{sdk-prefix}-drawer-size-small {
31
- max-width: 38%;
32
- }
33
- .@{sdk-prefix}-drawer-size-default {
34
- max-width: 50%;
35
- }
36
- .@{sdk-prefix}-drawer-size-large {
37
- max-width: 75%;
38
- }
39
-
40
- .@{sdk-prefix}-drawer-no-mask {
41
- .@{ant-prefix}-drawer-content-wrapper {
42
- width: 100%;
43
- }
44
- }
45
-
46
- .@{sdk-prefix}-scroll-handler {
47
- position: absolute;
48
- width: 5px;
49
- padding: 4px 0 0;
50
- top: 0;
51
- left: 0;
52
- bottom: 0;
53
- z-index: 100;
54
- cursor: ew-resize;
55
- }
56
-
57
- .@{sdk-prefix}-drawer-close-icon {
58
- margin-left: 24px;
59
- }
60
-
61
- .@{sdk-prefix}-drawer-header-full-icon {
62
- margin-left: 24px;
63
- color: @font-color-7;
64
- font-size: 14px;
65
- }
66
-
67
- .@{sdk-prefix}-drawer-no-mask {
68
- background-color: @normal-color;
69
- }
1
+ @import 'antd/lib/drawer/style/index.less';
2
+ @import '../../style/theme.less';
3
+
4
+ .@{sdk-prefix}-drawer.@{sdk-prefix}-drawer-no-mask {
5
+ background-color: transparent;
6
+ }
7
+
8
+ .@{sdk-prefix}-drawer {
9
+ .@{ant-prefix}-drawer-content-wrapper {
10
+ width: 50%;
11
+ min-width: 300px;
12
+ }
13
+ .@{ant-prefix}-drawer-content > div {
14
+ position: relative;
15
+ }
16
+ .@{ant-prefix}-drawer-close-x {
17
+ width: 60px;
18
+ height: 60px;
19
+ line-height: 60px;
20
+ }
21
+ .@{ant-prefix}-drawer-header-title {
22
+ overflow: hidden;
23
+ }
24
+
25
+ .@{ant-prefix}-drawer-body {
26
+ font-size: 14px; // 原来的版本直接设置了font-size,升级后没有了,导致字号不对,暂时先使用此方案
27
+ }
28
+ }
29
+
30
+ .@{sdk-prefix}-drawer-size-small {
31
+ max-width: 38%;
32
+ }
33
+ .@{sdk-prefix}-drawer-size-default {
34
+ max-width: 50%;
35
+ }
36
+ .@{sdk-prefix}-drawer-size-large {
37
+ max-width: 75%;
38
+ }
39
+
40
+ .@{sdk-prefix}-drawer-no-mask {
41
+ .@{ant-prefix}-drawer-content-wrapper {
42
+ width: 100%;
43
+ }
44
+ }
45
+
46
+ .@{sdk-prefix}-scroll-handler {
47
+ position: absolute;
48
+ width: 5px;
49
+ padding: 4px 0 0;
50
+ top: 0;
51
+ left: 0;
52
+ bottom: 0;
53
+ z-index: 100;
54
+ cursor: ew-resize;
55
+ }
56
+
57
+ .@{sdk-prefix}-drawer-close-icon {
58
+ margin-left: 24px;
59
+ }
60
+
61
+ .@{sdk-prefix}-drawer-header-full-icon {
62
+ margin-left: 24px;
63
+ color: @font-color-7;
64
+ font-size: 14px;
65
+ }
66
+
67
+ .@{sdk-prefix}-drawer-no-mask {
68
+ background-color: @normal-color;
69
+ }
@@ -1,94 +1,94 @@
1
- @import 'antd/lib/upload/style/index.less';
2
- @import '../../style/theme.less';
3
-
4
- .@{sdk-prefix}-file-resumable {
5
- cursor: pointer;
6
- }
7
-
8
- .@{sdk-prefix}-file-resumable-run-container {
9
- text-align: right;
10
- .@{sdk-prefix}-file-resumable-run-container-icon {
11
- color: @theme-color;
12
- cursor: pointer;
13
- font-size: 14px;
14
- margin: 0 6px;
15
- }
16
-
17
- .@{sdk-prefix}-file-resumable-run-container-icon-disabled {
18
- color: @font-disable-color;
19
- &:hover {
20
- cursor: not-allowed;
21
- }
22
- }
23
- }
24
-
25
- .@{sdk-prefix}-file-resumable-upload-icon {
26
- font-size: 50px;
27
- color: @icon-color;
28
- }
29
-
30
- .downloadIcon {
31
- color: @theme-color;
32
- cursor: pointer;
33
- font-size: 20px;
34
- }
35
-
36
- .@{sdk-prefix}-file-resumable:hover {
37
- border-color: @theme-color;
38
- }
39
-
40
- .@{sdk-prefix}-file-resumable-img-container {
41
- background: @normal-color;
42
- border: 1px dashed @border-color-1;
43
- width: 50px;
44
- height: 50px;
45
- padding: 4px;
46
- border-radius: 2px;
47
- align-items: center;
48
- cursor: pointer;
49
- position: relative;
50
- font-size: 16px;
51
- display: flex;
52
- justify-content: center;
53
- .@{sdk-prefix}-file-resumable-img-operator {
54
- display: flex;
55
- justify-content: center;
56
- align-items: center;
57
- position: absolute;
58
- top: 4px;
59
- left: 4px;
60
- right: 4px;
61
- bottom: 4px;
62
- .anticon {
63
- font-size: 16px;
64
- }
65
- }
66
- .@{sdk-prefix}-file-resumable-img-hidden-plus-icon {
67
- display: none;
68
- }
69
-
70
- .@{sdk-prefix}-file-resumable-img-box {
71
- max-width: 100%;
72
- max-height: 100%;
73
- padding: 4px;
74
- }
75
-
76
- &:hover {
77
- .@{sdk-prefix}-file-resumable-img-operator {
78
- background: @image-operator-hover-bg;
79
- display: flex;
80
- .anticon {
81
- font-size: 16px;
82
- color: @normal-color;
83
- }
84
- }
85
- }
86
- }
87
- .@{sdk-prefix}-file-resumable-img.ant-upload.ant-upload-drag {
88
- width: 50px;
89
- height: 50px;
90
- border: none;
91
- .@{ant-prefix}-upload-btn {
92
- padding: 0;
93
- }
94
- }
1
+ @import 'antd/lib/upload/style/index.less';
2
+ @import '../../style/theme.less';
3
+
4
+ .@{sdk-prefix}-file-resumable {
5
+ cursor: pointer;
6
+ }
7
+
8
+ .@{sdk-prefix}-file-resumable-run-container {
9
+ text-align: right;
10
+ .@{sdk-prefix}-file-resumable-run-container-icon {
11
+ color: @theme-color;
12
+ cursor: pointer;
13
+ font-size: 14px;
14
+ margin: 0 6px;
15
+ }
16
+
17
+ .@{sdk-prefix}-file-resumable-run-container-icon-disabled {
18
+ color: @font-disable-color;
19
+ &:hover {
20
+ cursor: not-allowed;
21
+ }
22
+ }
23
+ }
24
+
25
+ .@{sdk-prefix}-file-resumable-upload-icon {
26
+ font-size: 50px;
27
+ color: @icon-color;
28
+ }
29
+
30
+ .downloadIcon {
31
+ color: @theme-color;
32
+ cursor: pointer;
33
+ font-size: 20px;
34
+ }
35
+
36
+ .@{sdk-prefix}-file-resumable:hover {
37
+ border-color: @theme-color;
38
+ }
39
+
40
+ .@{sdk-prefix}-file-resumable-img-container {
41
+ background: @normal-color;
42
+ border: 1px dashed @border-color-1;
43
+ width: 50px;
44
+ height: 50px;
45
+ padding: 4px;
46
+ border-radius: 2px;
47
+ align-items: center;
48
+ cursor: pointer;
49
+ position: relative;
50
+ font-size: 16px;
51
+ display: flex;
52
+ justify-content: center;
53
+ .@{sdk-prefix}-file-resumable-img-operator {
54
+ display: flex;
55
+ justify-content: center;
56
+ align-items: center;
57
+ position: absolute;
58
+ top: 4px;
59
+ left: 4px;
60
+ right: 4px;
61
+ bottom: 4px;
62
+ .anticon {
63
+ font-size: 16px;
64
+ }
65
+ }
66
+ .@{sdk-prefix}-file-resumable-img-hidden-plus-icon {
67
+ display: none;
68
+ }
69
+
70
+ .@{sdk-prefix}-file-resumable-img-box {
71
+ max-width: 100%;
72
+ max-height: 100%;
73
+ padding: 4px;
74
+ }
75
+
76
+ &:hover {
77
+ .@{sdk-prefix}-file-resumable-img-operator {
78
+ background: @image-operator-hover-bg;
79
+ display: flex;
80
+ .anticon {
81
+ font-size: 16px;
82
+ color: @normal-color;
83
+ }
84
+ }
85
+ }
86
+ }
87
+ .@{sdk-prefix}-file-resumable-img.ant-upload.ant-upload-drag {
88
+ width: 50px;
89
+ height: 50px;
90
+ border: none;
91
+ .@{ant-prefix}-upload-btn {
92
+ padding: 0;
93
+ }
94
+ }
@@ -1,14 +1,14 @@
1
- @import '../../style/theme.less';
2
-
3
- .@{sdk-prefix}-flame-graph-wrapper {
4
- :global {
5
- .d3-flame-graph-label {
6
- padding: 4px 8px;
7
- text-overflow: ellipsis;
8
- white-space: nowrap;
9
- font-size: 11px;
10
- cursor: pointer;
11
- overflow: hidden;
12
- }
13
- }
14
- }
1
+ @import '../../style/theme.less';
2
+
3
+ .@{sdk-prefix}-flame-graph-wrapper {
4
+ :global {
5
+ .d3-flame-graph-label {
6
+ padding: 4px 8px;
7
+ text-overflow: ellipsis;
8
+ white-space: nowrap;
9
+ font-size: 11px;
10
+ cursor: pointer;
11
+ overflow: hidden;
12
+ }
13
+ }
14
+ }
@@ -1,12 +1,12 @@
1
- @import 'antd/lib/input/style/index.less';
2
- @import '../../style/theme.less';
3
-
4
- .@{ant-prefix}-input {
5
- &[disabled] {
6
- border-color: @input-disabled-border-color;
7
- }
8
- }
9
-
10
- .@{ant-prefix}-input-group-addon {
11
- color: @font-color-6;
12
- }
1
+ @import 'antd/lib/input/style/index.less';
2
+ @import '../../style/theme.less';
3
+
4
+ .@{ant-prefix}-input {
5
+ &[disabled] {
6
+ border-color: @input-disabled-border-color;
7
+ }
8
+ }
9
+
10
+ .@{ant-prefix}-input-group-addon {
11
+ color: @font-color-6;
12
+ }
@@ -1,25 +1,25 @@
1
- @import '../../style/theme.less';
2
-
3
- .@{sdk-prefix}-key-value-label,
4
- .@{sdk-prefix}-key-value-value {
5
- display: inline-block;
6
- overflow: hidden;
7
- text-overflow: ellipsis;
8
- white-space: nowrap;
9
- line-height: 1.8;
10
- vertical-align: middle; // overflow:hidden和display: inline-block一起使用时会造成baseline的移动,进而增大高度
11
- }
12
-
13
- .@{sdk-prefix}-key-value-label {
14
- color: @font-color-6;
15
- width: 30%;
16
- }
17
- .@{sdk-prefix}-key-value-label-top {
18
- padding-top: 10px;
19
- vertical-align: top;
20
- }
21
-
22
- .@{sdk-prefix}-key-value-value {
23
- color: @font-color-7;
24
- width: 70%;
25
- }
1
+ @import '../../style/theme.less';
2
+
3
+ .@{sdk-prefix}-key-value-label,
4
+ .@{sdk-prefix}-key-value-value {
5
+ display: inline-block;
6
+ overflow: hidden;
7
+ text-overflow: ellipsis;
8
+ white-space: nowrap;
9
+ line-height: 1.8;
10
+ vertical-align: middle; // overflow:hidden和display: inline-block一起使用时会造成baseline的移动,进而增大高度
11
+ }
12
+
13
+ .@{sdk-prefix}-key-value-label {
14
+ color: @font-color-6;
15
+ width: 30%;
16
+ }
17
+ .@{sdk-prefix}-key-value-label-top {
18
+ padding-top: 10px;
19
+ vertical-align: top;
20
+ }
21
+
22
+ .@{sdk-prefix}-key-value-value {
23
+ color: @font-color-7;
24
+ width: 70%;
25
+ }
@@ -1,18 +1,18 @@
1
- @import 'antd/lib/menu/style/index.less';
2
- @import '../../style/theme.less';
3
-
4
- .@{ant-prefix}-menu-vertical.@{ant-prefix}-menu-sub:not([class*='-active']),
5
- .@{ant-prefix}-menu-vertical-left.@{ant-prefix}-menu-sub:not([class*='-active']),
6
- .@{ant-prefix}-menu-vertical-right.@{ant-prefix}-menu-sub:not([class*='-active']) {
7
- max-height: 320px;
8
- }
9
- .@{ant-prefix}-menu-item {
10
- .@{sdk-prefix}-menu-item-a {
11
- color: @font-color-7;
12
- }
13
- }
14
- .@{ant-prefix}-menu-horizontal
15
- > .@{ant-prefix}-menu-item
16
- .@{sdk-prefix}-menu-item-a {
17
- color: @font-color-7;
18
- }
1
+ @import 'antd/lib/menu/style/index.less';
2
+ @import '../../style/theme.less';
3
+
4
+ .@{ant-prefix}-menu-vertical.@{ant-prefix}-menu-sub:not([class*='-active']),
5
+ .@{ant-prefix}-menu-vertical-left.@{ant-prefix}-menu-sub:not([class*='-active']),
6
+ .@{ant-prefix}-menu-vertical-right.@{ant-prefix}-menu-sub:not([class*='-active']) {
7
+ max-height: 320px;
8
+ }
9
+ .@{ant-prefix}-menu-item {
10
+ .@{sdk-prefix}-menu-item-a {
11
+ color: @font-color-7;
12
+ }
13
+ }
14
+ .@{ant-prefix}-menu-horizontal
15
+ > .@{ant-prefix}-menu-item
16
+ .@{sdk-prefix}-menu-item-a {
17
+ color: @font-color-7;
18
+ }
@@ -1,30 +1,30 @@
1
- @import 'antd/lib/modal/style/index.less';
2
- @import '../../style/theme.less';
3
-
4
- .@{sdk-prefix}-modal {
5
- .@{ant-prefix}-modal-header {
6
- border-color: @modal-header-border-color;
7
- }
8
- .@{ant-prefix}-modal-body {
9
- max-height: 70vh;
10
- overflow-y: auto;
11
- background: @normal-color;
12
- padding: 0px 60px;
13
- padding-top: 24px;
14
- border-radius: 0 0 2px 2px;
15
- }
16
- .@{ant-prefix}-modal-footer {
17
- border: none;
18
- padding: 32px 24px 24px 24px;
19
- .@{ant-prefix}-btn {
20
- min-width: 60px;
21
- height: 32px;
22
- margin-left: 12px;
23
- font-size: 14px;
24
- color: @text-color;
25
- }
26
- .@{ant-prefix}-btn-primary {
27
- color: @normal-color;
28
- }
29
- }
30
- }
1
+ @import 'antd/lib/modal/style/index.less';
2
+ @import '../../style/theme.less';
3
+
4
+ .@{sdk-prefix}-modal {
5
+ .@{ant-prefix}-modal-header {
6
+ border-color: @modal-header-border-color;
7
+ }
8
+ .@{ant-prefix}-modal-body {
9
+ max-height: 70vh;
10
+ overflow-y: auto;
11
+ background: @normal-color;
12
+ padding: 0px 60px;
13
+ padding-top: 24px;
14
+ border-radius: 0 0 2px 2px;
15
+ }
16
+ .@{ant-prefix}-modal-footer {
17
+ border: none;
18
+ padding: 32px 24px 24px 24px;
19
+ .@{ant-prefix}-btn {
20
+ min-width: 60px;
21
+ height: 32px;
22
+ margin-left: 12px;
23
+ font-size: 14px;
24
+ color: @text-color;
25
+ }
26
+ .@{ant-prefix}-btn-primary {
27
+ color: @normal-color;
28
+ }
29
+ }
30
+ }
@@ -1,10 +1,10 @@
1
- @import '../../style/theme.less';
2
-
3
- .@{sdk-prefix}-name-explain-icon {
4
- color: @icon-color;
5
- transition: color 0.3s;
6
- &:hover,
7
- .@{ant-prefix}-tooltip-open {
8
- color: @theme-color;
9
- }
10
- }
1
+ @import '../../style/theme.less';
2
+
3
+ .@{sdk-prefix}-name-explain-icon {
4
+ color: @icon-color;
5
+ transition: color 0.3s;
6
+ &:hover,
7
+ .@{ant-prefix}-tooltip-open {
8
+ color: @theme-color;
9
+ }
10
+ }
@@ -1,19 +1,19 @@
1
- @import 'antd/lib/tooltip/style/index.less';
2
- @import '../../style/theme.less';
3
-
4
- .@{sdk-prefix}-name-limit {
5
- max-width: 100%;
6
- display: inline-block;
7
- vertical-align: top;
8
- white-space: nowrap;
9
- text-overflow: ellipsis;
10
- overflow: hidden;
11
- }
12
-
13
- .@{sdk-prefix}-name-limit-tooltip {
14
- .@{ant-prefix}-tooltip-inner {
15
- max-width: 400px;
16
- max-height: 200px;
17
- overflow: auto;
18
- }
19
- }
1
+ @import 'antd/lib/tooltip/style/index.less';
2
+ @import '../../style/theme.less';
3
+
4
+ .@{sdk-prefix}-name-limit {
5
+ max-width: 100%;
6
+ display: inline-block;
7
+ vertical-align: top;
8
+ white-space: nowrap;
9
+ text-overflow: ellipsis;
10
+ overflow: hidden;
11
+ }
12
+
13
+ .@{sdk-prefix}-name-limit-tooltip {
14
+ .@{ant-prefix}-tooltip-inner {
15
+ max-width: 400px;
16
+ max-height: 200px;
17
+ overflow: auto;
18
+ }
19
+ }
@@ -1,16 +1,16 @@
1
- @import 'antd/lib/divider/style/index.less';
2
- @import '../../../style/theme.less';
3
-
4
- .@{sdk-prefix}-popover-inline-list {
5
- display: inline-block;
6
- vertical-align: middle;
7
-
8
- .@{sdk-prefix}-popover-inline-item {
9
- display: inline-block;
10
- height: 100%;
11
- margin-right: 12px;
12
- i {
13
- color: @theme-color;
14
- }
15
- }
16
- }
1
+ @import 'antd/lib/divider/style/index.less';
2
+ @import '../../../style/theme.less';
3
+
4
+ .@{sdk-prefix}-popover-inline-list {
5
+ display: inline-block;
6
+ vertical-align: middle;
7
+
8
+ .@{sdk-prefix}-popover-inline-item {
9
+ display: inline-block;
10
+ height: 100%;
11
+ margin-right: 12px;
12
+ i {
13
+ color: @theme-color;
14
+ }
15
+ }
16
+ }
@@ -1,25 +1,25 @@
1
- @import 'antd/lib/tooltip/style/index.less';
2
- @import '../../../style/theme.less';
3
-
4
- .@{sdk-prefix}-item {
5
- color: @theme-color;
6
- cursor: pointer;
7
- & > .anticon {
8
- color: inherit;
9
- }
10
- &.@{sdk-prefix}-disabled {
11
- color: @font-disable-color-2;
12
- cursor: not-allowed;
13
- pointer-events: none;
14
- .anticon {
15
- color: @font-disable-color-2;
16
- }
17
- }
18
- &.@{sdk-prefix}-active {
19
- background: @select-popover-hover-color;
20
- }
21
- a {
22
- color: inherit;
23
- cursor: inherit;
24
- }
25
- }
1
+ @import 'antd/lib/tooltip/style/index.less';
2
+ @import '../../../style/theme.less';
3
+
4
+ .@{sdk-prefix}-item {
5
+ color: @theme-color;
6
+ cursor: pointer;
7
+ & > .anticon {
8
+ color: inherit;
9
+ }
10
+ &.@{sdk-prefix}-disabled {
11
+ color: @font-disable-color-2;
12
+ cursor: not-allowed;
13
+ pointer-events: none;
14
+ .anticon {
15
+ color: @font-disable-color-2;
16
+ }
17
+ }
18
+ &.@{sdk-prefix}-active {
19
+ background: @select-popover-hover-color;
20
+ }
21
+ a {
22
+ color: inherit;
23
+ cursor: inherit;
24
+ }
25
+ }