@jiaozhiye/qm-design-react 1.9.17 → 1.9.19
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/_utils/dom.d.ts +1 -0
- package/lib/anchor/style/index.less +101 -101
- package/lib/antd/index.less +19 -19
- package/lib/collapse/src/_util/motion.less +13 -13
- package/lib/collapse/style/index.less +24 -24
- package/lib/copy-to-clipboard/style/index.less +12 -12
- package/lib/countup/style/index.less +22 -22
- package/lib/cropper/style/index.less +13 -13
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/print/style/index.less +175 -175
- package/lib/range-table-helper/style/index.less +18 -18
- package/lib/scrollbar/src/scrollbar.d.ts +2 -2
- package/lib/scrollbar/style/index.less +72 -72
- package/lib/search-helper/style/index.less +14 -14
- package/lib/search-tree/style/index.less +34 -34
- package/lib/spin/style/index.less +16 -16
- package/lib/split/style/index.less +83 -83
- package/lib/style/compact.less +10 -10
- package/lib/style/mixins/reset.less +34 -34
- package/lib/style/reset.less +132 -132
- package/lib/style/var.less +9 -9
- package/lib/table/src/table/types.d.ts +2 -2
- package/lib/table/style/expandable.less +64 -64
- package/lib/table/style/index.less +29 -29
- package/lib/tabs/style/index.less +32 -32
- package/lib/tree-helper/style/index.less +21 -21
- package/lib/tree-table-helper/style/index.less +24 -24
- package/package.json +1 -1
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: 焦质晔
|
|
3
|
-
* @Date: 2021-07-23 19:05:57
|
|
4
|
-
* @Last Modified by: 焦质晔
|
|
5
|
-
* @Last Modified time: 2022-03-16 19:06:00
|
|
6
|
-
*/
|
|
7
|
-
@import './variable.less';
|
|
8
|
-
@import './toper.less';
|
|
9
|
-
@import './alert.less';
|
|
10
|
-
@import './full-screen.less';
|
|
11
|
-
@import './reload.less';
|
|
12
|
-
@import './print.less';
|
|
13
|
-
@import './import.less';
|
|
14
|
-
@import './export.less';
|
|
15
|
-
@import './clipboard.less';
|
|
16
|
-
@import './tollbox.less';
|
|
17
|
-
@import './select-collection.less';
|
|
18
|
-
@import './group-summary.less';
|
|
19
|
-
@import './super-search.less';
|
|
20
|
-
@import './fast-search.less';
|
|
21
|
-
@import './column-filter.less';
|
|
22
|
-
@import './table.less';
|
|
23
|
-
@import './header.less';
|
|
24
|
-
@import './body.less';
|
|
25
|
-
@import './footer.less';
|
|
26
|
-
@import './pager.less';
|
|
27
|
-
@import './empty.less';
|
|
28
|
-
@import './expandable.less';
|
|
29
|
-
@import './size.less';
|
|
1
|
+
/*
|
|
2
|
+
* @Author: 焦质晔
|
|
3
|
+
* @Date: 2021-07-23 19:05:57
|
|
4
|
+
* @Last Modified by: 焦质晔
|
|
5
|
+
* @Last Modified time: 2022-03-16 19:06:00
|
|
6
|
+
*/
|
|
7
|
+
@import './variable.less';
|
|
8
|
+
@import './toper.less';
|
|
9
|
+
@import './alert.less';
|
|
10
|
+
@import './full-screen.less';
|
|
11
|
+
@import './reload.less';
|
|
12
|
+
@import './print.less';
|
|
13
|
+
@import './import.less';
|
|
14
|
+
@import './export.less';
|
|
15
|
+
@import './clipboard.less';
|
|
16
|
+
@import './tollbox.less';
|
|
17
|
+
@import './select-collection.less';
|
|
18
|
+
@import './group-summary.less';
|
|
19
|
+
@import './super-search.less';
|
|
20
|
+
@import './fast-search.less';
|
|
21
|
+
@import './column-filter.less';
|
|
22
|
+
@import './table.less';
|
|
23
|
+
@import './header.less';
|
|
24
|
+
@import './body.less';
|
|
25
|
+
@import './footer.less';
|
|
26
|
+
@import './pager.less';
|
|
27
|
+
@import './empty.less';
|
|
28
|
+
@import './expandable.less';
|
|
29
|
+
@import './size.less';
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: 焦质晔
|
|
3
|
-
* @Date: 2021-07-23 19:05:57
|
|
4
|
-
* @Last Modified by: 焦质晔
|
|
5
|
-
* @Last Modified time: 2023-06-04 10:46:23
|
|
6
|
-
*/
|
|
7
|
-
@import '../../style/common';
|
|
8
|
-
|
|
9
|
-
@prefix-tabs: ~'@{qm-prefix}-tabs';
|
|
10
|
-
|
|
11
|
-
.@{prefix-tabs} {
|
|
12
|
-
.ant-tabs-nav {
|
|
13
|
-
margin-bottom: @--margin-md;
|
|
14
|
-
}
|
|
15
|
-
// &.ant-tabs-top .ant-tabs-tab {
|
|
16
|
-
// padding-left: @--padding-md;
|
|
17
|
-
// padding-right: @--padding-md;
|
|
18
|
-
// }
|
|
19
|
-
// ------ size ------
|
|
20
|
-
// 40 32 24
|
|
21
|
-
&--lg {
|
|
22
|
-
}
|
|
23
|
-
&--sm {
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
// 重置 antd Tabs 样式
|
|
28
|
-
.ant-tabs {
|
|
29
|
-
&-content:not(&-content-animated) {
|
|
30
|
-
position: static;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
1
|
+
/*
|
|
2
|
+
* @Author: 焦质晔
|
|
3
|
+
* @Date: 2021-07-23 19:05:57
|
|
4
|
+
* @Last Modified by: 焦质晔
|
|
5
|
+
* @Last Modified time: 2023-06-04 10:46:23
|
|
6
|
+
*/
|
|
7
|
+
@import '../../style/common';
|
|
8
|
+
|
|
9
|
+
@prefix-tabs: ~'@{qm-prefix}-tabs';
|
|
10
|
+
|
|
11
|
+
.@{prefix-tabs} {
|
|
12
|
+
.ant-tabs-nav {
|
|
13
|
+
margin-bottom: @--margin-md;
|
|
14
|
+
}
|
|
15
|
+
// &.ant-tabs-top .ant-tabs-tab {
|
|
16
|
+
// padding-left: @--padding-md;
|
|
17
|
+
// padding-right: @--padding-md;
|
|
18
|
+
// }
|
|
19
|
+
// ------ size ------
|
|
20
|
+
// 40 32 24
|
|
21
|
+
&--lg {
|
|
22
|
+
}
|
|
23
|
+
&--sm {
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// 重置 antd Tabs 样式
|
|
28
|
+
.ant-tabs {
|
|
29
|
+
&-content:not(&-content-animated) {
|
|
30
|
+
position: static;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: 焦质晔
|
|
3
|
-
* @Date: 2022-01-11 18:01:20
|
|
4
|
-
* @Last Modified by: 焦质晔
|
|
5
|
-
* @Last Modified time: 2022-09-04 17:07:07
|
|
6
|
-
*/
|
|
7
|
-
@import '../../style/common';
|
|
8
|
-
|
|
9
|
-
@prefix-tree-helper: ~'@{qm-prefix}-tree-helper';
|
|
10
|
-
|
|
11
|
-
.@{prefix-tree-helper}--wrapper {
|
|
12
|
-
.reset-container();
|
|
13
|
-
height: 100%;
|
|
14
|
-
.ant-tree {
|
|
15
|
-
.filter-node {
|
|
16
|
-
& > span:last-of-type {
|
|
17
|
-
color: @--primary-color;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
/*
|
|
2
|
+
* @Author: 焦质晔
|
|
3
|
+
* @Date: 2022-01-11 18:01:20
|
|
4
|
+
* @Last Modified by: 焦质晔
|
|
5
|
+
* @Last Modified time: 2022-09-04 17:07:07
|
|
6
|
+
*/
|
|
7
|
+
@import '../../style/common';
|
|
8
|
+
|
|
9
|
+
@prefix-tree-helper: ~'@{qm-prefix}-tree-helper';
|
|
10
|
+
|
|
11
|
+
.@{prefix-tree-helper}--wrapper {
|
|
12
|
+
.reset-container();
|
|
13
|
+
height: 100%;
|
|
14
|
+
.ant-tree {
|
|
15
|
+
.filter-node {
|
|
16
|
+
& > span:last-of-type {
|
|
17
|
+
color: @--primary-color;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: 焦质晔
|
|
3
|
-
* @Date: 2022-01-11 18:01:20
|
|
4
|
-
* @Last Modified by: 焦质晔
|
|
5
|
-
* @Last Modified time: 2022-09-04 17:06:49
|
|
6
|
-
*/
|
|
7
|
-
@import '../../style/common';
|
|
8
|
-
|
|
9
|
-
@prefix-tree-table-helper: ~'@{qm-prefix}-tree-table-helper';
|
|
10
|
-
|
|
11
|
-
.@{prefix-tree-table-helper}--wrapper {
|
|
12
|
-
.reset-container();
|
|
13
|
-
height: 100%;
|
|
14
|
-
.split-pane {
|
|
15
|
-
overflow: hidden;
|
|
16
|
-
}
|
|
17
|
-
.ant-tree {
|
|
18
|
-
.filter-node {
|
|
19
|
-
& > span:last-of-type {
|
|
20
|
-
color: @--primary-color;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
1
|
+
/*
|
|
2
|
+
* @Author: 焦质晔
|
|
3
|
+
* @Date: 2022-01-11 18:01:20
|
|
4
|
+
* @Last Modified by: 焦质晔
|
|
5
|
+
* @Last Modified time: 2022-09-04 17:06:49
|
|
6
|
+
*/
|
|
7
|
+
@import '../../style/common';
|
|
8
|
+
|
|
9
|
+
@prefix-tree-table-helper: ~'@{qm-prefix}-tree-table-helper';
|
|
10
|
+
|
|
11
|
+
.@{prefix-tree-table-helper}--wrapper {
|
|
12
|
+
.reset-container();
|
|
13
|
+
height: 100%;
|
|
14
|
+
.split-pane {
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
}
|
|
17
|
+
.ant-tree {
|
|
18
|
+
.filter-node {
|
|
19
|
+
& > span:last-of-type {
|
|
20
|
+
color: @--primary-color;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|