@titaui/pc 1.6.11 → 1.6.12

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.
Files changed (50) hide show
  1. package/lib/components/button/index.js +1 -9
  2. package/lib/components/button/rect-btn/index.css +20 -8
  3. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +8 -0
  4. package/lib/components/help-card/image/canceled.svg +13 -0
  5. package/lib/components/help-card/image/helpzx.svg +8 -0
  6. package/lib/components/help-card/image/kefu.svg +18 -0
  7. package/lib/components/help-card/image/kefu1.svg +8 -0
  8. package/lib/components/help-card/image/okr-shequ.svg +14 -0
  9. package/lib/components/help-card/image/question.svg +20 -0
  10. package/lib/components/help-card/image/yuyueyanshi.svg +8 -0
  11. package/lib/components/help-card/index.css +219 -0
  12. package/lib/components/help-card/index.js +282 -0
  13. package/lib/components/help-card/request-api.js +34 -0
  14. package/lib/components/nav-top/components/user-message/components/inform/index.js +66 -2
  15. package/lib/components/nav-top/components/user-message/components/remind/index.js +8 -2
  16. package/lib/components/nav-top/components/user-message/components/reply/index.js +9 -2
  17. package/lib/components/nav-top/components/user-message/components/todos/index.js +9 -2
  18. package/lib/components/nav-top/components/user-message/index.js +36 -3
  19. package/lib/components/nav-top/components/user-message/msg/index.js +10 -5
  20. package/lib/components/nav-top/mock.js +3 -3
  21. package/lib/components/point-demo/drop-down-box/index.css +98 -0
  22. package/lib/components/point-demo/drop-down-box/index.js +159 -0
  23. package/lib/components/point-demo/image/demo-bcg.png +0 -0
  24. package/lib/components/point-demo/image/down.svg +14 -0
  25. package/lib/components/point-demo/image/icon-canceled.svg +7 -0
  26. package/lib/components/point-demo/image/logo.svg +64 -0
  27. package/lib/components/point-demo/index.css +348 -0
  28. package/lib/components/point-demo/index.js +657 -0
  29. package/lib/components/point-demo/input/index.css +74 -0
  30. package/lib/components/point-demo/input/index.js +176 -0
  31. package/lib/components/{button/admin-button/drop-down-arrow.js → point-demo/point-demo.js} +55 -55
  32. package/lib/components/point-demo/popup/index.css +7 -0
  33. package/lib/components/point-demo/popup/index.js +113 -0
  34. package/lib/components/point-demo/popup/placement.js +44 -0
  35. package/lib/components/point-demo/popup/rc-trigger.css +127 -0
  36. package/lib/index.js +8 -2
  37. package/lib/pages/aha2021/index.css +7 -0
  38. package/lib/pages/aha2021/index.js +6 -2
  39. package/lib/pages/okr-map/hooks/useStorage.js +1 -1
  40. package/lib/pages/okr-map/utils.js +11 -7
  41. package/lib/pages/personal-info/index.js +5 -3
  42. package/lib/utils/bs-global.js +16 -1
  43. package/package.json +1 -1
  44. package/lib/components/button/admin-button/default.js +0 -35
  45. package/lib/components/button/admin-button/index.css +0 -86
  46. package/lib/components/button/admin-button/index.js +0 -40
  47. package/lib/components/button/admin-button/primary.js +0 -33
  48. package/lib/components/button/admin-button/secondary.js +0 -35
  49. package/lib/components/button/export-button/index.css +0 -51
  50. package/lib/components/button/export-button/index.js +0 -81
@@ -0,0 +1,348 @@
1
+ .appointment-demo {
2
+ z-index: 9999;
3
+ width: 100%;
4
+ height: 100%;
5
+ position: absolute;
6
+ top: 0;
7
+ left: 0;
8
+ right: 0;
9
+ bottom: 0;
10
+ }
11
+
12
+ .appointment-demo-pc {
13
+ z-index: 99999;
14
+ width: 100%;
15
+ height: 100vh;
16
+ background: rgba(0, 0, 0, 0.5);
17
+ }
18
+
19
+ .appointment-demo-pc-popup {
20
+ width: 872px;
21
+ height: 520px;
22
+ background: #FFFFFF;
23
+ border-radius: 8px;
24
+ display: flex;
25
+ position: absolute;
26
+ left: 0;
27
+ right: 0;
28
+ top: 0;
29
+ bottom: 0;
30
+ margin: auto;
31
+ }
32
+
33
+ .appointment-demo-pc-popup-close {
34
+ width: 18px;
35
+ height: 18px;
36
+ position: absolute;
37
+ top: 14px;
38
+ right: 35px;
39
+ cursor: pointer;
40
+ z-index: 3;
41
+ }
42
+
43
+ .appointment-demo-pc-popup-close img {
44
+ width: 18px;
45
+ height: 18px;
46
+ }
47
+
48
+ .appointment-demo-pc-popup-bcg {
49
+ width: 528px;
50
+ height: 390px;
51
+ background: url("./image/demo-bcg.png") no-repeat;
52
+ background-size: 528px 390px;
53
+ position: absolute;
54
+ left: 1px;
55
+ bottom: -15px;
56
+ }
57
+
58
+ .appointment-demo-pc-popup-left {
59
+ margin: 36px 0 0 32px;
60
+ }
61
+
62
+ .appointment-demo-pc-popup-left-title {
63
+ font-size: 26px;
64
+ font-weight: 600;
65
+ color: #141C28;
66
+ line-height: 40px;
67
+ }
68
+
69
+ .appointment-demo-pc-popup-left-subtitle {
70
+ font-size: 14px;
71
+ font-weight: 400;
72
+ color: #6F7886;
73
+ line-height: 22px;
74
+ margin-top: 4px;
75
+ }
76
+
77
+ .appointment-demo-pc-popup-right {
78
+ z-index: 2;
79
+ }
80
+
81
+ .appointment-demo-pc-popup-right-form {
82
+ width: 420px;
83
+ margin-left: 36px;
84
+ }
85
+
86
+ .appointment-demo-pc-popup-right-form-code {
87
+ margin-top: 16px;
88
+ display: flex;
89
+ }
90
+
91
+ .appointment-demo-pc-popup-right-form-code-left {
92
+ width: 309px;
93
+ }
94
+
95
+ .appointment-demo-pc-popup-right-form-code img {
96
+ width: 100px;
97
+ height: 34px;
98
+ cursor: pointer;
99
+ margin-left: 10px;
100
+ margin-top: 26px;
101
+ }
102
+
103
+ .appointment-demo-pc-popup-right-form-double {
104
+ display: flex;
105
+ margin-top: 40px;
106
+ }
107
+
108
+ .appointment-demo-pc-popup-right-form-double-left {
109
+ margin-right: 10px;
110
+ }
111
+
112
+ .appointment-demo-pc-popup-right-form-item {
113
+ width: 420px;
114
+ box-sizing: border-box !important;
115
+ margin-top: 16px;
116
+ position: relative;
117
+ }
118
+
119
+ .appointment-demo-pc-popup-right-form-item:nth-of-type(1) {
120
+ display: flex;
121
+ margin-top: 40px;
122
+ }
123
+
124
+ .appointment-demo-pc-popup-right-form-item:nth-of-type(2) {
125
+ display: flex;
126
+ }
127
+
128
+ .appointment-demo-pc-popup-right-form-item-left {
129
+ margin-right: 10px;
130
+ }
131
+
132
+ .appointment-demo-pc-popup-right-form-item-module-errmsg {
133
+ position: absolute;
134
+ top: 66px;
135
+ left: 12px;
136
+ font-size: 12px;
137
+ font-weight: 400;
138
+ color: #F05E5E;
139
+ line-height: 18px;
140
+ }
141
+
142
+ .appointment-demo-pc-popup-right-form-item-module {
143
+ margin-bottom: 11px;
144
+ font-size: 14px;
145
+ line-height: 22px;
146
+ font-weight: 600;
147
+ color: #3F4755;
148
+ }
149
+
150
+ .appointment-demo-pc-popup-right-form-item-module .required {
151
+ color: #F05E5E;
152
+ font-size: 14px;
153
+ vertical-align: middle;
154
+ }
155
+
156
+ .appointment-demo-pc-popup-right-form-item-modules {
157
+ margin-top: 4px;
158
+ display: flex;
159
+ }
160
+
161
+ .appointment-demo-pc-popup-right-form-item-modules-item {
162
+ cursor: pointer;
163
+ box-sizing: border-box !important;
164
+ height: 32px;
165
+ width: 94px;
166
+ background: #FFFFFF;
167
+ border-radius: 4px;
168
+ border: 1px solid #E9ECF0;
169
+ line-height: 30px;
170
+ text-align: center;
171
+ color: #3F4755;
172
+ font-size: 14px;
173
+ font-weight: 400;
174
+ }
175
+
176
+ .appointment-demo-pc-popup-right-form-item-modules-item:nth-of-type(1) {
177
+ width: 107px;
178
+ }
179
+
180
+ .appointment-demo-pc-popup-right-form-item-modules-item:not(:nth-of-type(1)) {
181
+ margin-left: 10px;
182
+ }
183
+
184
+ .appointment-demo-pc-popup-right-form-item-modules-item:hover {
185
+ background: #E9F1FF;
186
+ }
187
+
188
+ .appointment-demo-pc-popup-right-form-item-modules-item-active {
189
+ background: #E9F1FF;
190
+ color: #2879FF;
191
+ border: none;
192
+ line-height: 32px;
193
+ }
194
+
195
+ .appointment-demo-pc-popup-right-form-submit {
196
+ cursor: pointer;
197
+ margin-top: 24px;
198
+ box-sizing: border-box !important;
199
+ width: 420px;
200
+ height: 36px;
201
+ line-height: 36px;
202
+ text-align: center;
203
+ background: #2879FF;
204
+ border-radius: 4px;
205
+ font-size: 14px;
206
+ font-weight: 400;
207
+ color: #FFFFFF;
208
+ }
209
+
210
+ .appointment-demo-pc-popup-right-form-submit:hover {
211
+ background: #5C8EFF;
212
+ }
213
+
214
+ .appointment-demo-h5 {
215
+ text-align: center;
216
+ padding-bottom: 1.6rem;
217
+ }
218
+
219
+ .appointment-demo-h5-logo {
220
+ margin-top: 0.77333rem;
221
+ }
222
+
223
+ .appointment-demo-h5-title {
224
+ margin: 0.21333rem 0;
225
+ font-size: 0.64rem;
226
+ font-weight: 500;
227
+ color: #141C28;
228
+ line-height: 0.69333rem;
229
+ }
230
+
231
+ .appointment-demo-h5-subtitle {
232
+ font-size: 0.32rem;
233
+ font-weight: 400;
234
+ color: #6F7886;
235
+ line-height: 0.48rem;
236
+ }
237
+
238
+ .appointment-demo-h5-form {
239
+ margin: 0 auto;
240
+ margin-top: 0.53333rem;
241
+ width: 8.93333rem;
242
+ text-align: left;
243
+ }
244
+
245
+ .appointment-demo-h5-form-code {
246
+ margin-top: 0.53333rem;
247
+ display: flex;
248
+ }
249
+
250
+ .appointment-demo-h5-form-code-left {
251
+ width: 6rem;
252
+ }
253
+
254
+ .appointment-demo-h5-form-code img {
255
+ width: 100px;
256
+ height: 34px;
257
+ cursor: pointer;
258
+ margin-left: 10px;
259
+ margin-top: 26px;
260
+ }
261
+
262
+ .appointment-demo-h5-form-item:not(:nth-of-type(1)) {
263
+ margin-top: 0.42667rem;
264
+ }
265
+
266
+ .appointment-demo-h5-form-item-module {
267
+ font-size: 0.37333rem;
268
+ font-weight: 600;
269
+ color: #3F4755;
270
+ line-height: 0.58667rem;
271
+ }
272
+
273
+ .appointment-demo-h5-form-item-module .required {
274
+ color: #F05E5E;
275
+ font-size: 14px;
276
+ margin-left: 4px;
277
+ vertical-align: middle;
278
+ }
279
+
280
+ .appointment-demo-h5-form-item-modules {
281
+ margin-top: 0.21333rem;
282
+ display: flex;
283
+ }
284
+
285
+ .appointment-demo-h5-form-item-modules-item {
286
+ cursor: pointer;
287
+ box-sizing: border-box !important;
288
+ height: 0.85333rem;
289
+ width: 2.82667rem;
290
+ background: #FFFFFF;
291
+ border-radius: 0.10667rem;
292
+ border: 1px solid #E9ECF0;
293
+ line-height: 0.8rem;
294
+ text-align: center;
295
+ color: #3F4755;
296
+ font-size: 0.37333rem;
297
+ font-weight: 400;
298
+ }
299
+
300
+ .appointment-demo-h5-form-item-modules-item:not(:nth-of-type(1)) {
301
+ margin-left: 0.24rem;
302
+ }
303
+
304
+ .appointment-demo-h5-form-item-modules-item:hover {
305
+ background: #E9F1FF;
306
+ }
307
+
308
+ .appointment-demo-h5-form-item-modules-item-active {
309
+ background: #E9F1FF;
310
+ color: #2879FF;
311
+ border: none;
312
+ line-height: 32px;
313
+ }
314
+
315
+ .appointment-demo-h5-form-item .else {
316
+ margin-left: 0;
317
+ margin-top: 8px;
318
+ margin-bottom: 1.70667rem;
319
+ }
320
+
321
+ .appointment-demo-h5-form-submit {
322
+ width: 9.14667rem;
323
+ height: 1.17333rem;
324
+ background: linear-gradient(90deg, #4E90FF 0%, #2879FF 100%);
325
+ border-radius: 0.58667rem;
326
+ font-size: 0.42667rem;
327
+ font-weight: 400;
328
+ color: #FFFFFF;
329
+ line-height: 1.17333rem;
330
+ letter-spacing: 5px;
331
+ text-align: center;
332
+ position: absolute;
333
+ left: 0;
334
+ right: 0;
335
+ top: 0;
336
+ bottom: 0;
337
+ margin: auto;
338
+ }
339
+
340
+ .appointment-demo-h5-form-submit-bck {
341
+ width: 375px;
342
+ height: 64px;
343
+ background: #FFFFFF;
344
+ box-shadow: 0px -2px 8px 0px rgba(127, 145, 180, 0.1);
345
+ position: fixed;
346
+ bottom: 0;
347
+ left: 0;
348
+ }