@baosight/erm 1.4.6 → 1.4.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/lib/index.esm.css CHANGED
@@ -1,142 +1,133 @@
1
1
  @charset "UTF-8";
2
- .baseStyle[data-v-a440e92e] {
3
- width: 99%;
4
- height: 100%;
5
- }
6
-
7
- [data-v-a440e92e] .ag-header-group-cell {
8
- border-right-style: solid;
9
- border-right-width: 1px;
10
- border-right-color: #cecece;
2
+ .rowContent[data-v-1b695265] {
11
3
  display: flex;
4
+ flex-direction: row;
12
5
  justify-content: center;
13
- align-items: center;
6
+ width: 100%;
7
+ margin: 0;
8
+ padding: 0;
14
9
  }
15
-
16
- [data-v-a440e92e] .ag-header-cell-label {
10
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
11
+ width: 100%;
17
12
  display: flex;
18
- justify-content: center;
19
- align-items: center;
13
+ flex-direction: column;
14
+ justify-content: start;
15
+ overflow: auto;
16
+ border-radius: 15px;
17
+ background-color: #ffffff;
20
18
  }
21
-
22
- [data-v-a440e92e] .ag-root-wrapper {
23
- cursor: default;
24
- position: relative;
19
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
25
20
  display: flex;
26
21
  flex-direction: column;
27
- overflow: hidden;
28
- white-space: normal;
29
- border: 1px solid #cecece !important; /* 设置最外边的边框 */
30
- margin-right: 2px !important;
31
- margin-left: 2px !important;
32
- margin-bottom: 60px !important;
33
- }
34
-
35
- [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
36
- display: flex !important;
37
- justify-content: center !important;
38
- align-items: center !important;
39
- text-align: center !important;
22
+ justify-content: flex-start;
23
+ padding: 0px 0;
24
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
40
25
  }
41
-
42
- .ag-theme-alpine[data-v-a440e92e] {
43
- /* and between columns */
44
- --ag-cell-horizontal-border: solid #cecece;
45
- --ag-header-cell-horizontal-border: solid #cecece;
46
- --ag-header-foreground-color: #3a7af9;
26
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
27
+ display: flex;
28
+ flex-direction: row;
29
+ justify-content: flex-start;
30
+ align-items: center;
31
+ font-size: 14px;
32
+ font-family: "阿里巴巴普惠体Regular";
33
+ padding-left: 4px;
47
34
  }
48
-
49
- [data-v-a440e92e] .ag-header-cell {
50
- border-right-style: solid;
51
- border-right-width: 1px;
52
- border-right-color: #cecece; /* 深灰色底边框 */
35
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
36
+ content: "*";
37
+ display: contents;
38
+ color: red;
53
39
  }
54
-
55
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
56
- .ag-header-cell[data-v-a440e92e]:first-child {
57
- border-left: none; /* 移除左侧边框,如果需要的话 */
40
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
41
+ font-size: 14px;
42
+ font-family: "阿里巴巴普惠体Regular";
58
43
  }
59
44
 
60
- /* 或者针对最后一列 */
61
- .ag-header-cell[data-v-a440e92e]:last-child {
62
- border-right: none; /* 移除右侧边框,如果需要的话 */
45
+ .mainTitle[data-v-1b695265] {
46
+ display: flex;
47
+ flex-direction: column;
48
+ justify-content: center;
49
+ align-items: center;
50
+ font-family: "阿里巴巴普惠体Bold";
51
+ font-size: 23px;
52
+ color: #548cf6;
53
+ margin: 10px;
63
54
  }
64
55
 
65
- /* 选中行的样式 */
66
- [data-v-a440e92e] .ag-row-selected::before {
67
- background-color: rgba(183, 249, 177, 0.5803921569);
56
+ [data-v-1b695265] .checkError {
57
+ border-bottom: 1px solid red;
58
+ animation: blink-1b695265 2s linear infinite;
68
59
  }
69
60
 
70
- /* 选中焦点行的样式 */
71
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
72
- background-color: rgba(183, 249, 177, 0.5803921569);
73
- background-image: none;
61
+ @keyframes blink-1b695265 {
62
+ 0% {
63
+ border-color: red;
64
+ }
65
+ 50% {
66
+ border-color: transparent;
67
+ }
68
+ 100% {
69
+ border-color: red;
70
+ }
74
71
  }
75
-
76
- /* 表头的样式 */
77
- [data-v-a440e92e] .ag-header {
78
- background-color: #dbefff;
79
- text-align: center;
72
+ .container[data-v-87a0d832] {
73
+ width: 100%;
74
+ height: 100%;
75
+ position: relative;
80
76
  }
81
77
 
82
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
83
- opacity: 1;
78
+ .box[data-v-87a0d832] {
79
+ display: flex;
80
+ justify-content: center;
81
+ align-items: center;
82
+ height: 100vh;
84
83
  }
85
84
 
86
- /* 默认行的背景色 */
87
- [data-v-a440e92e] .ag-row-odd {
88
- background-color: aliceblue;
85
+ .goods-card[data-v-87a0d832] {
86
+ display: flex;
87
+ flex-direction: column;
88
+ justify-content: flex-start;
89
89
  }
90
90
 
91
- /* 取消选中行的样式 */
92
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
93
- background-color: #ecf0f1;
91
+ .card-desc[data-v-87a0d832] {
92
+ text-align: left;
94
93
  }
95
94
 
96
- [data-v-a440e92e] .ag-header-cell-label {
97
- white-space: pre-line !important; /* 强制允许换行 */
95
+ .button-area[data-v-87a0d832] {
96
+ display: flex;
97
+ justify-content: space-between;
98
+ align-items: center;
99
+ top: 20px;
100
+ margin-top: 5%;
101
+ margin-left: 5%;
102
+ margin-right: 5%;
103
+ margin-bottom: 5%;
104
+ position: sticky;
105
+ z-index: 1000;
98
106
  }
99
107
 
100
- /*
101
-
102
- :deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
103
- padding: 0 4px 0 4px !important;
104
- }
105
- :deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
106
- padding: 0 3px 0 3px !important;
108
+ .button-type[data-v-87a0d832] {
109
+ font-size: 14px;
110
+ border-radius: 10px;
111
+ font-family: "阿里巴巴普惠体Regular";
112
+ position: relative;
107
113
  }
108
114
 
109
- :deep(.ag-selection-checkbox) {
110
- margin: 0 auto!important;
111
- text-align: center;
112
-
113
- }
114
- .centered-checkbox .ag-cell-wrapper {
115
- padding:0 3px;
116
- display: flex;
117
- justify-content: center;
118
- align-items: center;
115
+ .slot-left[data-v-87a0d832] {
116
+ margin-top: 20px;
117
+ margin-left: 20px;
118
+ width: 100%;
119
+ height: 60px;
119
120
  }
120
121
 
121
- .centered-header .ag-header-cell-label {
122
- padding:0 4px;
123
- display: flex;
124
- justify-content: center;
125
- }
126
- :deep(.ag-input-field-input.ag-checkbox-input){
127
- text-align: center;
128
- display: flex;
129
- justify-content: center;
130
- }*/
131
- .loading-overlay[data-v-a440e92e] {
132
- position: absolute;
133
- top: 0;
134
- left: 0;
135
- right: 0;
136
- bottom: 0;
137
- background-color: rgba(255, 255, 255, 0.5);
138
- display: flex;
139
- z-index: 1000;
122
+ .slot-right[data-v-87a0d832] {
123
+ margin-top: 20px;
124
+ width: 100%;
125
+ height: 60px;
126
+ border-radius: 10px;
127
+ color: white;
128
+ font-size: 16px;
129
+ font-weight: 600;
130
+ font-family: "阿里巴巴普惠体Light";
140
131
  }
141
132
 
142
133
  .swiperButton[data-v-35c7b3ce] {
@@ -495,135 +486,144 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
495
486
  color: #fff; /* 勾选后的文字颜色 */
496
487
  }
497
488
 
498
- .rowContent[data-v-1b695265] {
489
+ .baseStyle[data-v-a440e92e] {
490
+ width: 99%;
491
+ height: 100%;
492
+ }
493
+
494
+ [data-v-a440e92e] .ag-header-group-cell {
495
+ border-right-style: solid;
496
+ border-right-width: 1px;
497
+ border-right-color: #cecece;
499
498
  display: flex;
500
- flex-direction: row;
501
499
  justify-content: center;
502
- width: 100%;
503
- margin: 0;
504
- padding: 0;
500
+ align-items: center;
505
501
  }
506
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
507
- width: 100%;
502
+
503
+ [data-v-a440e92e] .ag-header-cell-label {
508
504
  display: flex;
509
- flex-direction: column;
510
- justify-content: start;
511
- overflow: auto;
512
- border-radius: 15px;
513
- background-color: #ffffff;
505
+ justify-content: center;
506
+ align-items: center;
514
507
  }
515
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
508
+
509
+ [data-v-a440e92e] .ag-root-wrapper {
510
+ cursor: default;
511
+ position: relative;
516
512
  display: flex;
517
513
  flex-direction: column;
518
- justify-content: flex-start;
519
- padding: 0px 0;
520
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
514
+ overflow: hidden;
515
+ white-space: normal;
516
+ border: 1px solid #cecece !important; /* 设置最外边的边框 */
517
+ margin-right: 2px !important;
518
+ margin-left: 2px !important;
519
+ margin-bottom: 60px !important;
521
520
  }
522
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
523
- display: flex;
524
- flex-direction: row;
525
- justify-content: flex-start;
526
- align-items: center;
527
- font-size: 14px;
528
- font-family: "阿里巴巴普惠体Regular";
529
- padding-left: 4px;
521
+
522
+ [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
523
+ display: flex !important;
524
+ justify-content: center !important;
525
+ align-items: center !important;
526
+ text-align: center !important;
530
527
  }
531
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
532
- content: "*";
533
- display: contents;
534
- color: red;
528
+
529
+ .ag-theme-alpine[data-v-a440e92e] {
530
+ /* and between columns */
531
+ --ag-cell-horizontal-border: solid #cecece;
532
+ --ag-header-cell-horizontal-border: solid #cecece;
533
+ --ag-header-foreground-color: #3a7af9;
535
534
  }
536
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
537
- font-size: 14px;
538
- font-family: "阿里巴巴普惠体Regular";
535
+
536
+ [data-v-a440e92e] .ag-header-cell {
537
+ border-right-style: solid;
538
+ border-right-width: 1px;
539
+ border-right-color: #cecece; /* 深灰色底边框 */
539
540
  }
540
541
 
541
- .mainTitle[data-v-1b695265] {
542
- display: flex;
543
- flex-direction: column;
544
- justify-content: center;
545
- align-items: center;
546
- font-family: "阿里巴巴普惠体Bold";
547
- font-size: 23px;
548
- color: #548cf6;
549
- margin: 10px;
542
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
543
+ .ag-header-cell[data-v-a440e92e]:first-child {
544
+ border-left: none; /* 移除左侧边框,如果需要的话 */
550
545
  }
551
546
 
552
- [data-v-1b695265] .checkError {
553
- border-bottom: 1px solid red;
554
- animation: blink-1b695265 2s linear infinite;
547
+ /* 或者针对最后一列 */
548
+ .ag-header-cell[data-v-a440e92e]:last-child {
549
+ border-right: none; /* 移除右侧边框,如果需要的话 */
555
550
  }
556
551
 
557
- @keyframes blink-1b695265 {
558
- 0% {
559
- border-color: red;
560
- }
561
- 50% {
562
- border-color: transparent;
563
- }
564
- 100% {
565
- border-color: red;
566
- }
552
+ /* 选中行的样式 */
553
+ [data-v-a440e92e] .ag-row-selected::before {
554
+ background-color: rgba(183, 249, 177, 0.5803921569);
567
555
  }
568
- .container[data-v-87a0d832] {
569
- width: 100%;
570
- height: 100%;
571
- position: relative;
556
+
557
+ /* 选中焦点行的样式 */
558
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
559
+ background-color: rgba(183, 249, 177, 0.5803921569);
560
+ background-image: none;
572
561
  }
573
562
 
574
- .box[data-v-87a0d832] {
575
- display: flex;
576
- justify-content: center;
577
- align-items: center;
578
- height: 100vh;
563
+ /* 表头的样式 */
564
+ [data-v-a440e92e] .ag-header {
565
+ background-color: #dbefff;
566
+ text-align: center;
579
567
  }
580
568
 
581
- .goods-card[data-v-87a0d832] {
582
- display: flex;
583
- flex-direction: column;
584
- justify-content: flex-start;
569
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
570
+ opacity: 1;
585
571
  }
586
572
 
587
- .card-desc[data-v-87a0d832] {
588
- text-align: left;
573
+ /* 默认行的背景色 */
574
+ [data-v-a440e92e] .ag-row-odd {
575
+ background-color: aliceblue;
589
576
  }
590
577
 
591
- .button-area[data-v-87a0d832] {
592
- display: flex;
593
- justify-content: space-between;
594
- align-items: center;
595
- top: 20px;
596
- margin-top: 5%;
597
- margin-left: 5%;
598
- margin-right: 5%;
599
- margin-bottom: 5%;
600
- position: sticky;
601
- z-index: 1000;
578
+ /* 取消选中行的样式 */
579
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
580
+ background-color: #ecf0f1;
602
581
  }
603
582
 
604
- .button-type[data-v-87a0d832] {
605
- font-size: 14px;
606
- border-radius: 10px;
607
- font-family: "阿里巴巴普惠体Regular";
608
- position: relative;
583
+ [data-v-a440e92e] .ag-header-cell-label {
584
+ white-space: pre-line !important; /* 强制允许换行 */
609
585
  }
610
586
 
611
- .slot-left[data-v-87a0d832] {
612
- margin-top: 20px;
613
- margin-left: 20px;
614
- width: 100%;
615
- height: 60px;
587
+ /*
588
+
589
+ :deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
590
+ padding: 0 4px 0 4px !important;
591
+ }
592
+ :deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
593
+ padding: 0 3px 0 3px !important;
616
594
  }
617
595
 
618
- .slot-right[data-v-87a0d832] {
619
- margin-top: 20px;
620
- width: 100%;
621
- height: 60px;
622
- border-radius: 10px;
623
- color: white;
624
- font-size: 16px;
625
- font-weight: 600;
626
- font-family: "阿里巴巴普惠体Light";
596
+ :deep(.ag-selection-checkbox) {
597
+ margin: 0 auto!important;
598
+ text-align: center;
599
+
600
+ }
601
+ .centered-checkbox .ag-cell-wrapper {
602
+ padding:0 3px;
603
+ display: flex;
604
+ justify-content: center;
605
+ align-items: center;
606
+ }
607
+
608
+ .centered-header .ag-header-cell-label {
609
+ padding:0 4px;
610
+ display: flex;
611
+ justify-content: center;
612
+ }
613
+ :deep(.ag-input-field-input.ag-checkbox-input){
614
+ text-align: center;
615
+ display: flex;
616
+ justify-content: center;
617
+ }*/
618
+ .loading-overlay[data-v-a440e92e] {
619
+ position: absolute;
620
+ top: 0;
621
+ left: 0;
622
+ right: 0;
623
+ bottom: 0;
624
+ background-color: rgba(255, 255, 255, 0.5);
625
+ display: flex;
626
+ z-index: 1000;
627
627
  }
628
628
 
629
629
  [data-v-7351fe97] .van-popup {