sapp-common-package-test-final 1.0.12 → 1.5.0
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/components/SAPPCalendar/FilterCalendar/FilterCalendar.d.ts +2 -1
- package/dist/components/SAPPCalendar/HeaderCalendar/LMSHeaderCalendar.d.ts +2 -1
- package/dist/components/SAPPCalendar/LMSWeeklyCalendar/LMSWeeklyCalendar.d.ts +1 -0
- package/dist/components/SAPPCalendar/LMSWeeklyCalendar/LMSWeeklyCell.d.ts +1 -1
- package/dist/components/SAPPCalendar/LMSWeeklyCalendar/index.d.ts +3 -0
- package/dist/components/SAPPCalendar/SAPPCalendar.d.ts +6 -3
- package/dist/components/SAPPCalendar/WeeklyCalendar/WeeklyCalendar.d.ts +3 -2
- package/dist/components/SAPPCalendar/WeeklyCalendar/WeeklyEvent.d.ts +2 -1
- package/dist/components/SAPPCalendar/common/Icon.d.ts +1 -2
- package/dist/constants/index.d.ts +17 -7
- package/dist/icons/index.d.ts +10 -7
- package/dist/index.css +295 -167
- package/dist/index.js +778 -431
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +779 -432
- package/dist/index.modern.js.map +1 -1
- package/dist/types/index.d.ts +8 -4
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1,7 +1,3 @@
|
|
1
|
-
._2hGgU {
|
2
|
-
display: flex
|
3
|
-
}
|
4
|
-
|
5
1
|
._3-Pu9 {
|
6
2
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
7
3
|
}
|
@@ -10,10 +6,18 @@
|
|
10
6
|
cursor: pointer
|
11
7
|
}
|
12
8
|
|
9
|
+
._uCXxT {
|
10
|
+
resize: both
|
11
|
+
}
|
12
|
+
|
13
13
|
._3EfQZ {
|
14
14
|
border-radius: 0px
|
15
15
|
}
|
16
16
|
|
17
|
+
._3-abu {
|
18
|
+
border-width: 1px
|
19
|
+
}
|
20
|
+
|
17
21
|
._3-NVJ {
|
18
22
|
--tw-border-opacity: 1;
|
19
23
|
border-color: rgb(245 245 245 / var(--tw-border-opacity, 1))
|
@@ -58,17 +62,19 @@
|
|
58
62
|
color: rgb(152 161 183 / var(--tw-text-opacity, 1))
|
59
63
|
}
|
60
64
|
|
65
|
+
._3vIFr {
|
66
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
|
67
|
+
}
|
68
|
+
|
61
69
|
._p0OEu {
|
62
70
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
63
71
|
}
|
64
72
|
|
65
73
|
._18t93 {
|
66
|
-
position: relative;
|
67
74
|
display: flex;
|
68
75
|
width: 100%;
|
69
|
-
|
70
|
-
|
71
|
-
column-gap: 12px
|
76
|
+
-moz-column-gap: 24px;
|
77
|
+
column-gap: 24px
|
72
78
|
}
|
73
79
|
|
74
80
|
._18t93 * {
|
@@ -82,6 +88,10 @@
|
|
82
88
|
border-style: none !important
|
83
89
|
}
|
84
90
|
|
91
|
+
._18t93 table {
|
92
|
+
border-collapse: collapse !important
|
93
|
+
}
|
94
|
+
|
85
95
|
._18t93 ul {
|
86
96
|
margin: 0px !important;
|
87
97
|
list-style-type: none !important;
|
@@ -121,14 +131,16 @@
|
|
121
131
|
|
122
132
|
._3WrnL {
|
123
133
|
--tw-bg-opacity: 1;
|
124
|
-
background-color: rgb(
|
134
|
+
background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
|
125
135
|
--tw-text-opacity: 1;
|
126
136
|
color: rgb(120 130 157 / var(--tw-text-opacity, 1))
|
127
137
|
}
|
128
138
|
|
129
139
|
._2-qBL {
|
130
|
-
border-
|
131
|
-
|
140
|
+
--tw-border-opacity: 1;
|
141
|
+
border-color: rgb(255 184 0 / var(--tw-border-opacity, 1));
|
142
|
+
--tw-bg-opacity: 1;
|
143
|
+
background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1));
|
132
144
|
--tw-text-opacity: 1;
|
133
145
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
134
146
|
}
|
@@ -144,7 +156,7 @@
|
|
144
156
|
._1oq3N {
|
145
157
|
--tw-border-opacity: 1;
|
146
158
|
border-color: rgb(236 148 14 / var(--tw-border-opacity, 1));
|
147
|
-
background-color:
|
159
|
+
background-color: rgb(236 148 14 / 0.05);
|
148
160
|
--tw-text-opacity: 1;
|
149
161
|
color: rgb(236 148 14 / var(--tw-text-opacity, 1))
|
150
162
|
}
|
@@ -157,6 +169,14 @@
|
|
157
169
|
color: rgb(7 175 23 / var(--tw-text-opacity, 1))
|
158
170
|
}
|
159
171
|
|
172
|
+
._30cym {
|
173
|
+
--tw-border-opacity: 1;
|
174
|
+
border-color: rgb(143 111 234 / var(--tw-border-opacity, 1));
|
175
|
+
background-color: rgb(143 111 234 / 0.05);
|
176
|
+
--tw-text-opacity: 1;
|
177
|
+
color: rgb(143 111 234 / var(--tw-text-opacity, 1))
|
178
|
+
}
|
179
|
+
|
160
180
|
._1hEJk {
|
161
181
|
--tw-border-opacity: 1;
|
162
182
|
border-color: rgb(240 25 25 / var(--tw-border-opacity, 1));
|
@@ -169,7 +189,7 @@
|
|
169
189
|
--tw-bg-opacity: 1;
|
170
190
|
background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
|
171
191
|
--tw-text-opacity: 1;
|
172
|
-
color: rgb(
|
192
|
+
color: rgb(152 161 183 / var(--tw-text-opacity, 1))
|
173
193
|
}
|
174
194
|
|
175
195
|
._102cL {
|
@@ -207,7 +227,8 @@ div._3Yvs5 {
|
|
207
227
|
display: flex;
|
208
228
|
align-items: center;
|
209
229
|
-moz-column-gap: 16px;
|
210
|
-
column-gap: 16px
|
230
|
+
column-gap: 16px;
|
231
|
+
text-align: center
|
211
232
|
}
|
212
233
|
|
213
234
|
._2GTYD:focus-within {
|
@@ -219,6 +240,7 @@ div._3Yvs5 {
|
|
219
240
|
._18t93 div._2GTYD input {
|
220
241
|
width: 150px !important;
|
221
242
|
cursor: pointer !important;
|
243
|
+
text-align: center;
|
222
244
|
font-size: 18px !important;
|
223
245
|
font-weight: 600 !important;
|
224
246
|
--tw-text-opacity: 1 !important;
|
@@ -248,7 +270,7 @@ div._3kHog {
|
|
248
270
|
border-right-width: 1px !important;
|
249
271
|
border-style: solid !important;
|
250
272
|
--tw-border-opacity: 1;
|
251
|
-
border-color: rgb(
|
273
|
+
border-color: rgb(23 108 221 / var(--tw-border-opacity, 1))
|
252
274
|
}
|
253
275
|
|
254
276
|
._18t93 thead th,
|
@@ -332,18 +354,7 @@ div._2hVZ4 {
|
|
332
354
|
div._1uenJ {
|
333
355
|
border-top-width: 4px !important;
|
334
356
|
--tw-border-opacity: 1;
|
335
|
-
border-color: rgb(
|
336
|
-
--tw-bg-opacity: 1;
|
337
|
-
background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1))
|
338
|
-
}
|
339
|
-
|
340
|
-
div._1uenJ > div {
|
341
|
-
border-top-width: 4px !important;
|
342
|
-
--tw-bg-opacity: 1;
|
343
|
-
background-color: rgb(31 127 181 / var(--tw-bg-opacity, 1));
|
344
|
-
padding: 8px;
|
345
|
-
--tw-text-opacity: 1;
|
346
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
357
|
+
border-color: rgb(23 108 221 / var(--tw-border-opacity, 1))
|
347
358
|
}
|
348
359
|
|
349
360
|
._2hVZ4 > div {
|
@@ -382,19 +393,37 @@ div._1uenJ > div {
|
|
382
393
|
display: -webkit-box;
|
383
394
|
-webkit-box-orient: vertical;
|
384
395
|
-webkit-line-clamp: 1;
|
396
|
+
display: none;
|
397
|
+
-moz-column-gap: 4px;
|
398
|
+
column-gap: 4px;
|
385
399
|
font-size: 13px;
|
386
400
|
font-weight: 500
|
387
401
|
}
|
388
402
|
|
403
|
+
@media (min-width: 1280px) {
|
404
|
+
._2gsg7 {
|
405
|
+
display: flex !important
|
406
|
+
}
|
407
|
+
}
|
408
|
+
|
389
409
|
._2GtPn {
|
390
410
|
overflow: hidden;
|
391
411
|
display: -webkit-box;
|
392
412
|
-webkit-box-orient: vertical;
|
393
413
|
-webkit-line-clamp: 1;
|
414
|
+
display: none;
|
415
|
+
-moz-column-gap: 8px;
|
416
|
+
column-gap: 8px;
|
394
417
|
font-size: 13px;
|
395
418
|
font-weight: 400
|
396
419
|
}
|
397
420
|
|
421
|
+
@media (min-width: 1280px) {
|
422
|
+
._2GtPn {
|
423
|
+
display: flex
|
424
|
+
}
|
425
|
+
}
|
426
|
+
|
398
427
|
._2hVZ4 > ul > div:last-child {
|
399
428
|
cursor: pointer;
|
400
429
|
font-size: 13px;
|
@@ -440,14 +469,21 @@ div._1uenJ > div {
|
|
440
469
|
|
441
470
|
._3lPkV > div {
|
442
471
|
position: absolute;
|
472
|
+
left: 5%;
|
443
473
|
z-index: 10;
|
444
474
|
width: 90%;
|
445
475
|
cursor: pointer;
|
476
|
+
border-radius: 0.125rem;
|
446
477
|
border-left-width: 2px !important;
|
447
478
|
border-style: solid !important;
|
448
479
|
padding: 12px
|
449
480
|
}
|
450
481
|
|
482
|
+
._3lPkV > div._ZZSJH {
|
483
|
+
padding-top: 4px;
|
484
|
+
padding-bottom: 4px
|
485
|
+
}
|
486
|
+
|
451
487
|
._hnHem {
|
452
488
|
display: flex;
|
453
489
|
flex-direction: column;
|
@@ -455,6 +491,10 @@ div._1uenJ > div {
|
|
455
491
|
}
|
456
492
|
|
457
493
|
._21a0T {
|
494
|
+
display: flex !important;
|
495
|
+
width: 100%;
|
496
|
+
-moz-column-gap: 4px;
|
497
|
+
column-gap: 4px;
|
458
498
|
font-size: 14px;
|
459
499
|
font-weight: 600
|
460
500
|
}
|
@@ -490,16 +530,21 @@ button._1GA3p {
|
|
490
530
|
--tw-bg-opacity: 1;
|
491
531
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
492
532
|
--tw-text-opacity: 1;
|
493
|
-
color: rgb(161 161 161 / var(--tw-text-opacity, 1))
|
533
|
+
color: rgb(161 161 161 / var(--tw-text-opacity, 1));
|
534
|
+
border-style: none
|
494
535
|
}
|
495
536
|
|
496
537
|
button._1GA3p:hover {
|
497
|
-
--tw-border-opacity: 1;
|
498
|
-
border-color: rgb(255 184 0 / var(--tw-border-opacity, 1))
|
538
|
+
--tw-border-opacity: 1 !important;
|
539
|
+
border-color: rgb(255 184 0 / var(--tw-border-opacity, 1)) !important
|
499
540
|
}
|
500
541
|
|
501
|
-
.
|
502
|
-
|
542
|
+
.select-mode {
|
543
|
+
height: 40px !important
|
544
|
+
}
|
545
|
+
|
546
|
+
.__OFBr {
|
547
|
+
width: 100%
|
503
548
|
}
|
504
549
|
|
505
550
|
._1gLzS {
|
@@ -507,37 +552,44 @@ button._1GA3p:hover {
|
|
507
552
|
color: rgb(255 184 0 / var(--tw-text-opacity, 1))
|
508
553
|
}
|
509
554
|
|
510
|
-
|
555
|
+
._1fd_Y {
|
556
|
+
display: flex !important;
|
557
|
+
align-items: center;
|
558
|
+
-moz-column-gap: 12px;
|
559
|
+
column-gap: 12px
|
560
|
+
}
|
511
561
|
|
512
|
-
.ant-select {
|
513
|
-
border-
|
514
|
-
|
515
|
-
--tw-
|
516
|
-
color: rgb(
|
562
|
+
.ant-picker-calendar-header .ant-picker-calendar-year-select {
|
563
|
+
border-width: 1px !important;
|
564
|
+
border-style: solid !important;
|
565
|
+
--tw-border-opacity: 1 !important;
|
566
|
+
border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
|
517
567
|
}
|
518
568
|
|
519
|
-
.
|
520
|
-
|
569
|
+
.ant-picker-calendar-header .ant-picker-calendar-month-select {
|
570
|
+
border-width: 1px !important;
|
571
|
+
border-style: solid !important;
|
572
|
+
--tw-border-opacity: 1 !important;
|
573
|
+
border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
|
521
574
|
}
|
522
575
|
|
523
|
-
.
|
524
|
-
|
525
|
-
padding-top: 6px !important;
|
526
|
-
padding-bottom: 6px !important;
|
527
|
-
padding-left: 20px !important;
|
528
|
-
padding-right: 20px !important;
|
529
|
-
border-radius: 0px !important;
|
530
|
-
--tw-bg-opacity: 1 !important;
|
531
|
-
background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1)) !important;
|
532
|
-
font-weight: 400;
|
533
|
-
--tw-text-opacity: 1;
|
534
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
576
|
+
._2IWLV ._2jvy8 {
|
577
|
+
display: none
|
535
578
|
}
|
536
579
|
|
537
|
-
|
538
|
-
|
580
|
+
._2IWLV {
|
581
|
+
display: flex;
|
582
|
+
flex-direction: row-reverse;
|
583
|
+
justify-content: flex-start !important;
|
584
|
+
gap: 8px
|
585
|
+
}
|
586
|
+
|
587
|
+
.select-mode .ant-select-selector {
|
588
|
+
border-radius: 0px !important;
|
539
589
|
--tw-bg-opacity: 1 !important;
|
540
590
|
background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1)) !important;
|
591
|
+
padding-top: 10px !important;
|
592
|
+
padding-bottom: 10px !important;
|
541
593
|
--tw-text-opacity: 1 !important;
|
542
594
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
|
543
595
|
}
|
@@ -547,63 +599,100 @@ div._12I9I {
|
|
547
599
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
|
548
600
|
}
|
549
601
|
|
602
|
+
/* Hover màu khác */
|
603
|
+
|
550
604
|
.ant-select-item-option:hover {
|
551
|
-
|
605
|
+
--tw-bg-opacity: 1 !important;
|
606
|
+
background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1)) !important;
|
552
607
|
--tw-text-opacity: 1 !important;
|
553
608
|
color: rgb(255 184 0 / var(--tw-text-opacity, 1)) !important
|
554
609
|
}
|
555
610
|
|
556
|
-
.ant-
|
557
|
-
|
611
|
+
.ant-picker-calendar-date .ant-picker-calendar-date-today {
|
612
|
+
--tw-bg-opacity: 1 !important;
|
613
|
+
background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1)) !important
|
558
614
|
}
|
559
615
|
|
560
|
-
.
|
561
|
-
|
616
|
+
.ant-picker-cell-selected .ant-picker-cell-inner {
|
617
|
+
--tw-bg-opacity: 1 !important;
|
618
|
+
background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1)) !important;
|
619
|
+
--tw-text-opacity: 1;
|
620
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
562
621
|
}
|
563
622
|
|
623
|
+
/* Khi được chọn */
|
624
|
+
|
564
625
|
.ant-select-item-option-selected {
|
565
|
-
|
626
|
+
--tw-bg-opacity: 1 !important;
|
627
|
+
background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1)) !important;
|
566
628
|
--tw-text-opacity: 1 !important;
|
567
629
|
color: rgb(255 184 0 / var(--tw-text-opacity, 1)) !important
|
568
630
|
}
|
569
631
|
|
570
|
-
.
|
571
|
-
|
572
|
-
--tw-
|
573
|
-
|
574
|
-
--tw-shadow: 0 0 #0000;
|
575
|
-
--tw-shadow-colored: 0 0 #0000;
|
576
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
577
|
-
/* Màu viền vàng, không có shadow */
|
578
|
-
}
|
579
|
-
|
580
|
-
.ant-picker-cell-selected > div {
|
581
|
-
--tw-bg-opacity: 1 !important;
|
582
|
-
background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1)) !important
|
632
|
+
._3im6B:hover {
|
633
|
+
cursor: pointer;
|
634
|
+
--tw-text-opacity: 1 !important;
|
635
|
+
color: rgb(255 184 0 / var(--tw-text-opacity, 1)) !important
|
583
636
|
}
|
584
637
|
|
585
|
-
.
|
586
|
-
|
587
|
-
|
638
|
+
._3OUWM {
|
639
|
+
display: flex;
|
640
|
+
align-items: center;
|
641
|
+
-moz-column-gap: 8px;
|
642
|
+
column-gap: 8px
|
588
643
|
}
|
589
644
|
|
590
|
-
.
|
645
|
+
._2HhKK {
|
591
646
|
display: flex;
|
592
647
|
align-items: center;
|
593
|
-
-moz-column-gap:
|
594
|
-
column-gap:
|
648
|
+
-moz-column-gap: 8px;
|
649
|
+
column-gap: 8px
|
595
650
|
}
|
596
651
|
|
597
|
-
|
598
|
-
|
652
|
+
@media (min-width: 1280px) {
|
653
|
+
._2HhKK {
|
654
|
+
display: none
|
655
|
+
}
|
656
|
+
}
|
657
|
+
|
658
|
+
@media screen and (max-width: 1024px) {
|
659
|
+
._2n63y {
|
660
|
+
position: absolute;
|
661
|
+
top: 10%;
|
662
|
+
z-index: 50;
|
663
|
+
height: 100%;
|
664
|
+
overflow: auto
|
665
|
+
}
|
666
|
+
}
|
667
|
+
|
668
|
+
._3EfQZ {
|
669
|
+
border-style: none
|
670
|
+
}
|
671
|
+
|
672
|
+
._3lPkV > div._1uakm {
|
673
|
+
position: absolute;
|
674
|
+
top: 65%;
|
675
|
+
border-width: 0px !important;
|
676
|
+
padding-left: 0px;
|
677
|
+
font-weight: 500;
|
599
678
|
--tw-text-opacity: 1;
|
600
|
-
color: rgb(
|
679
|
+
color: rgb(23 108 221 / var(--tw-text-opacity, 1))
|
680
|
+
}
|
681
|
+
|
682
|
+
._1QrJs tbody tr:first-child,
|
683
|
+
._1QrJs tbody tr:first-child ._3lPkV {
|
684
|
+
height: 150px !important
|
685
|
+
}
|
686
|
+
|
687
|
+
._1QrJs tbody tr:first-child,
|
688
|
+
._1QrJs tbody tr:first-child .__PqI3 {
|
689
|
+
height: 61px !important
|
601
690
|
}
|
602
691
|
|
603
692
|
@tailwind utilities;
|
604
693
|
|
605
694
|
._2OOkM {
|
606
|
-
@apply w-full
|
695
|
+
@apply w-full flex gap-x-6;
|
607
696
|
}
|
608
697
|
|
609
698
|
._2OOkM * {
|
@@ -616,12 +705,16 @@ div._12I9I {
|
|
616
705
|
@apply !border-0 !border-none;
|
617
706
|
}
|
618
707
|
|
708
|
+
._2OOkM table {
|
709
|
+
@apply !border-collapse;
|
710
|
+
}
|
711
|
+
|
619
712
|
._2OOkM ul {
|
620
713
|
@apply !m-0 !p-0 !list-none;
|
621
714
|
}
|
622
715
|
|
623
716
|
._3EiSs {
|
624
|
-
@apply py-3 px-5 rounded-
|
717
|
+
@apply py-3 px-5 rounded-md text-sm hover:bg-[#FFB800] hover:text-white cursor-pointer;
|
625
718
|
}
|
626
719
|
|
627
720
|
._3fS4I {
|
@@ -629,11 +722,11 @@ div._12I9I {
|
|
629
722
|
}
|
630
723
|
|
631
724
|
._3LEeo {
|
632
|
-
@apply bg-
|
725
|
+
@apply bg-[#F9F9F9] text-gray-2;
|
633
726
|
}
|
634
727
|
|
635
728
|
._1N2aY {
|
636
|
-
@apply border-[
|
729
|
+
@apply border-[#FFB800] bg-[#FFB800] text-white;
|
637
730
|
}
|
638
731
|
|
639
732
|
._2tFGa {
|
@@ -641,19 +734,22 @@ div._12I9I {
|
|
641
734
|
}
|
642
735
|
|
643
736
|
._3cS4h {
|
644
|
-
@apply border-[#EC940E] bg-[
|
737
|
+
@apply border-[#EC940E] bg-[#EC940E]/5 text-[#EC940E];
|
645
738
|
}
|
646
739
|
|
647
740
|
._ubFeJ {
|
648
741
|
@apply border-[#07AF17] bg-[#07AF17]/5 text-[#07AF17];
|
649
742
|
}
|
650
743
|
|
744
|
+
._nqVhB {
|
745
|
+
@apply border-[#8F6FEA] bg-[#8F6FEA]/5 text-[#8F6FEA];
|
746
|
+
}
|
651
747
|
._1s2ED {
|
652
748
|
@apply border-[#F01919] bg-[#F01919]/5 text-[#F01919];
|
653
749
|
}
|
654
750
|
|
655
751
|
._3rwzE {
|
656
|
-
@apply bg-[#F2F4F7] text-[#
|
752
|
+
@apply bg-[#F2F4F7] text-[#98a1b7];
|
657
753
|
}
|
658
754
|
|
659
755
|
._9uloX {
|
@@ -661,7 +757,7 @@ div._12I9I {
|
|
661
757
|
}
|
662
758
|
|
663
759
|
div._2Uj7C {
|
664
|
-
@apply flex justify-between items-center py-4 !border-b-
|
760
|
+
@apply flex justify-between items-center py-4 !border-b-0.25 !border-solid border-[#F1F1F4];
|
665
761
|
}
|
666
762
|
|
667
763
|
._1NX4k {
|
@@ -669,11 +765,11 @@ div._2Uj7C {
|
|
669
765
|
}
|
670
766
|
|
671
767
|
._pki6z {
|
672
|
-
@apply flex items-center gap-x-4 focus-within:!shadow-none;
|
768
|
+
@apply flex items-center gap-x-4 focus-within:!shadow-none text-center;
|
673
769
|
}
|
674
770
|
|
675
771
|
._2OOkM div._pki6z input {
|
676
|
-
@apply !w-[150px] !text-
|
772
|
+
@apply !w-[150px] !text-lg !font-semibold !text-black !cursor-pointer focus-within:border-none text-center;
|
677
773
|
}
|
678
774
|
|
679
775
|
._3HZUA {
|
@@ -685,7 +781,7 @@ div._2Uj7C {
|
|
685
781
|
}
|
686
782
|
|
687
783
|
div._US4AW {
|
688
|
-
@apply h-8 !border-r-
|
784
|
+
@apply h-8 !border-r-0.25 !border-solid border-[#176CDD];
|
689
785
|
}
|
690
786
|
|
691
787
|
._2OOkM thead th,
|
@@ -699,7 +795,7 @@ div._US4AW {
|
|
699
795
|
}
|
700
796
|
|
701
797
|
._2244F {
|
702
|
-
@apply text-center font-semibold text-
|
798
|
+
@apply text-center font-semibold text-xs;
|
703
799
|
}
|
704
800
|
|
705
801
|
._3gTTi
|
@@ -710,7 +806,7 @@ div._US4AW {
|
|
710
806
|
}
|
711
807
|
|
712
808
|
div._1N_J1 {
|
713
|
-
@apply flex flex-col !border-t-
|
809
|
+
@apply flex flex-col !border-t-0.25 !border-solid border-[#F5F5F5];
|
714
810
|
}
|
715
811
|
|
716
812
|
._3bFF2 {
|
@@ -731,19 +827,15 @@ div._1N_J1 {
|
|
731
827
|
}
|
732
828
|
|
733
829
|
div._33-xY {
|
734
|
-
@apply flex flex-col justify-between !border-t-
|
830
|
+
@apply flex flex-col justify-between !border-t-0.25 !border-solid;
|
735
831
|
}
|
736
832
|
|
737
|
-
div._30qaU
|
738
|
-
@apply border-[#
|
739
|
-
}
|
740
|
-
|
741
|
-
div._30qaU > div {
|
742
|
-
@apply bg-[#1F7FB5] !border-t-4 text-white p-2;
|
833
|
+
div._30qaU {
|
834
|
+
@apply border-[#176CDD] !border-t-4;
|
743
835
|
}
|
744
836
|
|
745
837
|
._33-xY > div {
|
746
|
-
@apply w-fit pt-2 px-2 text-
|
838
|
+
@apply w-fit pt-2 px-2 text-sm font-normal line-clamp-1;
|
747
839
|
}
|
748
840
|
|
749
841
|
._33-xY > ul,
|
@@ -757,11 +849,11 @@ div._30qaU > div {
|
|
757
849
|
}
|
758
850
|
|
759
851
|
._S-x_L {
|
760
|
-
@apply text-[13px] font-medium line-clamp-1;
|
852
|
+
@apply text-[13px] font-medium line-clamp-1 gap-x-1 xl:!flex hidden;
|
761
853
|
}
|
762
854
|
|
763
855
|
._1nF27 {
|
764
|
-
@apply text-[13px] font-normal line-clamp-1;
|
856
|
+
@apply text-[13px] font-normal line-clamp-1 xl:flex hidden gap-x-2;
|
765
857
|
}
|
766
858
|
|
767
859
|
._33-xY > ul > div:last-child {
|
@@ -773,11 +865,11 @@ div._30qaU > div {
|
|
773
865
|
}
|
774
866
|
|
775
867
|
._3HaWW {
|
776
|
-
@apply flex flex-col gap-y-0.5 text-center font-semibold text-
|
868
|
+
@apply flex flex-col gap-y-0.5 text-center font-semibold text-xs;
|
777
869
|
}
|
778
870
|
|
779
871
|
._1JsGC thead th:first-child > ._3HaWW {
|
780
|
-
@apply w-[100px] text-
|
872
|
+
@apply w-[100px] text-[#FFB800];
|
781
873
|
}
|
782
874
|
|
783
875
|
._1JsGC tbody td {
|
@@ -785,7 +877,7 @@ div._30qaU > div {
|
|
785
877
|
}
|
786
878
|
|
787
879
|
._1JsGC tbody td:first-child > div {
|
788
|
-
@apply text-center text-
|
880
|
+
@apply text-center text-xs;
|
789
881
|
}
|
790
882
|
|
791
883
|
._1tvYg {
|
@@ -793,7 +885,11 @@ div._30qaU > div {
|
|
793
885
|
}
|
794
886
|
|
795
887
|
._1tvYg > div {
|
796
|
-
@apply absolute z-10 w-[90%] !border-l-2 !border-solid p-3 cursor-pointer;
|
888
|
+
@apply absolute z-10 left-[5%] w-[90%] !border-l-2 !border-solid rounded-sm p-3 cursor-pointer;
|
889
|
+
}
|
890
|
+
|
891
|
+
._1tvYg > div._7Rb_o {
|
892
|
+
@apply py-1;
|
797
893
|
}
|
798
894
|
|
799
895
|
._35RRs {
|
@@ -801,11 +897,11 @@ div._30qaU > div {
|
|
801
897
|
}
|
802
898
|
|
803
899
|
._1VuQw {
|
804
|
-
@apply text-
|
900
|
+
@apply text-sm font-semibold !flex gap-x-1 w-full;
|
805
901
|
}
|
806
902
|
|
807
903
|
._1D_PH {
|
808
|
-
@apply text-
|
904
|
+
@apply text-sm font-normal;
|
809
905
|
}
|
810
906
|
|
811
907
|
._16clH,
|
@@ -819,129 +915,158 @@ div._30qaU > div {
|
|
819
915
|
}
|
820
916
|
|
821
917
|
button._3-kZ6 {
|
822
|
-
|
918
|
+
@apply bg-white !border text-[#A1A1A1] !border-[#DCDDDD] !border-solid rounded-none hover:!border-[#FFB800];
|
823
919
|
}
|
824
920
|
|
825
|
-
.
|
826
|
-
@apply
|
921
|
+
.select-mode {
|
922
|
+
@apply !h-[40px]
|
923
|
+
}
|
924
|
+
|
925
|
+
._23Eoo {
|
926
|
+
@apply w-full;
|
827
927
|
}
|
828
928
|
|
829
929
|
._1nh0f {
|
830
|
-
@apply text-[#FFB800]
|
930
|
+
@apply text-[#FFB800]
|
831
931
|
}
|
832
932
|
|
933
|
+
._1_tsV {
|
934
|
+
@apply !flex items-center gap-x-3;
|
935
|
+
}
|
833
936
|
|
834
|
-
|
835
|
-
|
836
|
-
@apply !text-white font-normal rounded-none;
|
937
|
+
.ant-picker-calendar-header .ant-picker-calendar-year-select {
|
938
|
+
@apply !border !border-solid !border-[#DCDDDD]
|
837
939
|
}
|
838
940
|
|
839
|
-
.
|
840
|
-
@apply !
|
841
|
-
|
941
|
+
.ant-picker-calendar-header .ant-picker-calendar-month-select {
|
942
|
+
@apply !border !border-solid !border-[#DCDDDD]
|
943
|
+
}
|
842
944
|
|
843
|
-
.
|
844
|
-
|
945
|
+
._zKw79 ._1pndZ {
|
946
|
+
display: none
|
947
|
+
}
|
948
|
+
|
949
|
+
._zKw79 {
|
950
|
+
display: flex;
|
951
|
+
flex-direction: row-reverse;
|
952
|
+
justify-content: flex-start !important;
|
953
|
+
gap: 8px
|
845
954
|
}
|
846
955
|
|
847
956
|
.select-mode .ant-select-selector {
|
848
|
-
@apply !bg-[#FFB800] text-white
|
957
|
+
@apply !bg-[#FFB800] !text-white !pt-[10px] !pb-[10px] !rounded-none
|
849
958
|
}
|
850
959
|
|
851
|
-
div._1dZBN {
|
852
|
-
@apply !bg-[#FFB800] !text-white rounded-none;
|
853
|
-
}
|
854
|
-
|
855
960
|
.select-mode .ant-select-arrow {
|
856
|
-
|
961
|
+
@apply !text-white
|
857
962
|
}
|
858
963
|
|
964
|
+
/* Hover màu khác */
|
859
965
|
.ant-select-item-option:hover {
|
860
|
-
@apply !bg-[#
|
966
|
+
@apply !bg-[#FFFAF0] !text-[#FFB800]
|
861
967
|
}
|
862
968
|
|
863
|
-
.ant-
|
864
|
-
@apply
|
969
|
+
.ant-picker-calendar-date .ant-picker-calendar-date-today {
|
970
|
+
@apply !bg-[#FFB800]
|
865
971
|
}
|
866
972
|
|
867
|
-
.
|
868
|
-
@apply
|
973
|
+
.ant-picker-cell-selected .ant-picker-cell-inner {
|
974
|
+
@apply !bg-[#FFB800] text-white;
|
869
975
|
}
|
870
976
|
|
977
|
+
/* Khi được chọn */
|
871
978
|
.ant-select-item-option-selected {
|
872
|
-
@apply !bg-[#
|
979
|
+
@apply !bg-[#FFFAF0] !text-[#FFB800]
|
873
980
|
}
|
874
981
|
|
875
|
-
.
|
876
|
-
@apply
|
982
|
+
._E-LwN {
|
983
|
+
@apply hover:!text-[#FFB800] hover:cursor-pointer;
|
877
984
|
}
|
878
985
|
|
879
|
-
.
|
880
|
-
@apply
|
986
|
+
._2QRjm {
|
987
|
+
@apply flex gap-x-2 items-center;
|
881
988
|
}
|
882
989
|
|
883
|
-
.
|
884
|
-
@apply
|
990
|
+
._17gSw {
|
991
|
+
@apply xl:hidden flex items-center gap-x-2
|
885
992
|
}
|
886
|
-
|
887
|
-
|
993
|
+
|
994
|
+
|
995
|
+
@media screen and (max-width: 1024px) {
|
996
|
+
._3V5lx {
|
997
|
+
@apply absolute top-[10%] z-50 h-full overflow-auto;
|
998
|
+
}
|
888
999
|
}
|
889
|
-
|
890
|
-
|
1000
|
+
|
1001
|
+
._1EfOI {
|
1002
|
+
@apply border-none;
|
1003
|
+
}
|
1004
|
+
|
1005
|
+
._1tvYg > div._FkAmA {
|
1006
|
+
@apply absolute top-[65%] text-[#176CDD] !border-0 font-medium pl-0;
|
1007
|
+
}
|
1008
|
+
|
1009
|
+
._1JsGC tbody tr:first-child,
|
1010
|
+
._1JsGC tbody tr:first-child ._1tvYg {
|
1011
|
+
@apply !h-[150px];
|
891
1012
|
}
|
892
1013
|
|
893
|
-
.
|
894
|
-
|
1014
|
+
._1JsGC tbody tr:first-child,
|
1015
|
+
._1JsGC tbody tr:first-child ._1LJFs {
|
1016
|
+
@apply !h-[61px]
|
895
1017
|
}
|
896
1018
|
|
897
1019
|
._2Y9jk ._3puh0 {
|
898
|
-
display: none
|
1020
|
+
display: none;
|
899
1021
|
}
|
900
1022
|
|
901
1023
|
._2Y9jk {
|
902
1024
|
border-width: 1px !important;
|
903
1025
|
border-style: solid !important;
|
904
1026
|
--tw-border-opacity: 1 !important;
|
905
|
-
border-bottom-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
|
1027
|
+
border-bottom-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important;
|
906
1028
|
}
|
907
1029
|
|
908
1030
|
.ant-picker-calendar-header .ant-picker-calendar-year-select {
|
909
1031
|
border-width: 1px !important;
|
910
1032
|
border-style: solid !important;
|
911
1033
|
--tw-border-opacity: 1 !important;
|
912
|
-
border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
|
1034
|
+
border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important;
|
913
1035
|
}
|
914
1036
|
|
915
1037
|
.ant-picker-calendar-header .ant-picker-calendar-month-select {
|
916
1038
|
border-width: 1px !important;
|
917
1039
|
border-style: solid !important;
|
918
1040
|
--tw-border-opacity: 1 !important;
|
919
|
-
border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
|
1041
|
+
border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important;
|
920
1042
|
}
|
921
1043
|
|
922
1044
|
.ant-picker-calendar-header .ant-picker-calendar-mode-switch {
|
923
|
-
display: none
|
1045
|
+
display: none;
|
924
1046
|
}
|
925
1047
|
|
926
1048
|
.ant-picker-calendar-header {
|
927
1049
|
display: flex;
|
928
1050
|
flex-direction: row-reverse;
|
929
1051
|
justify-content: flex-start !important;
|
930
|
-
gap: 8px
|
1052
|
+
gap: 8px;
|
931
1053
|
}
|
932
1054
|
|
933
1055
|
._2Y9jk > ._1b_yY {
|
934
1056
|
border-width: 1px !important;
|
935
1057
|
--tw-border-opacity: 1 !important;
|
936
|
-
border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
|
1058
|
+
border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important;
|
937
1059
|
}
|
938
1060
|
|
939
1061
|
._1K0QG {
|
940
1062
|
height: 100%;
|
1063
|
+
max-height: 1000px;
|
941
1064
|
max-width: 295px;
|
1065
|
+
overflow: auto;
|
942
1066
|
--tw-bg-opacity: 1;
|
943
1067
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
944
|
-
padding: 40px
|
1068
|
+
padding: 40px;
|
1069
|
+
box-shadow: 0px 2px 12px 0px #00000014;
|
945
1070
|
}
|
946
1071
|
|
947
1072
|
._1kmo4 {
|
@@ -949,42 +1074,42 @@ div._1dZBN {
|
|
949
1074
|
align-items: center;
|
950
1075
|
justify-content: flex-start;
|
951
1076
|
gap: 10px;
|
952
|
-
font-size: 16px
|
1077
|
+
font-size: 16px;
|
953
1078
|
}
|
954
1079
|
|
955
1080
|
._3yl3q {
|
956
1081
|
height: 12px;
|
957
1082
|
width: 12px;
|
958
1083
|
--tw-bg-opacity: 1;
|
959
|
-
background-color: rgb(23 108 221 / var(--tw-bg-opacity, 1))
|
1084
|
+
background-color: rgb(23 108 221 / var(--tw-bg-opacity, 1));
|
960
1085
|
}
|
961
1086
|
|
962
1087
|
._dS6FM {
|
963
1088
|
height: 12px;
|
964
1089
|
width: 12px;
|
965
1090
|
--tw-bg-opacity: 1;
|
966
|
-
background-color: rgb(143 111 234 / var(--tw-bg-opacity, 1))
|
1091
|
+
background-color: rgb(143 111 234 / var(--tw-bg-opacity, 1));
|
967
1092
|
}
|
968
1093
|
|
969
1094
|
._2v-Pp {
|
970
1095
|
height: 12px;
|
971
1096
|
width: 12px;
|
972
1097
|
--tw-bg-opacity: 1;
|
973
|
-
background-color: rgb(15 167 61 / var(--tw-bg-opacity, 1))
|
1098
|
+
background-color: rgb(15 167 61 / var(--tw-bg-opacity, 1));
|
974
1099
|
}
|
975
1100
|
|
976
1101
|
._1u4J8 {
|
977
1102
|
height: 12px;
|
978
1103
|
width: 12px;
|
979
1104
|
--tw-bg-opacity: 1;
|
980
|
-
background-color: rgb(248 151 7 / var(--tw-bg-opacity, 1))
|
1105
|
+
background-color: rgb(248 151 7 / var(--tw-bg-opacity, 1));
|
981
1106
|
}
|
982
1107
|
|
983
1108
|
._1RLYM {
|
984
1109
|
height: 12px;
|
985
1110
|
width: 12px;
|
986
1111
|
--tw-bg-opacity: 1;
|
987
|
-
background-color: rgb(240 25 25 / var(--tw-bg-opacity, 1))
|
1112
|
+
background-color: rgb(240 25 25 / var(--tw-bg-opacity, 1));
|
988
1113
|
}
|
989
1114
|
|
990
1115
|
._29aaM {
|
@@ -995,22 +1120,25 @@ div._1dZBN {
|
|
995
1120
|
justify-content: space-between;
|
996
1121
|
gap: 8px;
|
997
1122
|
font-size: 16px;
|
998
|
-
font-weight: 500
|
1123
|
+
font-weight: 500;
|
999
1124
|
}
|
1000
1125
|
|
1001
1126
|
._1yCoo:hover {
|
1002
|
-
cursor: pointer
|
1127
|
+
cursor: pointer;
|
1128
|
+
}
|
1129
|
+
|
1130
|
+
.ant-picker-calendar .ant-picker-cell-today .ant-picker-cell-inner::before {
|
1131
|
+
border: 1px solid #ffb800 !important;
|
1003
1132
|
}
|
1004
1133
|
|
1005
1134
|
@media screen and (max-width: 1024px) {
|
1006
1135
|
._1K0QG {
|
1007
1136
|
position: absolute;
|
1008
|
-
top:
|
1137
|
+
top: 10%;
|
1009
1138
|
z-index: 999;
|
1010
|
-
height:
|
1139
|
+
height: -moz-fit-content;
|
1140
|
+
height: fit-content;
|
1011
1141
|
overflow: auto;
|
1012
|
-
|
1013
|
-
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
1014
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
1142
|
+
box-shadow: 0px 2px 4px 0px #70707014;
|
1015
1143
|
}
|
1016
1144
|
}
|