@baosight/erm 1.3.6 → 1.3.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
@@ -60,6 +60,108 @@
60
60
  font-family: "阿里巴巴普惠体Light";
61
61
  }
62
62
 
63
+ .baseStyle[data-v-a440e92e] {
64
+ width: 99%;
65
+ height: 100%;
66
+ }
67
+
68
+ [data-v-a440e92e] .ag-header-group-cell {
69
+ border-right-style: solid;
70
+ border-right-width: 1px;
71
+ border-right-color: #cecece;
72
+ display: flex;
73
+ justify-content: center;
74
+ align-items: center;
75
+ }
76
+
77
+ [data-v-a440e92e] .ag-header-cell-label {
78
+ display: flex;
79
+ justify-content: center;
80
+ align-items: center;
81
+ }
82
+
83
+ [data-v-a440e92e] .ag-root-wrapper {
84
+ cursor: default;
85
+ position: relative;
86
+ display: flex;
87
+ flex-direction: column;
88
+ overflow: hidden;
89
+ white-space: normal;
90
+ border: 1px solid #cecece !important; /* 设置最外边的边框 */
91
+ margin-right: 2px !important;
92
+ margin-left: 2px !important;
93
+ margin-bottom: 60px !important;
94
+ }
95
+
96
+ [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
97
+ text-align: center !important;
98
+ }
99
+
100
+ .ag-theme-alpine[data-v-a440e92e] {
101
+ /* and between columns */
102
+ --ag-cell-horizontal-border: solid #cecece;
103
+ --ag-header-cell-horizontal-border: solid #cecece;
104
+ --ag-header-foreground-color: #3a7af9;
105
+ }
106
+
107
+ [data-v-a440e92e] .ag-header-cell {
108
+ border-right-style: solid;
109
+ border-right-width: 1px;
110
+ border-right-color: #cecece; /* 深灰色底边框 */
111
+ }
112
+
113
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
114
+ .ag-header-cell[data-v-a440e92e]:first-child {
115
+ border-left: none; /* 移除左侧边框,如果需要的话 */
116
+ }
117
+
118
+ /* 或者针对最后一列 */
119
+ .ag-header-cell[data-v-a440e92e]:last-child {
120
+ border-right: none; /* 移除右侧边框,如果需要的话 */
121
+ }
122
+
123
+ /* 选中行的样式 */
124
+ [data-v-a440e92e] .ag-row-selected::before {
125
+ background-color: rgba(183, 249, 177, 0.5803921569);
126
+ }
127
+
128
+ /* 选中焦点行的样式 */
129
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
130
+ background-color: rgba(183, 249, 177, 0.5803921569);
131
+ background-image: none;
132
+ }
133
+
134
+ /* 表头的样式 */
135
+ [data-v-a440e92e] .ag-header {
136
+ background-color: #dbefff;
137
+ text-align: center;
138
+ }
139
+
140
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
141
+ opacity: 1;
142
+ }
143
+
144
+ /* 默认行的背景色 */
145
+ [data-v-a440e92e] .ag-row-odd {
146
+ background-color: aliceblue;
147
+ }
148
+
149
+ /* 取消选中行的样式 */
150
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
151
+ background-color: #ecf0f1;
152
+ }
153
+
154
+ .loading-overlay[data-v-a440e92e] {
155
+ position: absolute;
156
+ top: 0;
157
+ left: 0;
158
+ right: 0;
159
+ bottom: 0;
160
+ background-color: rgba(255, 255, 255, 0.5);
161
+ display: flex;
162
+ z-index: 1000;
163
+ }
164
+
63
165
  .rowContent[data-v-1b695265] {
64
166
  display: flex;
65
167
  flex-direction: row;
@@ -486,116 +588,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
486
588
  color: #fff; /* 勾选后的文字颜色 */
487
589
  }
488
590
 
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;
498
- display: flex;
499
- justify-content: center;
500
- align-items: center;
501
- }
502
-
503
- [data-v-a440e92e] .ag-header-cell-label {
504
- display: flex;
505
- justify-content: center;
506
- align-items: center;
507
- }
508
-
509
- [data-v-a440e92e] .ag-root-wrapper {
510
- cursor: default;
511
- position: relative;
512
- display: flex;
513
- flex-direction: column;
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;
520
- }
521
-
522
- [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
523
- text-align: center !important;
524
- }
525
-
526
- .ag-theme-alpine[data-v-a440e92e] {
527
- /* and between columns */
528
- --ag-cell-horizontal-border: solid #cecece;
529
- --ag-header-cell-horizontal-border: solid #cecece;
530
- --ag-header-foreground-color: #3a7af9;
531
- }
532
-
533
- [data-v-a440e92e] .ag-header-cell {
534
- border-right-style: solid;
535
- border-right-width: 1px;
536
- border-right-color: #cecece; /* 深灰色底边框 */
537
- }
538
-
539
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
540
- .ag-header-cell[data-v-a440e92e]:first-child {
541
- border-left: none; /* 移除左侧边框,如果需要的话 */
542
- }
543
-
544
- /* 或者针对最后一列 */
545
- .ag-header-cell[data-v-a440e92e]:last-child {
546
- border-right: none; /* 移除右侧边框,如果需要的话 */
547
- }
548
-
549
- /* 选中行的样式 */
550
- [data-v-a440e92e] .ag-row-selected::before {
551
- background-color: rgba(183, 249, 177, 0.5803921569);
552
- }
553
-
554
- /* 选中焦点行的样式 */
555
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
556
- background-color: rgba(183, 249, 177, 0.5803921569);
557
- background-image: none;
558
- }
559
-
560
- /* 表头的样式 */
561
- [data-v-a440e92e] .ag-header {
562
- background-color: #dbefff;
563
- text-align: center;
564
- }
565
-
566
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
567
- opacity: 1;
568
- }
569
-
570
- /* 默认行的背景色 */
571
- [data-v-a440e92e] .ag-row-odd {
572
- background-color: aliceblue;
573
- }
574
-
575
- /* 取消选中行的样式 */
576
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
577
- background-color: #ecf0f1;
578
- }
579
-
580
- .loading-overlay[data-v-a440e92e] {
581
- position: absolute;
582
- top: 0;
583
- left: 0;
584
- right: 0;
585
- bottom: 0;
586
- background-color: rgba(255, 255, 255, 0.5);
587
- display: flex;
588
- z-index: 1000;
589
- }
590
-
591
- [data-v-6e3557b8] .van-checkbox {
592
- padding: 5px 0;
593
- }
594
-
595
- [data-v-804c414a] .van-checkbox {
596
- padding: 5px 0;
597
- }
598
-
599
591
  [data-v-7351fe97] .van-popup {
600
592
  max-height: 80%;
601
593
  }
@@ -623,4 +615,12 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
623
615
  overflow: hidden;
624
616
  overflow-y: auto;
625
617
  height: calc(100% - 100px);
618
+ }
619
+
620
+ [data-v-804c414a] .van-checkbox {
621
+ padding: 5px 0;
622
+ }
623
+
624
+ [data-v-6e3557b8] .van-checkbox {
625
+ padding: 5px 0;
626
626
  }