@qn-pandora/pandora-component 5.1.0 → 5.1.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/README.md +36 -36
- package/es/components/AutoComplete/index.js +2 -2
- package/es/components/AutoComplete/style.css +127 -39
- package/es/components/AutoComplete/style.less +8 -8
- package/es/components/Breadcrumb/style.css +13 -3
- package/es/components/Breadcrumb/style.less +9 -9
- package/es/components/Button/style.css +282 -176
- package/es/components/Button/style.less +51 -51
- package/es/components/Card/RowExtra/style.css +6 -0
- package/es/components/Card/RowExtra/style.less +8 -8
- package/es/components/Card/SearchInput/style.less +8 -8
- package/es/components/Card/style.css +61 -66
- package/es/components/Card/style.less +11 -11
- package/es/components/CheckTransformList/style.css +345 -121
- package/es/components/CheckTransformList/style.less +35 -35
- package/es/components/Checkbox/index.js +9 -1
- package/es/components/Checkbox/style.css +5 -0
- package/es/components/Checkbox/style.less +5 -5
- package/es/components/CheckboxList/style.css +10 -5
- package/es/components/CheckboxList/style.less +11 -11
- package/es/components/Collapse/style.css +35 -3
- package/es/components/Collapse/style.less +58 -58
- package/es/components/CollapsiblePanel/style.less +63 -63
- package/es/components/DateTimePicker/Base/index.d.ts +3 -0
- package/es/components/DateTimePicker/Base/index.js +51 -6
- package/es/components/DateTimePicker/Base/style.css +508 -112
- package/es/components/DateTimePicker/Base/style.less +167 -160
- package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/es/components/DateTimePicker/DisplayInput/index.js +3 -1
- package/es/components/DateTimePicker/DisplayInput/style.css +231 -53
- package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/es/components/DateTimePicker/constants.d.ts +9 -3
- package/es/components/DateTimePicker/constants.js +1 -0
- package/es/components/DateTimePicker/index.js +1 -1
- package/es/components/DateTimePicker/style.css +77 -46
- package/es/components/DateTimePicker/style.less +19 -19
- package/es/components/DateTimePicker/time.d.ts +1 -0
- package/es/components/DateTimePicker/time.js +1 -0
- package/es/components/DateTimePicker/transform.js +4 -2
- package/es/components/Descriptions/style.css +77 -46
- package/es/components/Descriptions/style.less +16 -16
- package/es/components/Drawer/CloseIcon/style.less +8 -8
- package/es/components/Drawer/index.d.ts +6 -6
- package/es/components/Drawer/index.js +4 -4
- package/es/components/Drawer/style.css +244 -169
- package/es/components/Drawer/style.less +69 -61
- package/es/components/FileResumable/index.js +2 -3
- package/es/components/FileResumable/style.css +20 -50
- package/es/components/FileResumable/style.less +94 -94
- package/es/components/FlameGraph/customTooltip.d.ts +22 -0
- package/es/components/FlameGraph/customTooltip.js +91 -0
- package/es/components/FlameGraph/index.d.ts +16 -0
- package/es/components/FlameGraph/index.js +96 -0
- package/es/components/FlameGraph/style.css +8 -0
- package/es/components/FlameGraph/style.less +14 -0
- package/es/components/Input/index.d.ts +1 -1
- package/es/components/Input/style.css +231 -53
- package/es/components/Input/style.less +12 -12
- package/es/components/KeyValuePair/style.less +25 -25
- package/es/components/Menu/Option.d.ts +1 -1
- package/es/components/Menu/Option.js +12 -4
- package/es/components/Menu/style.css +31 -22
- package/es/components/Menu/style.less +18 -18
- package/es/components/Modal/style.css +11 -8
- package/es/components/Modal/style.less +30 -30
- package/es/components/NameExplainTooltip/style.css +1 -1
- package/es/components/NameExplainTooltip/style.less +10 -10
- package/es/components/NameLimiter/index.js +1 -1
- package/es/components/NameLimiter/style.css +83 -55
- package/es/components/NameLimiter/style.less +19 -19
- package/es/components/OptionList/InlineOptionList/style.css +22 -9
- package/es/components/OptionList/InlineOptionList/style.less +16 -16
- package/es/components/OptionList/OptionItem/style.css +85 -57
- package/es/components/OptionList/OptionItem/style.less +25 -25
- package/es/components/OptionList/PopoverOptionList/index.js +1 -1
- package/es/components/OptionList/PopoverOptionList/style.css +80 -49
- package/es/components/OptionList/PopoverOptionList/style.less +30 -30
- package/es/components/OptionList/style.css +187 -115
- package/es/components/OptionList/style.less +3 -3
- package/es/components/RadioGroup/style.css +51 -40
- package/es/components/RadioGroup/style.less +41 -41
- package/es/components/RangeInput/style.css +604 -87
- package/es/components/RangeInput/style.less +37 -37
- package/es/components/RemarkName/style.css +83 -55
- package/es/components/RemarkName/style.less +2 -2
- package/es/components/Selector/style.css +127 -39
- package/es/components/Selector/style.less +99 -99
- package/es/components/Spin/style.css +10 -8
- package/es/components/Spin/style.less +26 -26
- package/es/components/Steps/ControlButton/style.less +5 -5
- package/es/components/Steps/style.css +59 -21
- package/es/components/Steps/style.less +48 -48
- package/es/components/Table/ColumnSetting/index.d.ts +1 -0
- package/es/components/Table/ColumnSetting/index.js +19 -14
- package/es/components/Table/ColumnSetting/style.css +2 -5
- package/es/components/Table/ColumnSetting/style.less +50 -51
- package/es/components/Table/ColumnTag/style.css +4 -4
- package/es/components/Table/ColumnTag/style.less +40 -40
- package/es/components/Table/EmptyText.d.ts +7 -0
- package/es/components/Table/EmptyText.js +22 -0
- package/es/components/Table/ResizableTitle/style.less +25 -25
- package/es/components/Table/index.d.ts +19 -88
- package/es/components/Table/index.js +142 -326
- package/es/components/Table/style.css +146 -98
- package/es/components/Table/style.less +364 -345
- package/es/components/Table/type.d.ts +63 -0
- package/es/components/Table/type.js +5 -0
- package/es/components/Table/util.d.ts +58 -0
- package/es/components/Table/util.js +218 -0
- package/es/components/Tabs/style.css +127 -78
- package/es/components/Tabs/style.less +33 -33
- package/es/components/TagList/Tag/style.css +5 -5
- package/es/components/TagList/Tag/style.less +72 -72
- package/es/components/TagList/TagSwitch/style.css +1 -1
- package/es/components/TagList/TagSwitch/style.less +28 -28
- package/es/components/TagList/style.css +6 -6
- package/es/components/TagList/style.less +28 -28
- package/es/components/Timeline/TimelineItem/style.css +1 -1
- package/es/components/Timeline/TimelineItem/style.less +49 -49
- package/es/components/Timeline/style.less +23 -23
- package/es/components/TopologyChart/index.d.ts +7 -0
- package/es/components/TopologyChart/index.js +19 -0
- package/es/components/TopologyChart/style.css +14 -0
- package/es/components/TopologyChart/style.less +14 -0
- package/es/components/Transfer/List/style.less +19 -19
- package/es/components/Transfer/ListBody/style.less +18 -18
- package/es/components/Transfer/style.less +14 -14
- package/es/components/TreeSelector/style.css +42 -30
- package/es/components/TreeSelector/style.less +56 -56
- package/es/constants/language/datetime/en.js +4 -2
- package/es/constants/language/datetime/type.d.ts +4 -2
- package/es/constants/language/datetime/zh.js +4 -2
- package/es/index.css +9067 -7963
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/es/index.less +56 -54
- package/es/style/mixin.less +45 -45
- package/es/style/theme.less +416 -416
- package/lib/components/AutoComplete/index.js +2 -2
- package/lib/components/AutoComplete/style.css +127 -39
- package/lib/components/AutoComplete/style.less +8 -8
- package/lib/components/Breadcrumb/style.css +13 -3
- package/lib/components/Breadcrumb/style.less +9 -9
- package/lib/components/Button/style.css +282 -176
- package/lib/components/Button/style.less +51 -51
- package/lib/components/Card/RowExtra/style.css +6 -0
- package/lib/components/Card/RowExtra/style.less +8 -8
- package/lib/components/Card/SearchInput/style.less +8 -8
- package/lib/components/Card/style.css +61 -66
- package/lib/components/Card/style.less +11 -11
- package/lib/components/CheckTransformList/style.css +345 -121
- package/lib/components/CheckTransformList/style.less +35 -35
- package/lib/components/Checkbox/index.js +9 -1
- package/lib/components/Checkbox/style.css +5 -0
- package/lib/components/Checkbox/style.less +5 -5
- package/lib/components/CheckboxList/style.css +10 -5
- package/lib/components/CheckboxList/style.less +11 -11
- package/lib/components/Collapse/style.css +35 -3
- package/lib/components/Collapse/style.less +58 -58
- package/lib/components/CollapsiblePanel/style.less +63 -63
- package/lib/components/DateTimePicker/Base/index.d.ts +3 -0
- package/lib/components/DateTimePicker/Base/index.js +51 -6
- package/lib/components/DateTimePicker/Base/style.css +508 -112
- package/lib/components/DateTimePicker/Base/style.less +167 -160
- package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/lib/components/DateTimePicker/DisplayInput/index.js +3 -1
- package/lib/components/DateTimePicker/DisplayInput/style.css +231 -53
- package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/lib/components/DateTimePicker/constants.d.ts +9 -3
- package/lib/components/DateTimePicker/constants.js +1 -0
- package/lib/components/DateTimePicker/index.js +1 -1
- package/lib/components/DateTimePicker/style.css +77 -46
- package/lib/components/DateTimePicker/style.less +19 -19
- package/lib/components/DateTimePicker/time.d.ts +1 -0
- package/lib/components/DateTimePicker/time.js +1 -0
- package/lib/components/DateTimePicker/transform.js +4 -2
- package/lib/components/Descriptions/style.css +77 -46
- package/lib/components/Descriptions/style.less +16 -16
- package/lib/components/Drawer/CloseIcon/style.less +8 -8
- package/lib/components/Drawer/index.d.ts +6 -6
- package/lib/components/Drawer/index.js +4 -4
- package/lib/components/Drawer/style.css +244 -169
- package/lib/components/Drawer/style.less +69 -61
- package/lib/components/FileResumable/index.js +2 -3
- package/lib/components/FileResumable/style.css +20 -50
- package/lib/components/FileResumable/style.less +94 -94
- package/lib/components/FlameGraph/customTooltip.d.ts +22 -0
- package/lib/components/FlameGraph/customTooltip.js +114 -0
- package/lib/components/FlameGraph/index.d.ts +16 -0
- package/lib/components/FlameGraph/index.js +117 -0
- package/lib/components/FlameGraph/style.css +8 -0
- package/lib/components/FlameGraph/style.less +14 -0
- package/lib/components/Input/index.d.ts +1 -1
- package/lib/components/Input/style.css +231 -53
- package/lib/components/Input/style.less +12 -12
- package/lib/components/KeyValuePair/style.less +25 -25
- package/lib/components/Menu/Option.d.ts +1 -1
- package/lib/components/Menu/Option.js +17 -25
- package/lib/components/Menu/style.css +31 -22
- package/lib/components/Menu/style.less +18 -18
- package/lib/components/Modal/style.css +11 -8
- package/lib/components/Modal/style.less +30 -30
- package/lib/components/NameExplainTooltip/style.css +1 -1
- package/lib/components/NameExplainTooltip/style.less +10 -10
- package/lib/components/NameLimiter/index.js +1 -1
- package/lib/components/NameLimiter/style.css +83 -55
- package/lib/components/NameLimiter/style.less +19 -19
- package/lib/components/OptionList/InlineOptionList/style.css +22 -9
- package/lib/components/OptionList/InlineOptionList/style.less +16 -16
- package/lib/components/OptionList/OptionItem/style.css +85 -57
- package/lib/components/OptionList/OptionItem/style.less +25 -25
- package/lib/components/OptionList/PopoverOptionList/index.js +1 -1
- package/lib/components/OptionList/PopoverOptionList/style.css +80 -49
- package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
- package/lib/components/OptionList/style.css +187 -115
- package/lib/components/OptionList/style.less +3 -3
- package/lib/components/RadioGroup/style.css +51 -40
- package/lib/components/RadioGroup/style.less +41 -41
- package/lib/components/RangeInput/style.css +604 -87
- package/lib/components/RangeInput/style.less +37 -37
- package/lib/components/RemarkName/style.css +83 -55
- package/lib/components/RemarkName/style.less +2 -2
- package/lib/components/Selector/style.css +127 -39
- package/lib/components/Selector/style.less +99 -99
- package/lib/components/Spin/style.css +10 -8
- package/lib/components/Spin/style.less +26 -26
- package/lib/components/Steps/ControlButton/style.less +5 -5
- package/lib/components/Steps/style.css +59 -21
- package/lib/components/Steps/style.less +48 -48
- package/lib/components/Table/ColumnSetting/index.d.ts +1 -0
- package/lib/components/Table/ColumnSetting/index.js +19 -14
- package/lib/components/Table/ColumnSetting/style.css +2 -5
- package/lib/components/Table/ColumnSetting/style.less +50 -51
- package/lib/components/Table/ColumnTag/style.css +4 -4
- package/lib/components/Table/ColumnTag/style.less +40 -40
- package/lib/components/Table/EmptyText.d.ts +7 -0
- package/lib/components/Table/EmptyText.js +27 -0
- package/lib/components/Table/ResizableTitle/style.less +25 -25
- package/lib/components/Table/index.d.ts +19 -88
- package/lib/components/Table/index.js +145 -327
- package/lib/components/Table/style.css +146 -98
- package/lib/components/Table/style.less +364 -345
- package/lib/components/Table/type.d.ts +63 -0
- package/lib/components/Table/type.js +8 -0
- package/lib/components/Table/util.d.ts +58 -0
- package/lib/components/Table/util.js +227 -0
- package/lib/components/Tabs/style.css +127 -78
- package/lib/components/Tabs/style.less +33 -33
- package/lib/components/TagList/Tag/style.css +5 -5
- package/lib/components/TagList/Tag/style.less +72 -72
- package/lib/components/TagList/TagSwitch/style.css +1 -1
- package/lib/components/TagList/TagSwitch/style.less +28 -28
- package/lib/components/TagList/style.css +6 -6
- package/lib/components/TagList/style.less +28 -28
- package/lib/components/Timeline/TimelineItem/style.css +1 -1
- package/lib/components/Timeline/TimelineItem/style.less +49 -49
- package/lib/components/Timeline/style.less +23 -23
- package/lib/components/TopologyChart/index.d.ts +7 -0
- package/lib/components/TopologyChart/index.js +28 -0
- package/lib/components/TopologyChart/style.css +14 -0
- package/lib/components/TopologyChart/style.less +14 -0
- package/lib/components/Transfer/List/style.less +19 -19
- package/lib/components/Transfer/ListBody/style.less +18 -18
- package/lib/components/Transfer/style.less +14 -14
- package/lib/components/TreeSelector/style.css +42 -30
- package/lib/components/TreeSelector/style.less +56 -56
- package/lib/constants/language/datetime/en.js +4 -2
- package/lib/constants/language/datetime/type.d.ts +4 -2
- package/lib/constants/language/datetime/zh.js +4 -2
- package/lib/index.css +4782 -3678
- package/lib/index.d.ts +2 -0
- package/lib/index.js +8 -1
- package/lib/index.less +56 -54
- package/lib/style/mixin.less +45 -45
- package/lib/style/theme.less +416 -416
- package/package.json +10 -6
@@ -1,37 +1,37 @@
|
|
1
|
-
@import 'antd/lib/input/style/index.less';
|
2
|
-
@import 'antd/lib/input-number/style/index.less';
|
3
|
-
@import '../../style/theme.less';
|
4
|
-
|
5
|
-
.@{sdk-prefix}-range-input {
|
6
|
-
position: relative;
|
7
|
-
.@{sdk-prefix}-range-input-symbol {
|
8
|
-
display: inline-block;
|
9
|
-
width: 40px;
|
10
|
-
line-height: 40px;
|
11
|
-
text-align: center;
|
12
|
-
}
|
13
|
-
|
14
|
-
.@{sdk-prefix}-range-input-input {
|
15
|
-
width: calc(~'50% - 20px');
|
16
|
-
text-align: center;
|
17
|
-
display: inline-block;
|
18
|
-
}
|
19
|
-
|
20
|
-
.@{sdk-prefix}-range-input-error {
|
21
|
-
color: @error-color;
|
22
|
-
line-height: 24px;
|
23
|
-
font-size: 12px;
|
24
|
-
}
|
25
|
-
|
26
|
-
.@{ant-prefix}-input-number {
|
27
|
-
width: 100%;
|
28
|
-
}
|
29
|
-
|
30
|
-
input::-webkit-outer-spin-button,
|
31
|
-
input::-webkit-inner-spin-button {
|
32
|
-
-webkit-appearance: none;
|
33
|
-
}
|
34
|
-
input[type='number'] {
|
35
|
-
-moz-appearance: textfield;
|
36
|
-
}
|
37
|
-
}
|
1
|
+
@import 'antd/lib/input/style/index.less';
|
2
|
+
@import 'antd/lib/input-number/style/index.less';
|
3
|
+
@import '../../style/theme.less';
|
4
|
+
|
5
|
+
.@{sdk-prefix}-range-input {
|
6
|
+
position: relative;
|
7
|
+
.@{sdk-prefix}-range-input-symbol {
|
8
|
+
display: inline-block;
|
9
|
+
width: 40px;
|
10
|
+
line-height: 40px;
|
11
|
+
text-align: center;
|
12
|
+
}
|
13
|
+
|
14
|
+
.@{sdk-prefix}-range-input-input {
|
15
|
+
width: calc(~'50% - 20px');
|
16
|
+
text-align: center;
|
17
|
+
display: inline-block;
|
18
|
+
}
|
19
|
+
|
20
|
+
.@{sdk-prefix}-range-input-error {
|
21
|
+
color: @error-color;
|
22
|
+
line-height: 24px;
|
23
|
+
font-size: 12px;
|
24
|
+
}
|
25
|
+
|
26
|
+
.@{ant-prefix}-input-number {
|
27
|
+
width: 100%;
|
28
|
+
}
|
29
|
+
|
30
|
+
input::-webkit-outer-spin-button,
|
31
|
+
input::-webkit-inner-spin-button {
|
32
|
+
-webkit-appearance: none;
|
33
|
+
}
|
34
|
+
input[type='number'] {
|
35
|
+
-moz-appearance: textfield;
|
36
|
+
}
|
37
|
+
}
|
@@ -20,31 +20,35 @@
|
|
20
20
|
width: -webkit-max-content;
|
21
21
|
width: -moz-max-content;
|
22
22
|
width: max-content;
|
23
|
+
width: intrinsic;
|
23
24
|
max-width: 250px;
|
24
25
|
visibility: visible;
|
25
26
|
}
|
27
|
+
.ant-tooltip-content {
|
28
|
+
position: relative;
|
29
|
+
}
|
26
30
|
.ant-tooltip-hidden {
|
27
31
|
display: none;
|
28
32
|
}
|
29
33
|
.ant-tooltip-placement-top,
|
30
34
|
.ant-tooltip-placement-topLeft,
|
31
35
|
.ant-tooltip-placement-topRight {
|
32
|
-
padding-bottom:
|
36
|
+
padding-bottom: 14.3137085px;
|
33
37
|
}
|
34
38
|
.ant-tooltip-placement-right,
|
35
39
|
.ant-tooltip-placement-rightTop,
|
36
40
|
.ant-tooltip-placement-rightBottom {
|
37
|
-
padding-left:
|
41
|
+
padding-left: 14.3137085px;
|
38
42
|
}
|
39
43
|
.ant-tooltip-placement-bottom,
|
40
44
|
.ant-tooltip-placement-bottomLeft,
|
41
45
|
.ant-tooltip-placement-bottomRight {
|
42
|
-
padding-top:
|
46
|
+
padding-top: 14.3137085px;
|
43
47
|
}
|
44
48
|
.ant-tooltip-placement-left,
|
45
49
|
.ant-tooltip-placement-leftTop,
|
46
50
|
.ant-tooltip-placement-leftBottom {
|
47
|
-
padding-right:
|
51
|
+
padding-right: 14.3137085px;
|
48
52
|
}
|
49
53
|
.ant-tooltip-inner {
|
50
54
|
min-width: 30px;
|
@@ -61,44 +65,62 @@
|
|
61
65
|
}
|
62
66
|
.ant-tooltip-arrow {
|
63
67
|
position: absolute;
|
68
|
+
z-index: 2;
|
64
69
|
display: block;
|
65
|
-
width:
|
66
|
-
height:
|
70
|
+
width: 22px;
|
71
|
+
height: 22px;
|
67
72
|
overflow: hidden;
|
68
73
|
background: transparent;
|
69
74
|
pointer-events: none;
|
70
75
|
}
|
71
76
|
.ant-tooltip-arrow-content {
|
77
|
+
--antd-arrow-background-color: linear-gradient(to right bottom, rgba(35, 44, 59, 0.7), rgba(35, 44, 59, 0.8));
|
72
78
|
position: absolute;
|
73
79
|
top: 0;
|
74
80
|
right: 0;
|
75
81
|
bottom: 0;
|
76
82
|
left: 0;
|
77
83
|
display: block;
|
78
|
-
width:
|
79
|
-
height:
|
84
|
+
width: 11.3137085px;
|
85
|
+
height: 11.3137085px;
|
80
86
|
margin: auto;
|
81
|
-
background-color: rgba(35, 44, 59, 0.8);
|
82
87
|
content: '';
|
83
88
|
pointer-events: auto;
|
89
|
+
border-radius: 0 0 2px;
|
90
|
+
pointer-events: none;
|
91
|
+
}
|
92
|
+
.ant-tooltip-arrow-content::before {
|
93
|
+
position: absolute;
|
94
|
+
top: -11.3137085px;
|
95
|
+
left: -11.3137085px;
|
96
|
+
width: 33.9411255px;
|
97
|
+
height: 33.9411255px;
|
98
|
+
background: var(--antd-arrow-background-color);
|
99
|
+
background-repeat: no-repeat;
|
100
|
+
background-position: -10px -10px;
|
101
|
+
content: '';
|
102
|
+
clip-path: inset(33% 33%);
|
103
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
84
104
|
}
|
85
105
|
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
86
106
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
87
107
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
88
|
-
bottom:
|
108
|
+
bottom: 0;
|
109
|
+
-webkit-transform: translateY(100%);
|
110
|
+
transform: translateY(100%);
|
89
111
|
}
|
90
112
|
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
91
113
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
92
114
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
|
93
115
|
-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
94
116
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
95
|
-
-webkit-transform: translateY(-
|
96
|
-
transform: translateY(-
|
117
|
+
-webkit-transform: translateY(-11px) rotate(45deg);
|
118
|
+
transform: translateY(-11px) rotate(45deg);
|
97
119
|
}
|
98
120
|
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
99
121
|
left: 50%;
|
100
|
-
-webkit-transform: translateX(-50%);
|
101
|
-
transform: translateX(-50%);
|
122
|
+
-webkit-transform: translateY(100%) translateX(-50%);
|
123
|
+
transform: translateY(100%) translateX(-50%);
|
102
124
|
}
|
103
125
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
104
126
|
left: 13px;
|
@@ -109,20 +131,22 @@
|
|
109
131
|
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
110
132
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
111
133
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
112
|
-
left:
|
134
|
+
left: 0;
|
135
|
+
-webkit-transform: translateX(-100%);
|
136
|
+
transform: translateX(-100%);
|
113
137
|
}
|
114
138
|
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
115
139
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
116
140
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
|
117
141
|
-webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
118
142
|
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
119
|
-
-webkit-transform: translateX(
|
120
|
-
transform: translateX(
|
143
|
+
-webkit-transform: translateX(11px) rotate(135deg);
|
144
|
+
transform: translateX(11px) rotate(135deg);
|
121
145
|
}
|
122
146
|
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
123
147
|
top: 50%;
|
124
|
-
-webkit-transform: translateY(-50%);
|
125
|
-
transform: translateY(-50%);
|
148
|
+
-webkit-transform: translateX(-100%) translateY(-50%);
|
149
|
+
transform: translateX(-100%) translateY(-50%);
|
126
150
|
}
|
127
151
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
128
152
|
top: 5px;
|
@@ -133,20 +157,22 @@
|
|
133
157
|
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
134
158
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
135
159
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
136
|
-
right:
|
160
|
+
right: 0;
|
161
|
+
-webkit-transform: translateX(100%);
|
162
|
+
transform: translateX(100%);
|
137
163
|
}
|
138
164
|
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
139
165
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
140
166
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
|
141
167
|
-webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
142
168
|
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
143
|
-
-webkit-transform: translateX(-
|
144
|
-
transform: translateX(-
|
169
|
+
-webkit-transform: translateX(-11px) rotate(315deg);
|
170
|
+
transform: translateX(-11px) rotate(315deg);
|
145
171
|
}
|
146
172
|
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
147
173
|
top: 50%;
|
148
|
-
-webkit-transform: translateY(-50%);
|
149
|
-
transform: translateY(-50%);
|
174
|
+
-webkit-transform: translateX(100%) translateY(-50%);
|
175
|
+
transform: translateX(100%) translateY(-50%);
|
150
176
|
}
|
151
177
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
152
178
|
top: 5px;
|
@@ -157,20 +183,22 @@
|
|
157
183
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
158
184
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
159
185
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
160
|
-
top:
|
186
|
+
top: 0;
|
187
|
+
-webkit-transform: translateY(-100%);
|
188
|
+
transform: translateY(-100%);
|
161
189
|
}
|
162
190
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
163
191
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
164
192
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
|
165
193
|
-webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
166
194
|
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
167
|
-
-webkit-transform: translateY(
|
168
|
-
transform: translateY(
|
195
|
+
-webkit-transform: translateY(11px) rotate(225deg);
|
196
|
+
transform: translateY(11px) rotate(225deg);
|
169
197
|
}
|
170
198
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
171
199
|
left: 50%;
|
172
|
-
-webkit-transform: translateX(-50%);
|
173
|
-
transform: translateX(-50%);
|
200
|
+
-webkit-transform: translateY(-100%) translateX(-50%);
|
201
|
+
transform: translateY(-100%) translateX(-50%);
|
174
202
|
}
|
175
203
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
176
204
|
left: 13px;
|
@@ -181,80 +209,80 @@
|
|
181
209
|
.ant-tooltip-pink .ant-tooltip-inner {
|
182
210
|
background-color: #eb2f96;
|
183
211
|
}
|
184
|
-
.ant-tooltip-pink .ant-tooltip-arrow-content {
|
185
|
-
background
|
212
|
+
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
|
213
|
+
background: #eb2f96;
|
186
214
|
}
|
187
215
|
.ant-tooltip-magenta .ant-tooltip-inner {
|
188
216
|
background-color: #eb2f96;
|
189
217
|
}
|
190
|
-
.ant-tooltip-magenta .ant-tooltip-arrow-content {
|
191
|
-
background
|
218
|
+
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
|
219
|
+
background: #eb2f96;
|
192
220
|
}
|
193
221
|
.ant-tooltip-red .ant-tooltip-inner {
|
194
222
|
background-color: #f5222d;
|
195
223
|
}
|
196
|
-
.ant-tooltip-red .ant-tooltip-arrow-content {
|
197
|
-
background
|
224
|
+
.ant-tooltip-red .ant-tooltip-arrow-content::before {
|
225
|
+
background: #f5222d;
|
198
226
|
}
|
199
227
|
.ant-tooltip-volcano .ant-tooltip-inner {
|
200
228
|
background-color: #fa541c;
|
201
229
|
}
|
202
|
-
.ant-tooltip-volcano .ant-tooltip-arrow-content {
|
203
|
-
background
|
230
|
+
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
|
231
|
+
background: #fa541c;
|
204
232
|
}
|
205
233
|
.ant-tooltip-orange .ant-tooltip-inner {
|
206
234
|
background-color: #fa8c16;
|
207
235
|
}
|
208
|
-
.ant-tooltip-orange .ant-tooltip-arrow-content {
|
209
|
-
background
|
236
|
+
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
|
237
|
+
background: #fa8c16;
|
210
238
|
}
|
211
239
|
.ant-tooltip-yellow .ant-tooltip-inner {
|
212
240
|
background-color: #fadb14;
|
213
241
|
}
|
214
|
-
.ant-tooltip-yellow .ant-tooltip-arrow-content {
|
215
|
-
background
|
242
|
+
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
|
243
|
+
background: #fadb14;
|
216
244
|
}
|
217
245
|
.ant-tooltip-gold .ant-tooltip-inner {
|
218
246
|
background-color: #faad14;
|
219
247
|
}
|
220
|
-
.ant-tooltip-gold .ant-tooltip-arrow-content {
|
221
|
-
background
|
248
|
+
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
|
249
|
+
background: #faad14;
|
222
250
|
}
|
223
251
|
.ant-tooltip-cyan .ant-tooltip-inner {
|
224
252
|
background-color: #13c2c2;
|
225
253
|
}
|
226
|
-
.ant-tooltip-cyan .ant-tooltip-arrow-content {
|
227
|
-
background
|
254
|
+
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
|
255
|
+
background: #13c2c2;
|
228
256
|
}
|
229
257
|
.ant-tooltip-lime .ant-tooltip-inner {
|
230
258
|
background-color: #a0d911;
|
231
259
|
}
|
232
|
-
.ant-tooltip-lime .ant-tooltip-arrow-content {
|
233
|
-
background
|
260
|
+
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
|
261
|
+
background: #a0d911;
|
234
262
|
}
|
235
263
|
.ant-tooltip-green .ant-tooltip-inner {
|
236
264
|
background-color: #52c41a;
|
237
265
|
}
|
238
|
-
.ant-tooltip-green .ant-tooltip-arrow-content {
|
239
|
-
background
|
266
|
+
.ant-tooltip-green .ant-tooltip-arrow-content::before {
|
267
|
+
background: #52c41a;
|
240
268
|
}
|
241
269
|
.ant-tooltip-blue .ant-tooltip-inner {
|
242
270
|
background-color: #1890ff;
|
243
271
|
}
|
244
|
-
.ant-tooltip-blue .ant-tooltip-arrow-content {
|
245
|
-
background
|
272
|
+
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
|
273
|
+
background: #1890ff;
|
246
274
|
}
|
247
275
|
.ant-tooltip-geekblue .ant-tooltip-inner {
|
248
276
|
background-color: #2f54eb;
|
249
277
|
}
|
250
|
-
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
|
251
|
-
background
|
278
|
+
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
|
279
|
+
background: #2f54eb;
|
252
280
|
}
|
253
281
|
.ant-tooltip-purple .ant-tooltip-inner {
|
254
282
|
background-color: #722ed1;
|
255
283
|
}
|
256
|
-
.ant-tooltip-purple .ant-tooltip-arrow-content {
|
257
|
-
background
|
284
|
+
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
|
285
|
+
background: #722ed1;
|
258
286
|
}
|
259
287
|
.ant-tooltip-rtl {
|
260
288
|
direction: rtl;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
@import '../NameLimiter/style.less';
|
2
|
-
@import '../../style/theme.less';
|
1
|
+
@import '../NameLimiter/style.less';
|
2
|
+
@import '../../style/theme.less';
|