@tddc/assign-modal 3.0.2 → 3.0.3

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.
@@ -34,6 +34,7 @@
34
34
  > div {
35
35
  width: 50%;
36
36
  }
37
+
37
38
  .panel-left {
38
39
  height: 100%;
39
40
  // overflow: auto;
@@ -42,15 +43,18 @@
42
43
  position: sticky;
43
44
  top: 0px;
44
45
  z-index: 1;
45
- background: #f8f9fb;
46
+ // background: #f8f9fb;
46
47
  }
47
48
  }
49
+
48
50
  .panel-right {
49
51
  overflow: hidden;
52
+
50
53
  & {
51
54
  padding: 0 0px 16px 16px;
52
55
  border-left: 1px solid @border-color-secondary;
53
56
  }
57
+
54
58
  .select-menu-header {
55
59
  display: flex;
56
60
  align-items: flex-start;
@@ -89,6 +93,7 @@
89
93
  font-family: 'PingFang SC';
90
94
  line-height: 22px;
91
95
  }
96
+
92
97
  .path-name {
93
98
  display: inline-block;
94
99
  color: tint(@bg-color-spotilight, 50%);
@@ -97,6 +102,7 @@
97
102
  font-family: 'PingFang SC';
98
103
  line-height: 20px;
99
104
  }
105
+
100
106
  .close-icon {
101
107
  position: absolute;
102
108
  top: calc(50% - 6px);
@@ -105,6 +111,7 @@
105
111
  cursor: pointer;
106
112
  }
107
113
  }
114
+
108
115
  .select-menu-list-item:hover {
109
116
  background-color: #fff;
110
117
  }
@@ -130,6 +137,7 @@
130
137
  > label {
131
138
  margin-bottom: 8px;
132
139
  }
140
+
133
141
  > label:last-child {
134
142
  margin-bottom: 0px;
135
143
  }
@@ -150,9 +158,11 @@
150
158
  .slider.panel-0 {
151
159
  transform: translateX(0);
152
160
  }
161
+
153
162
  .slider.panel-1 {
154
163
  transform: translateX(-652px);
155
164
  }
165
+
156
166
  .slider.panel-2 {
157
167
  transform: translateX(-1304px);
158
168
  }
@@ -164,26 +174,30 @@
164
174
  width: 100%;
165
175
  margin-bottom: 16px;
166
176
  }
177
+
167
178
  .title {
168
179
  position: relative;
169
- margin-left: 16px;
180
+ margin-left: 12px;
170
181
  color: @text-color;
171
182
  font-weight: 600;
172
183
  font-style: normal;
173
184
  line-height: 22px;
185
+
174
186
  .sum {
175
187
  display: inline-block;
176
188
  margin: 0 4px;
177
189
  color: @blue-6;
178
190
  }
191
+
179
192
  .text-grey {
180
193
  color: tint(@text-color, 50%);
181
194
  }
182
195
  }
196
+
183
197
  .title::after {
184
198
  position: absolute;
185
199
  top: 5px;
186
- left: -14px;
200
+ left: -12px;
187
201
  display: inline-block;
188
202
  width: 4px;
189
203
  height: 12px;
@@ -200,6 +214,7 @@
200
214
  gap: 16px;
201
215
  height: 100%;
202
216
  }
217
+
203
218
  .panel.org-panel,
204
219
  .panel.app-panel,
205
220
  .panel.user-panel {
@@ -239,10 +254,12 @@
239
254
  z-index: 1;
240
255
  background: #f8f9fb;
241
256
  }
257
+
242
258
  .select-menu-list-item {
243
259
  &:last-child {
244
260
  margin-bottom: 0px;
245
261
  }
262
+
246
263
  margin-bottom: 8px;
247
264
  }
248
265
  }
@@ -282,6 +299,7 @@
282
299
  padding: 0px;
283
300
  border-radius: @border-radius-base;
284
301
  }
302
+
285
303
  &:last-child {
286
304
  margin-bottom: 0px;
287
305
  }
@@ -295,6 +313,7 @@
295
313
  font-family: 'PingFang SC';
296
314
  line-height: 22px;
297
315
  }
316
+
298
317
  .path-name {
299
318
  display: inline-block;
300
319
  height: 22px;
package/es/locale.js CHANGED
@@ -7,7 +7,7 @@ export var zh_CN = {
7
7
  allAppAvailable: '全部渠道',
8
8
  authorizesUserList: '用户列表',
9
9
  allUserAvailable: '全部用户',
10
- search: '查询',
10
+ search: '请输入机构名称',
11
11
  availableOrgs: '可用机构',
12
12
  availableApps: '可用渠道',
13
13
  availableUsers: '可用用户',
@@ -24,7 +24,7 @@ export var en_US = {
24
24
  allAppAvailable: 'All Channels',
25
25
  authorizesUserList: 'Account List',
26
26
  allUserAvailable: 'All Accounts',
27
- search: 'Search',
27
+ search: 'Organization name',
28
28
  availableOrgs: 'Available Organizations',
29
29
  availableApps: 'Available Channels',
30
30
  availableUsers: 'Available Users',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tddc/assign-modal",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "assign-modal",
5
5
  "author": "zj <jun.zhang002383@tongdun.net>",
6
6
  "license": "ISC",