@zgfe/modules-settings 2.0.0-zhongyuan.2 → 2.0.0-zhongyuan.20
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/es/constants/api.d.ts +2 -0
- package/es/constants/api.js +2 -0
- package/es/modules/companySetting/application/index.d.ts +13 -0
- package/es/modules/companySetting/application/index.js +270 -98
- package/es/modules/companySetting/application/index.less +144 -126
- package/es/modules/companySetting/user/index.js +10 -3
- package/es/modules/companySetting/user/index.less +363 -363
- package/es/modules/companySetting/user/invite.js +19 -0
- package/es/modules/demandManage/index.js +17 -2
- package/es/modules/demandManage/styles/index.less +226 -210
- package/es/modules/messageList/index.js +4 -4
- package/es/modules/personalSetting/info/index.js +23 -5
- package/es/modules/pointMap/styles/tree.css +145 -145
- package/es/modules/pointMap/styles/tree.less +149 -149
- package/es/modules/systemSetting/document-setting/index.js +44 -15
- package/es/modules/systemSetting/index.css +161 -161
- package/es/modules/systemSetting/index.less +169 -169
- package/es/types/personal.d.ts +1 -0
- package/package.json +2 -2
|
@@ -1,169 +1,169 @@
|
|
|
1
|
-
.system-setting-approval-process-create-bg {
|
|
2
|
-
position: absolute;
|
|
3
|
-
top: 0;
|
|
4
|
-
right: 0;
|
|
5
|
-
bottom: 0;
|
|
6
|
-
left: 0;
|
|
7
|
-
z-index: 10;
|
|
8
|
-
background: #fafafb;
|
|
9
|
-
}
|
|
10
|
-
.authUrlPageClass {
|
|
11
|
-
&-search {
|
|
12
|
-
display: flex;
|
|
13
|
-
align-items: center;
|
|
14
|
-
justify-content: space-between;
|
|
15
|
-
margin: 0px 0px 16px;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
.DictionaryPage {
|
|
19
|
-
&-emptyDom {
|
|
20
|
-
margin: 50px 0px 0px;
|
|
21
|
-
text-align: center;
|
|
22
|
-
&-img {
|
|
23
|
-
display: block;
|
|
24
|
-
width: 248px;
|
|
25
|
-
height: 200px;
|
|
26
|
-
margin: auto;
|
|
27
|
-
background-image: url('./img/empty-data.png');
|
|
28
|
-
background-size: 100%;
|
|
29
|
-
}
|
|
30
|
-
&-tip {
|
|
31
|
-
margin: 0px 0px 10px;
|
|
32
|
-
color: #999;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
.ant-tabs-nav {
|
|
36
|
-
padding-right: 10%;
|
|
37
|
-
}
|
|
38
|
-
&-header {
|
|
39
|
-
position: relative;
|
|
40
|
-
&-search {
|
|
41
|
-
display: flex;
|
|
42
|
-
align-items: center;
|
|
43
|
-
justify-content: space-between;
|
|
44
|
-
margin: 0px 0px 16px;
|
|
45
|
-
.ant-btn {
|
|
46
|
-
color: #407fff;
|
|
47
|
-
border-color: #407fff;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
&-tabsRight-text {
|
|
52
|
-
position: absolute;
|
|
53
|
-
top: 13%;
|
|
54
|
-
right: 0;
|
|
55
|
-
width: 10%;
|
|
56
|
-
color: #165dff;
|
|
57
|
-
text-align: center;
|
|
58
|
-
vertical-align: middle;
|
|
59
|
-
border-left: 1px solid #ccc;
|
|
60
|
-
cursor: pointer;
|
|
61
|
-
}
|
|
62
|
-
&-modal {
|
|
63
|
-
color: #021429;
|
|
64
|
-
&-header {
|
|
65
|
-
height: 50px;
|
|
66
|
-
padding: 0px 16px;
|
|
67
|
-
line-height: 50px;
|
|
68
|
-
background-color: #f2f3f4;
|
|
69
|
-
&-left {
|
|
70
|
-
display: inline-block;
|
|
71
|
-
width: 80%;
|
|
72
|
-
vertical-align: middle;
|
|
73
|
-
}
|
|
74
|
-
&-operation {
|
|
75
|
-
display: inline-block;
|
|
76
|
-
width: 20%;
|
|
77
|
-
text-align: center;
|
|
78
|
-
vertical-align: middle;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
.ant-input-affix-wrapper {
|
|
82
|
-
vertical-align: middle;
|
|
83
|
-
}
|
|
84
|
-
.DictionaryPage-modal-content {
|
|
85
|
-
padding: 10px 16px 0px;
|
|
86
|
-
}
|
|
87
|
-
&-content {
|
|
88
|
-
height: 292px;
|
|
89
|
-
overflow-y: auto;
|
|
90
|
-
&-item {
|
|
91
|
-
display: flex;
|
|
92
|
-
align-items: center;
|
|
93
|
-
height: 50px;
|
|
94
|
-
line-height: 50px;
|
|
95
|
-
border-bottom: 1px solid #f2f3f4;
|
|
96
|
-
}
|
|
97
|
-
&-itemLeft {
|
|
98
|
-
position: relative;
|
|
99
|
-
display: inline-block;
|
|
100
|
-
flex: 1;
|
|
101
|
-
height: 100%;
|
|
102
|
-
.error-tip {
|
|
103
|
-
position: absolute;
|
|
104
|
-
bottom: -28px;
|
|
105
|
-
left: 3px;
|
|
106
|
-
width: 100%;
|
|
107
|
-
color: red;
|
|
108
|
-
font-size: 14px;
|
|
109
|
-
letter-spacing: 1px;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
&-itemRight {
|
|
113
|
-
display: inline-block;
|
|
114
|
-
width: 40px;
|
|
115
|
-
color: #165dff;
|
|
116
|
-
text-align: center;
|
|
117
|
-
cursor: pointer;
|
|
118
|
-
}
|
|
119
|
-
.ant-typography.ant-typography-ellipsis.ant-typography-single-line {
|
|
120
|
-
height: 50px;
|
|
121
|
-
margin-bottom: 0px;
|
|
122
|
-
line-height: 50px;
|
|
123
|
-
border-bottom: 1px solid #f2f3f4;
|
|
124
|
-
}
|
|
125
|
-
.ant-typography-edit {
|
|
126
|
-
float: right;
|
|
127
|
-
width: 20%;
|
|
128
|
-
text-align: center;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
&-footer {
|
|
132
|
-
display: flex;
|
|
133
|
-
align-items: center;
|
|
134
|
-
justify-content: space-between;
|
|
135
|
-
margin: 16px 0px;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
// 文档库管理
|
|
141
|
-
.DocumentSetting {
|
|
142
|
-
&-header {
|
|
143
|
-
height: 48px;
|
|
144
|
-
line-height: 48px;
|
|
145
|
-
border-bottom: 1px solid #e8efff;
|
|
146
|
-
}
|
|
147
|
-
&-search {
|
|
148
|
-
display: flex;
|
|
149
|
-
align-items: center;
|
|
150
|
-
justify-content: space-between;
|
|
151
|
-
margin: 16px 0px 16px;
|
|
152
|
-
}
|
|
153
|
-
&-emptyDom {
|
|
154
|
-
margin: 50px 0px 0px;
|
|
155
|
-
text-align: center;
|
|
156
|
-
&-img {
|
|
157
|
-
display: block;
|
|
158
|
-
width: 248px;
|
|
159
|
-
height: 200px;
|
|
160
|
-
margin: auto;
|
|
161
|
-
background-image: url('./img/empty-data.png');
|
|
162
|
-
background-size: 100%;
|
|
163
|
-
}
|
|
164
|
-
&-tip {
|
|
165
|
-
margin: 0px 0px 10px;
|
|
166
|
-
color: #999;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
}
|
|
1
|
+
.system-setting-approval-process-create-bg {
|
|
2
|
+
position: absolute;
|
|
3
|
+
top: 0;
|
|
4
|
+
right: 0;
|
|
5
|
+
bottom: 0;
|
|
6
|
+
left: 0;
|
|
7
|
+
z-index: 10;
|
|
8
|
+
background: #fafafb;
|
|
9
|
+
}
|
|
10
|
+
.authUrlPageClass {
|
|
11
|
+
&-search {
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
justify-content: space-between;
|
|
15
|
+
margin: 0px 0px 16px;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.DictionaryPage {
|
|
19
|
+
&-emptyDom {
|
|
20
|
+
margin: 50px 0px 0px;
|
|
21
|
+
text-align: center;
|
|
22
|
+
&-img {
|
|
23
|
+
display: block;
|
|
24
|
+
width: 248px;
|
|
25
|
+
height: 200px;
|
|
26
|
+
margin: auto;
|
|
27
|
+
background-image: url('./img/empty-data.png');
|
|
28
|
+
background-size: 100%;
|
|
29
|
+
}
|
|
30
|
+
&-tip {
|
|
31
|
+
margin: 0px 0px 10px;
|
|
32
|
+
color: #999;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
.ant-tabs-nav {
|
|
36
|
+
padding-right: 10%;
|
|
37
|
+
}
|
|
38
|
+
&-header {
|
|
39
|
+
position: relative;
|
|
40
|
+
&-search {
|
|
41
|
+
display: flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
justify-content: space-between;
|
|
44
|
+
margin: 0px 0px 16px;
|
|
45
|
+
.ant-btn {
|
|
46
|
+
color: #407fff;
|
|
47
|
+
border-color: #407fff;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
&-tabsRight-text {
|
|
52
|
+
position: absolute;
|
|
53
|
+
top: 13%;
|
|
54
|
+
right: 0;
|
|
55
|
+
width: 10%;
|
|
56
|
+
color: #165dff;
|
|
57
|
+
text-align: center;
|
|
58
|
+
vertical-align: middle;
|
|
59
|
+
border-left: 1px solid #ccc;
|
|
60
|
+
cursor: pointer;
|
|
61
|
+
}
|
|
62
|
+
&-modal {
|
|
63
|
+
color: #021429;
|
|
64
|
+
&-header {
|
|
65
|
+
height: 50px;
|
|
66
|
+
padding: 0px 16px;
|
|
67
|
+
line-height: 50px;
|
|
68
|
+
background-color: #f2f3f4;
|
|
69
|
+
&-left {
|
|
70
|
+
display: inline-block;
|
|
71
|
+
width: 80%;
|
|
72
|
+
vertical-align: middle;
|
|
73
|
+
}
|
|
74
|
+
&-operation {
|
|
75
|
+
display: inline-block;
|
|
76
|
+
width: 20%;
|
|
77
|
+
text-align: center;
|
|
78
|
+
vertical-align: middle;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
.ant-input-affix-wrapper {
|
|
82
|
+
vertical-align: middle;
|
|
83
|
+
}
|
|
84
|
+
.DictionaryPage-modal-content {
|
|
85
|
+
padding: 10px 16px 0px;
|
|
86
|
+
}
|
|
87
|
+
&-content {
|
|
88
|
+
height: 292px;
|
|
89
|
+
overflow-y: auto;
|
|
90
|
+
&-item {
|
|
91
|
+
display: flex;
|
|
92
|
+
align-items: center;
|
|
93
|
+
height: 50px;
|
|
94
|
+
line-height: 50px;
|
|
95
|
+
border-bottom: 1px solid #f2f3f4;
|
|
96
|
+
}
|
|
97
|
+
&-itemLeft {
|
|
98
|
+
position: relative;
|
|
99
|
+
display: inline-block;
|
|
100
|
+
flex: 1;
|
|
101
|
+
height: 100%;
|
|
102
|
+
.error-tip {
|
|
103
|
+
position: absolute;
|
|
104
|
+
bottom: -28px;
|
|
105
|
+
left: 3px;
|
|
106
|
+
width: 100%;
|
|
107
|
+
color: red;
|
|
108
|
+
font-size: 14px;
|
|
109
|
+
letter-spacing: 1px;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
&-itemRight {
|
|
113
|
+
display: inline-block;
|
|
114
|
+
width: 40px;
|
|
115
|
+
color: #165dff;
|
|
116
|
+
text-align: center;
|
|
117
|
+
cursor: pointer;
|
|
118
|
+
}
|
|
119
|
+
.ant-typography.ant-typography-ellipsis.ant-typography-single-line {
|
|
120
|
+
height: 50px;
|
|
121
|
+
margin-bottom: 0px;
|
|
122
|
+
line-height: 50px;
|
|
123
|
+
border-bottom: 1px solid #f2f3f4;
|
|
124
|
+
}
|
|
125
|
+
.ant-typography-edit {
|
|
126
|
+
float: right;
|
|
127
|
+
width: 20%;
|
|
128
|
+
text-align: center;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
&-footer {
|
|
132
|
+
display: flex;
|
|
133
|
+
align-items: center;
|
|
134
|
+
justify-content: space-between;
|
|
135
|
+
margin: 16px 0px;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// 文档库管理
|
|
141
|
+
.DocumentSetting {
|
|
142
|
+
&-header {
|
|
143
|
+
height: 48px;
|
|
144
|
+
line-height: 48px;
|
|
145
|
+
border-bottom: 1px solid #e8efff;
|
|
146
|
+
}
|
|
147
|
+
&-search {
|
|
148
|
+
display: flex;
|
|
149
|
+
align-items: center;
|
|
150
|
+
justify-content: space-between;
|
|
151
|
+
margin: 16px 0px 16px;
|
|
152
|
+
}
|
|
153
|
+
&-emptyDom {
|
|
154
|
+
margin: 50px 0px 0px;
|
|
155
|
+
text-align: center;
|
|
156
|
+
&-img {
|
|
157
|
+
display: block;
|
|
158
|
+
width: 248px;
|
|
159
|
+
height: 200px;
|
|
160
|
+
margin: auto;
|
|
161
|
+
background-image: url('./img/empty-data.png');
|
|
162
|
+
background-size: 100%;
|
|
163
|
+
}
|
|
164
|
+
&-tip {
|
|
165
|
+
margin: 0px 0px 10px;
|
|
166
|
+
color: #999;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
package/es/types/personal.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "2.0.0-zhongyuan.
|
|
3
|
+
"version": "2.0.0-zhongyuan.20",
|
|
4
4
|
"private": false,
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "2031c71e48ee9662c65f635bbf0a14602386b847",
|
|
71
71
|
"gitHooks": {
|
|
72
72
|
"pre-commit": "lint-staged"
|
|
73
73
|
}
|