zmdms-webui 2.2.6 → 2.2.7
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/dist/es/applayoutheader/setting/userInfo.js +5 -3
- package/dist/es/applayoutsider/menu/SearchInput.js +6 -4
- package/dist/es/applayoutsider/menu/index.js +1 -1
- package/dist/es/dynamicsetting/dynamicDrawer.js +1 -1
- package/dist/less/components/Alert/style/index.less +53 -0
- package/dist/less/components/Alert/style/style.less +4 -0
- package/dist/less/components/AppLayout/style/index.less +546 -0
- package/dist/less/components/AppLayout/style/style.less +2 -0
- package/dist/less/components/AppLayout/style.less +5 -0
- package/dist/less/components/AuthLoading/style/index.less +15 -0
- package/dist/less/components/AuthLoading/style/style.less +2 -0
- package/dist/less/components/Button/style/index.less +160 -0
- package/dist/less/components/Button/style/style.less +5 -0
- package/dist/less/components/Cascader/style/index.less +9 -0
- package/dist/less/components/Cascader/style/style.less +2 -0
- package/dist/less/components/Collapse/style/index.less +117 -0
- package/dist/less/components/Collapse/style/style.less +2 -0
- package/dist/less/components/Container/style/index.less +64 -0
- package/dist/less/components/Container/style/style.less +2 -0
- package/dist/less/components/DatePicker/style/index.less +7 -0
- package/dist/less/components/DatePicker/style/style.less +4 -0
- package/dist/less/components/Descriptions/style/index.less +32 -0
- package/dist/less/components/Descriptions/style/style.less +5 -0
- package/dist/less/components/DetailList/style/index.less +105 -0
- package/dist/less/components/DetailList/style/style.less +2 -0
- package/dist/less/components/Differences/style/index.less +5 -0
- package/dist/less/components/Differences/style/style.less +2 -0
- package/dist/less/components/DynamicSetting/style/index.less +96 -0
- package/dist/less/components/DynamicSetting/style/style.less +2 -0
- package/dist/less/components/ElectronSignatures/style/index.less +331 -0
- package/dist/less/components/ElectronSignatures/style/style.less +1 -0
- package/dist/less/components/Footer/style/index.less +28 -0
- package/dist/less/components/Footer/style/style.less +2 -0
- package/dist/less/components/Form/style/index.less +145 -0
- package/dist/less/components/Form/style/style.less +5 -0
- package/dist/less/components/FormItem/style/index.less +456 -0
- package/dist/less/components/FormItem/style/style.less +2 -0
- package/dist/less/components/Input/style/index.less +15 -0
- package/dist/less/components/Input/style/style.less +4 -0
- package/dist/less/components/InputNumber/style/index.less +30 -0
- package/dist/less/components/InputNumber/style/style.less +4 -0
- package/dist/less/components/LeftContent/style/index.less +62 -0
- package/dist/less/components/LeftContent/style/style.less +2 -0
- package/dist/less/components/Login/style/index.less +63 -0
- package/dist/less/components/Login/style/style.less +2 -0
- package/dist/less/components/Message/style/index.less +19 -0
- package/dist/less/components/Message/style/style.less +2 -0
- package/dist/less/components/MicroLoading/style/index.less +15 -0
- package/dist/less/components/MicroLoading/style/style.less +2 -0
- package/dist/less/components/Modal/style/index.less +43 -0
- package/dist/less/components/Modal/style/style.less +2 -0
- package/dist/less/components/NotAuthPage/style/index.less +0 -0
- package/dist/less/components/NotAuthPage/style/style.less +2 -0
- package/dist/less/components/NotRoutePage/style/index.less +0 -0
- package/dist/less/components/NotRoutePage/style/style.less +2 -0
- package/dist/less/components/Pagination/style/index.less +107 -0
- package/dist/less/components/Pagination/style/style.less +5 -0
- package/dist/less/components/Placeholder/style/index.less +3 -0
- package/dist/less/components/Placeholder/style/style.less +2 -0
- package/dist/less/components/Print/style/index.less +65 -0
- package/dist/less/components/Print/style/style.less +3 -0
- package/dist/less/components/Select/style/index.less +55 -0
- package/dist/less/components/Select/style/style.less +4 -0
- package/dist/less/components/Table/style/index.less +362 -0
- package/dist/less/components/Table/style/style.less +4 -0
- package/dist/less/components/Tabs/style/index.less +118 -0
- package/dist/less/components/Tabs/style/style.less +4 -0
- package/dist/less/components/Tag/style/index.less +3 -0
- package/dist/less/components/Tag/style/style.less +4 -0
- package/dist/less/components/Title/style/index.less +54 -0
- package/dist/less/components/Title/style/style.less +2 -0
- package/dist/less/components/Tree/style/index.less +58 -0
- package/dist/less/components/Tree/style/style.less +4 -0
- package/dist/less/components/TreeSelect/style/index.less +0 -0
- package/dist/less/components/TreeSelect/style/style.less +4 -0
- package/dist/less/components/UploadList/style/index.less +61 -0
- package/dist/less/components/UploadList/style/style.less +4 -0
- package/dist/less/components/Watermark/style/index.less +7 -0
- package/dist/less/components/Watermark/style/style.less +3 -0
- package/dist/less/components/ZtTransfer/style/index.less +136 -0
- package/dist/less/components/ZtTransfer/style/style.less +2 -0
- package/dist/less/styles/default.less +95 -0
- package/dist/less/styles/index.less +86 -0
- package/dist/less/styles/reset.less +189 -0
- package/package.json +2 -1
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
.ztxk-tabs {
|
|
2
|
+
&.ztxk-tabs--marginTop {
|
|
3
|
+
.ant-tabs-nav {
|
|
4
|
+
margin-top: @margin-base;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
&.ztxk-tabs--marginBottom {
|
|
8
|
+
.ant-tabs-nav {
|
|
9
|
+
margin-bottom: @margin-base;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
.ant-tabs-nav,
|
|
13
|
+
.ant-tabs-tab {
|
|
14
|
+
margin-left: 0;
|
|
15
|
+
margin-right: 0;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ant-tabs-nav {
|
|
19
|
+
&::before {
|
|
20
|
+
border-bottom-color: @tabs-nav-color-split;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
&.ztxk-tabs--type-message {
|
|
24
|
+
.ant-tabs-extra-content {
|
|
25
|
+
display: flex;
|
|
26
|
+
align-items: center;
|
|
27
|
+
justify-content: space-around;
|
|
28
|
+
}
|
|
29
|
+
.tabs-self--type-container {
|
|
30
|
+
display: flex;
|
|
31
|
+
.tabs-self--type-msg {
|
|
32
|
+
margin-left: 10px;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&.ztxk-tabs--header {
|
|
38
|
+
.ant-tabs-tab,
|
|
39
|
+
.ant-tabs-nav .ant-tabs-tab {
|
|
40
|
+
background: #fff;
|
|
41
|
+
border-bottom-color: #fff;
|
|
42
|
+
padding: 0;
|
|
43
|
+
border: 1px solid #f0f0f0;
|
|
44
|
+
&.ant-tabs-tab-active {
|
|
45
|
+
background: rgb(233, 236, 243);
|
|
46
|
+
border-bottom-color: rgb(233, 236, 243);
|
|
47
|
+
}
|
|
48
|
+
> div {
|
|
49
|
+
color: rgb(118, 134, 150);
|
|
50
|
+
display: inline-block;
|
|
51
|
+
height: 38px;
|
|
52
|
+
line-height: 38px;
|
|
53
|
+
padding: 0px 5px 0px 10px;
|
|
54
|
+
}
|
|
55
|
+
.ant-tabs-tab-remove {
|
|
56
|
+
width: 22px;
|
|
57
|
+
padding-right: 9px;
|
|
58
|
+
padding-left: 1px;
|
|
59
|
+
height: 38px;
|
|
60
|
+
line-height: 38px;
|
|
61
|
+
margin-right: 0px;
|
|
62
|
+
margin-left: 0px;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
&.ztxk-tabs--content {
|
|
67
|
+
.ant-tabs-tab {
|
|
68
|
+
padding: 6px 16px;
|
|
69
|
+
background: rgb(235, 243, 254);
|
|
70
|
+
border: 1px solid rgb(205, 217, 230);
|
|
71
|
+
line-height: 20px;
|
|
72
|
+
&:not(:last-of-type) {
|
|
73
|
+
margin-right: -1px !important;
|
|
74
|
+
}
|
|
75
|
+
&.ant-tabs-tab-active {
|
|
76
|
+
background: rgb(255, 255, 255);
|
|
77
|
+
border-bottom: 1px solid rgb(255, 255, 255);
|
|
78
|
+
.ant-tabs-tab-btn {
|
|
79
|
+
color: @weight-2;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
.tabs-self--type {
|
|
83
|
+
display: flex;
|
|
84
|
+
justify-content: space-between;
|
|
85
|
+
align-items: center;
|
|
86
|
+
.anticon {
|
|
87
|
+
margin-right: 0;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
&.ztxk-tabs--isFlex {
|
|
93
|
+
height: 100%;
|
|
94
|
+
.ant-tabs-content {
|
|
95
|
+
height: 100%;
|
|
96
|
+
.ant-tabs-tabpane {
|
|
97
|
+
display: flex;
|
|
98
|
+
flex-direction: column;
|
|
99
|
+
height: 100%;
|
|
100
|
+
}
|
|
101
|
+
.ant-tabs-tabpane-hidden {
|
|
102
|
+
display: none;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
&.ztxk-tabs--stickyTop {
|
|
107
|
+
> .ant-tabs-nav {
|
|
108
|
+
position: sticky;
|
|
109
|
+
z-index: 100;
|
|
110
|
+
background: #fff;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
&.ztxk-tabs--nonBorder {
|
|
114
|
+
.ant-tabs-tab {
|
|
115
|
+
border: none;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
.ztxk-title {
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: space-between;
|
|
4
|
+
align-items: center;
|
|
5
|
+
// 2024-07-03 标题这里不再固定高度,因为固定高度后。会影响布局
|
|
6
|
+
// line-height: 38px;
|
|
7
|
+
// height: 38px;
|
|
8
|
+
width: 100%;
|
|
9
|
+
&.ztxk-title--paddingSide {
|
|
10
|
+
// padding: 0 10px;
|
|
11
|
+
// 设置上下padding撑开
|
|
12
|
+
padding: 5px 10px;
|
|
13
|
+
}
|
|
14
|
+
&.ztxk-title--sticky {
|
|
15
|
+
position: sticky;
|
|
16
|
+
top: 0;
|
|
17
|
+
}
|
|
18
|
+
.ztxk-title--title {
|
|
19
|
+
font-size: @font-size-title;
|
|
20
|
+
font-weight: 600;
|
|
21
|
+
color: @weight-1;
|
|
22
|
+
> * {
|
|
23
|
+
font-size: inherit;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
.ztxk-title--extra {
|
|
27
|
+
font-size: 13px;
|
|
28
|
+
color: @weight-1;
|
|
29
|
+
}
|
|
30
|
+
&.ztxk-title--bordered {
|
|
31
|
+
border-bottom: 1px solid @col-line;
|
|
32
|
+
}
|
|
33
|
+
&.ztxk-title--all-bordered {
|
|
34
|
+
border: 1px solid @col-line;
|
|
35
|
+
}
|
|
36
|
+
&.ztxk-title--background {
|
|
37
|
+
background-color: @col-line-titleBg;
|
|
38
|
+
}
|
|
39
|
+
&.ztxk-title--bg-white {
|
|
40
|
+
background-color: #fff;
|
|
41
|
+
}
|
|
42
|
+
&.ztxk-title--marginTop {
|
|
43
|
+
margin-top: @margin-base;
|
|
44
|
+
}
|
|
45
|
+
&.ztxk-title--marginBottom {
|
|
46
|
+
margin-bottom: @margin-base;
|
|
47
|
+
}
|
|
48
|
+
&.ztxk-title--paddingTop {
|
|
49
|
+
padding-top: @padding-base;
|
|
50
|
+
}
|
|
51
|
+
&.ztxk-title--paddingBottom {
|
|
52
|
+
padding-bottom: @padding-base;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
.ztxk-tree {
|
|
2
|
+
padding: 10px;
|
|
3
|
+
.ztxk-tree--hidden {
|
|
4
|
+
display: none;
|
|
5
|
+
}
|
|
6
|
+
&.ztxk-tree--height {
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
width: 100%;
|
|
10
|
+
overflow: auto;
|
|
11
|
+
> .ant-tree {
|
|
12
|
+
flex: 1;
|
|
13
|
+
overflow: auto;
|
|
14
|
+
}
|
|
15
|
+
.ant-tree-list {
|
|
16
|
+
.ant-tree-treenode {
|
|
17
|
+
.ant-tree-node-content-wrapper {
|
|
18
|
+
white-space: nowrap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
> .ant-input-search {
|
|
24
|
+
margin-bottom: 10px;
|
|
25
|
+
input {
|
|
26
|
+
height: 30px;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
.ant-tree-list {
|
|
31
|
+
.ant-tree-treenode {
|
|
32
|
+
// height: 22px;
|
|
33
|
+
line-height: 22px;
|
|
34
|
+
padding: 0;
|
|
35
|
+
.ant-tree-switcher {
|
|
36
|
+
width: 22px;
|
|
37
|
+
line-height: 22px;
|
|
38
|
+
}
|
|
39
|
+
.ant-tree-node-content-wrapper {
|
|
40
|
+
min-height: 22px;
|
|
41
|
+
// height: 22px;
|
|
42
|
+
line-height: 22px;
|
|
43
|
+
padding-left: 0;
|
|
44
|
+
transition: none;
|
|
45
|
+
&:hover {
|
|
46
|
+
background-color: transparent;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
&.ant-tree-treenode-selected {
|
|
50
|
+
background-color: @menu-selected-bg;
|
|
51
|
+
color: #ffffff;
|
|
52
|
+
.ant-tree-node-content-wrapper.ant-tree-node-selected {
|
|
53
|
+
background-color: @menu-selected-bg;
|
|
54
|
+
color: #ffffff;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
.ztxk-upload {
|
|
2
|
+
.ant-upload.ant-upload-select-picture-card {
|
|
3
|
+
width: auto;
|
|
4
|
+
height: auto;
|
|
5
|
+
}
|
|
6
|
+
.ztxk-upload--picture {
|
|
7
|
+
width: 110px;
|
|
8
|
+
height: 110px;
|
|
9
|
+
text-align: center;
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
justify-content: center;
|
|
13
|
+
flex-direction: column;
|
|
14
|
+
background-color: #fafafa;
|
|
15
|
+
border: 1px dashed #d9d9d9;
|
|
16
|
+
border-radius: 2px;
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
}
|
|
19
|
+
.ant-upload-list-picture-card-container {
|
|
20
|
+
width: 110px;
|
|
21
|
+
height: 110px;
|
|
22
|
+
}
|
|
23
|
+
.ztxk-upload--tips {
|
|
24
|
+
margin-left: 10px;
|
|
25
|
+
}
|
|
26
|
+
.ztxk-table {
|
|
27
|
+
margin-top: 10px;
|
|
28
|
+
// .ant-progress-text {
|
|
29
|
+
// width: 1em;
|
|
30
|
+
// }
|
|
31
|
+
.ztxk-upload--progress {
|
|
32
|
+
display: flex;
|
|
33
|
+
justify-content: center;
|
|
34
|
+
align-items: center;
|
|
35
|
+
.ant-progress-text {
|
|
36
|
+
width: 30px;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
> button {
|
|
41
|
+
margin-left: 10px;
|
|
42
|
+
}
|
|
43
|
+
> button:first-child {
|
|
44
|
+
margin-left: 0;
|
|
45
|
+
}
|
|
46
|
+
.ztxk-upload--preview-list {
|
|
47
|
+
.ztxk-upload--preview-list__item {
|
|
48
|
+
display: flex;
|
|
49
|
+
align-items: center;
|
|
50
|
+
justify-content: space-between;
|
|
51
|
+
padding-right: 10px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
.ztxk-upload-imgcrop {
|
|
56
|
+
.ant-modal-body {
|
|
57
|
+
> button {
|
|
58
|
+
bottom: 10px;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
.zt-transfer {
|
|
2
|
+
padding: @padding-base;
|
|
3
|
+
.container {
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: space-between;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
.zt-transfer--container {
|
|
9
|
+
border: 1px solid @border-color-split;
|
|
10
|
+
border-radius: 4px;
|
|
11
|
+
width: 300px;
|
|
12
|
+
.title {
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: space-between;
|
|
16
|
+
line-height: 32px;
|
|
17
|
+
background-color: @col-title-bg;
|
|
18
|
+
padding: 0 0 0 @padding-base;
|
|
19
|
+
border-top-left-radius: 4px;
|
|
20
|
+
border-top-right-radius: 4px;
|
|
21
|
+
> button {
|
|
22
|
+
padding: 4px 10px;
|
|
23
|
+
}
|
|
24
|
+
border-bottom: 1px solid @border-color-split;
|
|
25
|
+
}
|
|
26
|
+
.wrap {
|
|
27
|
+
height: 400px;
|
|
28
|
+
display: flex;
|
|
29
|
+
flex-direction: column;
|
|
30
|
+
.search {
|
|
31
|
+
padding: @padding-base;
|
|
32
|
+
.ant-input-affix-wrapper {
|
|
33
|
+
padding: 0 10px;
|
|
34
|
+
height: 30px;
|
|
35
|
+
}
|
|
36
|
+
.ant-input {
|
|
37
|
+
height: 28px;
|
|
38
|
+
}
|
|
39
|
+
.ant-btn {
|
|
40
|
+
background-color: #fff;
|
|
41
|
+
border-color: #d9d9d9;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
.content {
|
|
45
|
+
flex: 1;
|
|
46
|
+
overflow: auto;
|
|
47
|
+
height: 350px;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
// 树相关控制
|
|
51
|
+
.ztxk-tree {
|
|
52
|
+
.ant-tree-checkbox-disabled {
|
|
53
|
+
display: none;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.search-result--list {
|
|
59
|
+
display: flex;
|
|
60
|
+
flex-direction: column;
|
|
61
|
+
// width: 300px;
|
|
62
|
+
> .search-result--item {
|
|
63
|
+
border-bottom: 1px solid @border-color-split;
|
|
64
|
+
margin-right: 0;
|
|
65
|
+
padding: @padding-base 0 @padding-base @padding-base;
|
|
66
|
+
width: 100%;
|
|
67
|
+
overflow: hidden;
|
|
68
|
+
display: flex;
|
|
69
|
+
margin-left: 0;
|
|
70
|
+
&:first-child {
|
|
71
|
+
padding-top: 0;
|
|
72
|
+
}
|
|
73
|
+
> span:last-child {
|
|
74
|
+
flex: 1;
|
|
75
|
+
width: 100px;
|
|
76
|
+
}
|
|
77
|
+
.search-result--item__title {
|
|
78
|
+
overflow: hidden;
|
|
79
|
+
word-wrap: break-word;
|
|
80
|
+
word-break: break-all;
|
|
81
|
+
white-space: normal;
|
|
82
|
+
}
|
|
83
|
+
.search-result--item__describe {
|
|
84
|
+
overflow: hidden;
|
|
85
|
+
word-wrap: break-word;
|
|
86
|
+
word-break: break-all;
|
|
87
|
+
white-space: normal;
|
|
88
|
+
color: @weight-2;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.checked-result--list {
|
|
94
|
+
display: flex;
|
|
95
|
+
flex-direction: column;
|
|
96
|
+
// width: 300px;
|
|
97
|
+
> .checked-result--item {
|
|
98
|
+
border-bottom: 1px solid @border-color-split;
|
|
99
|
+
margin-right: 0;
|
|
100
|
+
padding: @padding-base 0 @padding-base @padding-base;
|
|
101
|
+
width: 100%;
|
|
102
|
+
overflow: hidden;
|
|
103
|
+
display: flex;
|
|
104
|
+
margin-left: 0;
|
|
105
|
+
flex-direction: column;
|
|
106
|
+
position: relative;
|
|
107
|
+
&:first-child {
|
|
108
|
+
padding-top: 0;
|
|
109
|
+
}
|
|
110
|
+
.checked-reslt--item__clear {
|
|
111
|
+
position: absolute;
|
|
112
|
+
right: 0;
|
|
113
|
+
top: 50%;
|
|
114
|
+
margin-top: -10px;
|
|
115
|
+
width: 20px;
|
|
116
|
+
color: #d9d9d9;
|
|
117
|
+
cursor: pointer;
|
|
118
|
+
}
|
|
119
|
+
.checked-result--item__title {
|
|
120
|
+
overflow: hidden;
|
|
121
|
+
word-wrap: break-word;
|
|
122
|
+
word-break: break-all;
|
|
123
|
+
white-space: normal;
|
|
124
|
+
padding-right: 16px;
|
|
125
|
+
}
|
|
126
|
+
.checked-result--item__describe {
|
|
127
|
+
overflow: hidden;
|
|
128
|
+
word-wrap: break-word;
|
|
129
|
+
word-break: break-all;
|
|
130
|
+
white-space: normal;
|
|
131
|
+
width: 90%;
|
|
132
|
+
color: @weight-2;
|
|
133
|
+
padding-right: 16px;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
// 在这里定义一些组件内的常量
|
|
2
|
+
|
|
3
|
+
@font-size-text: 13px; // 文本字体大小
|
|
4
|
+
@font-bg-color: rgb(255, 255, 255); // 背景字体颜色
|
|
5
|
+
@font-family-zt: PingFangSC-Semibold, "PingFang SC", "微软雅黑";
|
|
6
|
+
|
|
7
|
+
@margin-base: 10px; // 默认外边距
|
|
8
|
+
@padding-base: 10px; // 默认内边距
|
|
9
|
+
|
|
10
|
+
@bg-white: rgb(255, 255, 255);
|
|
11
|
+
@text-white: rgb(255, 255, 255);
|
|
12
|
+
@col-head-bg: #ebf3fe; // 列表背景 分割线 hover显示色
|
|
13
|
+
@black-1: rgba(187, 199, 211, 0.4);
|
|
14
|
+
@system: #cdd9e6;
|
|
15
|
+
// @title-head-bg: #fafafa; // 表头
|
|
16
|
+
@title-head-bg: #eff5fe; // 表头
|
|
17
|
+
@conten-bg: #e9ecf3;
|
|
18
|
+
@weight-1: #333333; // 辅助 次重要
|
|
19
|
+
@weight-2: #888888; // 辅助 次重要
|
|
20
|
+
@weight-3: #768696;
|
|
21
|
+
@_color_black_1: rgba(0, 0, 0, 0.65);
|
|
22
|
+
|
|
23
|
+
@header-height: 48px;
|
|
24
|
+
@footer-height: 40px;
|
|
25
|
+
|
|
26
|
+
@content-bg: #e9ecf3;
|
|
27
|
+
@bg-white: rgb(255, 255, 255);
|
|
28
|
+
@text-white: rgb(255, 255, 255);
|
|
29
|
+
@header-height: 48px;
|
|
30
|
+
@menu-height: 36px;
|
|
31
|
+
@sub-menu-height: 30px;
|
|
32
|
+
@menu-color: rgba(255, 255, 255, 0.65);
|
|
33
|
+
@submenu-color: rgba(0, 0, 0, 0.65);
|
|
34
|
+
|
|
35
|
+
@col-line: #dde8f5; // 列表线条颜色
|
|
36
|
+
@col-line-border: #ebebeb; // 线条颜色
|
|
37
|
+
@col-line-titleBg: #eff5fe; // 列表背景颜色
|
|
38
|
+
@col-title-bg: #fafafa; // 列表背景 分割线 hover显示色
|
|
39
|
+
@stress: #ff8888; // 强调 权重 正数
|
|
40
|
+
|
|
41
|
+
@title-bg: rgb(242, 242, 242);
|
|
42
|
+
|
|
43
|
+
@font-size-title: 18px;
|
|
44
|
+
|
|
45
|
+
@menu-selected-bg: #5b76f5;
|
|
46
|
+
|
|
47
|
+
@menu-scrollbar-bg: #5b76f6;
|
|
48
|
+
|
|
49
|
+
@border-radius: 4px;
|
|
50
|
+
|
|
51
|
+
// 主体色 深色
|
|
52
|
+
@main-color: #366dff;
|
|
53
|
+
// 主体色 浅色
|
|
54
|
+
@main-color-light: #5b76f6;
|
|
55
|
+
|
|
56
|
+
// 激活 新增 金额负数
|
|
57
|
+
@active-color: #66cc66;
|
|
58
|
+
// 强调 重要 金额正数
|
|
59
|
+
@stress-color: #ff6666;
|
|
60
|
+
|
|
61
|
+
// 背景 区块分割
|
|
62
|
+
@block-bg-color: #f5f5f5;
|
|
63
|
+
// 分割线
|
|
64
|
+
@divider-color: #ebebeb;
|
|
65
|
+
|
|
66
|
+
@white: #ffffff;
|
|
67
|
+
|
|
68
|
+
// 注释 条件 次要
|
|
69
|
+
@note-color: #888888;
|
|
70
|
+
|
|
71
|
+
// 系统控件
|
|
72
|
+
@system-color: #e0eafe;
|
|
73
|
+
|
|
74
|
+
// 全局提醒
|
|
75
|
+
@global-color: #fcecc8;
|
|
76
|
+
@global-text-color: #794808;
|
|
77
|
+
|
|
78
|
+
// 失效 失去焦点
|
|
79
|
+
@disabled-color: #cccccc;
|
|
80
|
+
|
|
81
|
+
// 标题 正文
|
|
82
|
+
@text-color: #333333;
|
|
83
|
+
|
|
84
|
+
// 字体
|
|
85
|
+
@base-fontfamily: "思源黑体 苹方体 微软雅黑";
|
|
86
|
+
|
|
87
|
+
@link-color: #4285f4;
|
|
88
|
+
@link-hover-color: #1566d2;
|
|
89
|
+
@primary-color: #5b76f6;
|
|
90
|
+
|
|
91
|
+
// 表格边框颜色
|
|
92
|
+
@border-color-split: #dee9f6;
|
|
93
|
+
|
|
94
|
+
// 页签底部颜色
|
|
95
|
+
@tabs-nav-color-split: #cdd9e6;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
@import "antd/dist/antd.less"; // 引入antd的样式文件
|
|
2
|
+
|
|
3
|
+
@import "./default.less"; // 引入自定义变量
|
|
4
|
+
|
|
5
|
+
@import "./reset.less";
|
|
6
|
+
|
|
7
|
+
@import "../components/Button/style/index.less";
|
|
8
|
+
@import "../components/Input/style/index.less";
|
|
9
|
+
@import "../components/InputNumber/style/index.less";
|
|
10
|
+
@import "../components/Login/style/index.less";
|
|
11
|
+
@import "../components/Form/style/index.less";
|
|
12
|
+
@import "../components/FormItem/style/index.less";
|
|
13
|
+
@import "../components/DynamicSetting/style/index.less";
|
|
14
|
+
@import "../components/Container/style/index.less";
|
|
15
|
+
@import "../components/Footer/style/index.less";
|
|
16
|
+
@import "../components/Pagination/style/index.less";
|
|
17
|
+
@import "../components/Table/style/index.less";
|
|
18
|
+
@import "../components/Tabs/style/index.less";
|
|
19
|
+
|
|
20
|
+
@import "../components/AppLayout/style/index.less";
|
|
21
|
+
|
|
22
|
+
@import "../components/DetailList/style/index.less";
|
|
23
|
+
|
|
24
|
+
@import "../components/Modal/style/index.less";
|
|
25
|
+
|
|
26
|
+
@import "../components/Select/style/index.less";
|
|
27
|
+
|
|
28
|
+
@import "../components/UploadList/style/index.less";
|
|
29
|
+
|
|
30
|
+
@import "../components/TreeSelect/style/index.less";
|
|
31
|
+
|
|
32
|
+
@import "../components/Tree/style/index.less";
|
|
33
|
+
|
|
34
|
+
@import "../components/Descriptions/style/index.less";
|
|
35
|
+
|
|
36
|
+
@import "../components/Title/style/index.less";
|
|
37
|
+
|
|
38
|
+
@import "../components/Print/style/index.less";
|
|
39
|
+
@import "../components/Tag/style/index.less";
|
|
40
|
+
|
|
41
|
+
@import "../components/LeftContent/style/index.less";
|
|
42
|
+
|
|
43
|
+
@import "../components/Differences/style/index.less";
|
|
44
|
+
|
|
45
|
+
@import "../components/Collapse/style/index.less";
|
|
46
|
+
|
|
47
|
+
@import "../components/Placeholder/style/index.less";
|
|
48
|
+
|
|
49
|
+
@import "../components/DatePicker/style/index.less";
|
|
50
|
+
|
|
51
|
+
@import "../components/AuthLoading/style/index.less";
|
|
52
|
+
@import "../components/MicroLoading/style/index.less";
|
|
53
|
+
|
|
54
|
+
@import "../components/NotAuthPage/style/index.less";
|
|
55
|
+
|
|
56
|
+
@import "../components/Alert/style/index.less";
|
|
57
|
+
|
|
58
|
+
@import "../components/ZtTransfer/style/index.less";
|
|
59
|
+
|
|
60
|
+
@import "../components/Watermark/style/index.less";
|
|
61
|
+
|
|
62
|
+
@import "../components/ElectronSignatures/style/index.less";
|
|
63
|
+
|
|
64
|
+
@import "../components/Message/style/index.less";
|
|
65
|
+
|
|
66
|
+
@import "../components/Cascader/style/index.less";
|
|
67
|
+
|
|
68
|
+
// 显示换行符
|
|
69
|
+
.ant-tooltip-inner {
|
|
70
|
+
white-space: pre-wrap;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// 单选框选中加粗
|
|
74
|
+
.ant-radio-wrapper {
|
|
75
|
+
.ant-radio-checked + span {
|
|
76
|
+
font-weight: 600;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// 抽屉样式兼容
|
|
81
|
+
// 再老基座下,老基座引入的antd版本较低,跟这个有点冲突。抽屉收起来时,会再左侧闪现一下抽屉。
|
|
82
|
+
.ant-drawer,
|
|
83
|
+
.ant-drawer-left.ant-drawer-open,
|
|
84
|
+
.ant-drawer-right.ant-drawer-open {
|
|
85
|
+
width: auto;
|
|
86
|
+
}
|