@jiaozhiye/qm-design-react 1.11.24 → 1.11.25
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/lib/collapse/style/index.less +24 -24
- package/lib/collapse/style/motion.less +11 -11
- package/lib/color-picker/style/index.less +119 -119
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/lang/en.js +5 -5
- package/lib/locale/lang/zh-cn.js +5 -5
- package/lib/pivot-grid/style/context-menu.less +28 -28
- package/lib/pivot-grid/style/grid-layout.less +409 -409
- package/lib/pivot-grid/style/index.less +11 -11
- package/lib/pivot-grid/style/main.less +33 -33
- package/lib/pivot-grid/style/top-bar.less +189 -189
- package/lib/search-tree/style/index.less +34 -34
- package/lib/style/index.css +3 -0
- package/lib/style/index.less +44 -44
- package/lib/style/index.min.css +1 -1
- package/lib/table/style/body.less +105 -104
- package/lib/table/style/fast-search.less +150 -150
- package/lib/table/style/variable.less +51 -51
- package/lib/virtual-list/style/index.less +22 -22
- package/package.json +1 -1
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: 焦质晔
|
|
3
|
-
* @Date: 2021-07-23 19:05:57
|
|
4
|
-
* @Last Modified by: 焦质晔
|
|
5
|
-
* @Last Modified time: 2024-12-26 14:20:20
|
|
6
|
-
*/
|
|
7
|
-
@import '../../style/common';
|
|
8
|
-
@import './motion';
|
|
9
|
-
|
|
10
|
-
@prefix-collapse: ~'@{qm-prefix}-collapse';
|
|
11
|
-
|
|
12
|
-
.@{prefix-collapse} {
|
|
13
|
-
&-content {
|
|
14
|
-
padding: 0 2px;
|
|
15
|
-
overflow: hidden;
|
|
16
|
-
background-color: #fff;
|
|
17
|
-
& > &-box {
|
|
18
|
-
margin-top: 8px;
|
|
19
|
-
}
|
|
20
|
-
&-hidden {
|
|
21
|
-
display: none;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
1
|
+
/*
|
|
2
|
+
* @Author: 焦质晔
|
|
3
|
+
* @Date: 2021-07-23 19:05:57
|
|
4
|
+
* @Last Modified by: 焦质晔
|
|
5
|
+
* @Last Modified time: 2024-12-26 14:20:20
|
|
6
|
+
*/
|
|
7
|
+
@import '../../style/common';
|
|
8
|
+
@import './motion';
|
|
9
|
+
|
|
10
|
+
@prefix-collapse: ~'@{qm-prefix}-collapse';
|
|
11
|
+
|
|
12
|
+
.@{prefix-collapse} {
|
|
13
|
+
&-content {
|
|
14
|
+
padding: 0 2px;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
background-color: #fff;
|
|
17
|
+
& > &-box {
|
|
18
|
+
margin-top: 8px;
|
|
19
|
+
}
|
|
20
|
+
&-hidden {
|
|
21
|
+
display: none;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: 焦质晔
|
|
3
|
-
* @Date: 2022-06-01 20:17:51
|
|
4
|
-
* @Last Modified by: 焦质晔
|
|
5
|
-
* @Last Modified time: 2024-12-26 14:19:50
|
|
6
|
-
*/
|
|
7
|
-
@prefixCls: ~'@{qm-prefix}-motion-collapse';
|
|
8
|
-
|
|
9
|
-
.@{prefixCls} {
|
|
10
|
-
transition: height 0.3s, opacity 0.3s;
|
|
11
|
-
}
|
|
1
|
+
/*
|
|
2
|
+
* @Author: 焦质晔
|
|
3
|
+
* @Date: 2022-06-01 20:17:51
|
|
4
|
+
* @Last Modified by: 焦质晔
|
|
5
|
+
* @Last Modified time: 2024-12-26 14:19:50
|
|
6
|
+
*/
|
|
7
|
+
@prefixCls: ~'@{qm-prefix}-motion-collapse';
|
|
8
|
+
|
|
9
|
+
.@{prefixCls} {
|
|
10
|
+
transition: height 0.3s, opacity 0.3s;
|
|
11
|
+
}
|
|
@@ -1,119 +1,119 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: 焦质晔
|
|
3
|
-
* @Date: 2024-12-02 09:06:20
|
|
4
|
-
* @Last Modified by: 焦质晔
|
|
5
|
-
* @Last Modified time: 2024-12-27 10:56:00
|
|
6
|
-
*/
|
|
7
|
-
@import '../../style/common';
|
|
8
|
-
|
|
9
|
-
@prefix-color-picker: ~'@{qm-prefix}-color-picker';
|
|
10
|
-
|
|
11
|
-
.@{prefix-color-picker} {
|
|
12
|
-
position: absolute;
|
|
13
|
-
z-index: 9999;
|
|
14
|
-
display: block;
|
|
15
|
-
width: max-content;
|
|
16
|
-
min-width: 258px;
|
|
17
|
-
visibility: visible;
|
|
18
|
-
&-btn {
|
|
19
|
-
display: inline-flex;
|
|
20
|
-
padding: 3px;
|
|
21
|
-
border: 1px solid @--border-color-base;
|
|
22
|
-
border-radius: 6px;
|
|
23
|
-
cursor: pointer;
|
|
24
|
-
transition: border-color .3s ease;
|
|
25
|
-
&:hover {
|
|
26
|
-
border-color: @--primary-color;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
&-hidden {
|
|
30
|
-
display: none;
|
|
31
|
-
}
|
|
32
|
-
&-panel {
|
|
33
|
-
display: flex;
|
|
34
|
-
flex-direction: column;
|
|
35
|
-
width: 258px;
|
|
36
|
-
padding: 12px;
|
|
37
|
-
background-color: #fff;
|
|
38
|
-
border-radius: 8px;
|
|
39
|
-
box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12),0px 6px 16px 0px rgba(0, 0, 0, 0.08),0px 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
40
|
-
&-disabled {
|
|
41
|
-
cursor: not-allowed;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
&-select {
|
|
45
|
-
.@{prefix-color-picker}-palette {
|
|
46
|
-
min-height: 160px;
|
|
47
|
-
overflow: hidden;
|
|
48
|
-
border-radius: 4px;
|
|
49
|
-
& > .@{prefix-color-picker}-gradient {
|
|
50
|
-
border-top-left-radius: 5px;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
margin-bottom: 12px;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
&-saturation {
|
|
57
|
-
position: absolute;
|
|
58
|
-
border-radius: inherit;
|
|
59
|
-
inset: 0px;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
&-handler {
|
|
63
|
-
width: 16px;
|
|
64
|
-
height: 16px;
|
|
65
|
-
border: 2px solid #fff;
|
|
66
|
-
border-radius: 50%;
|
|
67
|
-
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.06);
|
|
68
|
-
}
|
|
69
|
-
&-handler-sm {
|
|
70
|
-
width: 12px;
|
|
71
|
-
height: 12px;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
&-slider {
|
|
75
|
-
width: 100%;
|
|
76
|
-
margin-bottom: 12px;
|
|
77
|
-
.@{prefix-color-picker}-palette {
|
|
78
|
-
height: 8px;
|
|
79
|
-
}
|
|
80
|
-
.@{prefix-color-picker}-gradient {
|
|
81
|
-
border-radius: 4px;
|
|
82
|
-
}
|
|
83
|
-
&-alpha {
|
|
84
|
-
background: repeating-conic-gradient(#ddd 0% 25%, #fff 25% 50%);
|
|
85
|
-
background-size: 10px 10px;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
&-color-block {
|
|
90
|
-
position: relative;
|
|
91
|
-
width: 24px;
|
|
92
|
-
height: 24px;
|
|
93
|
-
overflow: hidden;
|
|
94
|
-
background: repeating-conic-gradient(#ddd 0% 25%, #fff 25% 50%);
|
|
95
|
-
background-size: 10px 10px;
|
|
96
|
-
border-radius: 4px;
|
|
97
|
-
&-inner {
|
|
98
|
-
width: 100%;
|
|
99
|
-
height: 100%;
|
|
100
|
-
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
101
|
-
border-radius: 4px;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
&-slider-container {
|
|
106
|
-
display: flex;
|
|
107
|
-
.@{prefix-color-picker}-slider-group {
|
|
108
|
-
flex: 1;
|
|
109
|
-
margin-right: 8px;
|
|
110
|
-
&-disabled-alpha {
|
|
111
|
-
display: flex;
|
|
112
|
-
align-items: center;
|
|
113
|
-
.@{prefix-color-picker}-slider{
|
|
114
|
-
margin-bottom: 0;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
1
|
+
/*
|
|
2
|
+
* @Author: 焦质晔
|
|
3
|
+
* @Date: 2024-12-02 09:06:20
|
|
4
|
+
* @Last Modified by: 焦质晔
|
|
5
|
+
* @Last Modified time: 2024-12-27 10:56:00
|
|
6
|
+
*/
|
|
7
|
+
@import '../../style/common';
|
|
8
|
+
|
|
9
|
+
@prefix-color-picker: ~'@{qm-prefix}-color-picker';
|
|
10
|
+
|
|
11
|
+
.@{prefix-color-picker} {
|
|
12
|
+
position: absolute;
|
|
13
|
+
z-index: 9999;
|
|
14
|
+
display: block;
|
|
15
|
+
width: max-content;
|
|
16
|
+
min-width: 258px;
|
|
17
|
+
visibility: visible;
|
|
18
|
+
&-btn {
|
|
19
|
+
display: inline-flex;
|
|
20
|
+
padding: 3px;
|
|
21
|
+
border: 1px solid @--border-color-base;
|
|
22
|
+
border-radius: 6px;
|
|
23
|
+
cursor: pointer;
|
|
24
|
+
transition: border-color .3s ease;
|
|
25
|
+
&:hover {
|
|
26
|
+
border-color: @--primary-color;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
&-hidden {
|
|
30
|
+
display: none;
|
|
31
|
+
}
|
|
32
|
+
&-panel {
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: column;
|
|
35
|
+
width: 258px;
|
|
36
|
+
padding: 12px;
|
|
37
|
+
background-color: #fff;
|
|
38
|
+
border-radius: 8px;
|
|
39
|
+
box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12),0px 6px 16px 0px rgba(0, 0, 0, 0.08),0px 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
40
|
+
&-disabled {
|
|
41
|
+
cursor: not-allowed;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
&-select {
|
|
45
|
+
.@{prefix-color-picker}-palette {
|
|
46
|
+
min-height: 160px;
|
|
47
|
+
overflow: hidden;
|
|
48
|
+
border-radius: 4px;
|
|
49
|
+
& > .@{prefix-color-picker}-gradient {
|
|
50
|
+
border-top-left-radius: 5px;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
margin-bottom: 12px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&-saturation {
|
|
57
|
+
position: absolute;
|
|
58
|
+
border-radius: inherit;
|
|
59
|
+
inset: 0px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&-handler {
|
|
63
|
+
width: 16px;
|
|
64
|
+
height: 16px;
|
|
65
|
+
border: 2px solid #fff;
|
|
66
|
+
border-radius: 50%;
|
|
67
|
+
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.06);
|
|
68
|
+
}
|
|
69
|
+
&-handler-sm {
|
|
70
|
+
width: 12px;
|
|
71
|
+
height: 12px;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&-slider {
|
|
75
|
+
width: 100%;
|
|
76
|
+
margin-bottom: 12px;
|
|
77
|
+
.@{prefix-color-picker}-palette {
|
|
78
|
+
height: 8px;
|
|
79
|
+
}
|
|
80
|
+
.@{prefix-color-picker}-gradient {
|
|
81
|
+
border-radius: 4px;
|
|
82
|
+
}
|
|
83
|
+
&-alpha {
|
|
84
|
+
background: repeating-conic-gradient(#ddd 0% 25%, #fff 25% 50%);
|
|
85
|
+
background-size: 10px 10px;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
&-color-block {
|
|
90
|
+
position: relative;
|
|
91
|
+
width: 24px;
|
|
92
|
+
height: 24px;
|
|
93
|
+
overflow: hidden;
|
|
94
|
+
background: repeating-conic-gradient(#ddd 0% 25%, #fff 25% 50%);
|
|
95
|
+
background-size: 10px 10px;
|
|
96
|
+
border-radius: 4px;
|
|
97
|
+
&-inner {
|
|
98
|
+
width: 100%;
|
|
99
|
+
height: 100%;
|
|
100
|
+
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
101
|
+
border-radius: 4px;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&-slider-container {
|
|
106
|
+
display: flex;
|
|
107
|
+
.@{prefix-color-picker}-slider-group {
|
|
108
|
+
flex: 1;
|
|
109
|
+
margin-right: 8px;
|
|
110
|
+
&-disabled-alpha {
|
|
111
|
+
display: flex;
|
|
112
|
+
align-items: center;
|
|
113
|
+
.@{prefix-color-picker}-slider{
|
|
114
|
+
margin-bottom: 0;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|