@baosight/erm 1.1.9 → 1.2.1

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,4 +1,163 @@
1
1
  @charset "UTF-8";
2
+ .rowContent[data-v-1b695265] {
3
+ display: flex;
4
+ flex-direction: row;
5
+ justify-content: center;
6
+ width: 100%;
7
+ margin: 0;
8
+ padding: 0;
9
+ }
10
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
11
+ width: 100%;
12
+ display: flex;
13
+ flex-direction: column;
14
+ justify-content: start;
15
+ overflow: auto;
16
+ border-radius: 15px;
17
+ background-color: #ffffff;
18
+ }
19
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
20
+ display: flex;
21
+ flex-direction: column;
22
+ justify-content: flex-start;
23
+ padding: 0px 0;
24
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
25
+ }
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;
34
+ }
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;
39
+ }
40
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
41
+ font-size: 14px;
42
+ font-family: "阿里巴巴普惠体Regular";
43
+ }
44
+
45
+ .mainTitle[data-v-1b695265] {
46
+ display: flex;
47
+ flex-direction: column;
48
+ justify-content: center;
49
+ align-items: center;
50
+ font-family: "阿里巴巴普惠体Regular";
51
+ width: 100%;
52
+ text-align: center;
53
+ background-color: #3a7af9;
54
+ color: #eaf1f3;
55
+ font-size: 16px;
56
+ height: 24px;
57
+ line-height: 24px;
58
+ margin: 0 auto;
59
+ padding: 0;
60
+ }
61
+
62
+ [data-v-1b695265] .checkError {
63
+ border-bottom: 1px solid red;
64
+ animation: blink-1b695265 2s linear infinite;
65
+ }
66
+
67
+ [data-v-1b695265] .van-cell {
68
+ font-size: 12px;
69
+ }
70
+
71
+ [data-v-1b695265] .colDesc {
72
+ font-size: 12px !important;
73
+ }
74
+
75
+ [data-v-1b695265] .colData {
76
+ font-size: 12px !important;
77
+ }
78
+
79
+ @keyframes blink-1b695265 {
80
+ 0% {
81
+ border-color: red;
82
+ }
83
+ 50% {
84
+ border-color: transparent;
85
+ }
86
+ 100% {
87
+ border-color: red;
88
+ }
89
+ }
90
+ .baseStyle[data-v-a440e92e] {
91
+ width: 99%;
92
+ height: 100%;
93
+ margin-left: 2px;
94
+ margin-right: 2px;
95
+ }
96
+
97
+ .ag-theme-alpine[data-v-a440e92e] {
98
+ /* and between columns */
99
+ --ag-cell-horizontal-border: solid #cecece;
100
+ --ag-header-cell-horizontal-border: solid #cecece;
101
+ --ag-header-foreground-color: #3a7af9;
102
+ }
103
+
104
+ [data-v-a440e92e] .ag-header-cell {
105
+ border-right-style: solid;
106
+ border-right-width: 1px;
107
+ border-right-color: #cecece; /* 深灰色底边框 */
108
+ }
109
+
110
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
111
+ .ag-header-cell[data-v-a440e92e]:first-child {
112
+ border-left: none; /* 移除左侧边框,如果需要的话 */
113
+ }
114
+
115
+ /* 或者针对最后一列 */
116
+ .ag-header-cell[data-v-a440e92e]:last-child {
117
+ border-right: none; /* 移除右侧边框,如果需要的话 */
118
+ }
119
+
120
+ /* 选中行的样式 */
121
+ [data-v-a440e92e] .ag-row-selected::before {
122
+ background-color: rgba(183, 249, 177, 0.5803921569);
123
+ }
124
+
125
+ /* 选中焦点行的样式 */
126
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
127
+ background-color: rgba(183, 249, 177, 0.5803921569);
128
+ background-image: none;
129
+ }
130
+
131
+ /* 表头的样式 */
132
+ [data-v-a440e92e] .ag-header {
133
+ background-color: #dbefff;
134
+ }
135
+
136
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
137
+ opacity: 1;
138
+ }
139
+
140
+ /* 默认行的背景色 */
141
+ [data-v-a440e92e] .ag-row-odd {
142
+ background-color: aliceblue;
143
+ }
144
+
145
+ /* 取消选中行的样式 */
146
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
147
+ background-color: #ecf0f1;
148
+ }
149
+
150
+ .loading-overlay[data-v-a440e92e] {
151
+ position: absolute;
152
+ top: 0;
153
+ left: 0;
154
+ right: 0;
155
+ bottom: 0;
156
+ background-color: rgba(255, 255, 255, 0.5);
157
+ display: flex;
158
+ z-index: 1000;
159
+ }
160
+
2
161
  .swiperButton[data-v-35c7b3ce] {
3
162
  height: 100%;
4
163
  }
@@ -265,10 +424,10 @@
265
424
 
266
425
  /*阴影Card结束*/
267
426
  .mainTitle[data-v-35c7b3ce] {
268
- display: flex;
269
- flex-direction: column;
270
- justify-content: center;
271
- align-items: center;
427
+ /* display: flex;
428
+ flex-direction: column;
429
+ justify-content: center;
430
+ align-items: center;*/
272
431
  font-family: "阿里巴巴普惠体Regular";
273
432
  width: 100%;
274
433
  text-align: center;
@@ -310,94 +469,14 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
310
469
  margin-top: -4px !important;
311
470
  }
312
471
 
313
- .rowContent[data-v-1b695265] {
314
- display: flex;
315
- flex-direction: row;
316
- justify-content: center;
317
- width: 100%;
318
- margin: 0;
319
- padding: 0;
320
- }
321
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
322
- width: 100%;
323
- display: flex;
324
- flex-direction: column;
325
- justify-content: start;
326
- overflow: auto;
327
- border-radius: 15px;
328
- background-color: #ffffff;
329
- }
330
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
331
- display: flex;
332
- flex-direction: column;
333
- justify-content: flex-start;
334
- padding: 0px 0;
335
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
336
- }
337
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
338
- display: flex;
339
- flex-direction: row;
340
- justify-content: flex-start;
341
- align-items: center;
342
- font-size: 14px;
343
- font-family: "阿里巴巴普惠体Regular";
344
- padding-left: 4px;
345
- }
346
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
347
- content: "*";
348
- display: contents;
349
- color: red;
350
- }
351
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
352
- font-size: 14px;
353
- font-family: "阿里巴巴普惠体Regular";
354
- }
355
-
356
- .mainTitle[data-v-1b695265] {
357
- display: flex;
358
- flex-direction: column;
359
- justify-content: center;
360
- align-items: center;
361
- font-family: "阿里巴巴普惠体Regular";
472
+ .page-footer[data-v-35c7b3ce] {
473
+ position: fixed;
474
+ bottom: 0;
362
475
  width: 100%;
363
- text-align: center;
364
- background-color: #3a7af9;
365
- color: #eaf1f3;
366
- font-size: 16px;
367
- height: 24px;
368
- line-height: 24px;
369
- margin: 0 auto;
370
- padding: 0;
371
- }
372
-
373
- [data-v-1b695265] .checkError {
374
- border-bottom: 1px solid red;
375
- animation: blink-1b695265 2s linear infinite;
376
- }
377
-
378
- [data-v-1b695265] .van-cell {
379
- font-size: 12px;
476
+ height: 40px;
477
+ z-index: 500;
380
478
  }
381
479
 
382
- [data-v-1b695265] .colDesc {
383
- font-size: 12px !important;
384
- }
385
-
386
- [data-v-1b695265] .colData {
387
- font-size: 12px !important;
388
- }
389
-
390
- @keyframes blink-1b695265 {
391
- 0% {
392
- border-color: red;
393
- }
394
- 50% {
395
- border-color: transparent;
396
- }
397
- 100% {
398
- border-color: red;
399
- }
400
- }
401
480
  .container[data-v-87a0d832] {
402
481
  width: 100%;
403
482
  height: 100%;
@@ -457,75 +536,4 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
457
536
  font-size: 16px;
458
537
  font-weight: 600;
459
538
  font-family: "阿里巴巴普惠体Light";
460
- }
461
-
462
- .baseStyle[data-v-a440e92e] {
463
- width: 99%;
464
- height: 100%;
465
- margin-left: 2px;
466
- margin-right: 2px;
467
- }
468
-
469
- .ag-theme-alpine[data-v-a440e92e] {
470
- /* and between columns */
471
- --ag-cell-horizontal-border: solid #cecece;
472
- --ag-header-cell-horizontal-border: solid #cecece;
473
- --ag-header-foreground-color: #3a7af9;
474
- }
475
-
476
- [data-v-a440e92e] .ag-header-cell {
477
- border-right-style: solid;
478
- border-right-width: 1px;
479
- border-right-color: #cecece; /* 深灰色底边框 */
480
- }
481
-
482
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
483
- .ag-header-cell[data-v-a440e92e]:first-child {
484
- border-left: none; /* 移除左侧边框,如果需要的话 */
485
- }
486
-
487
- /* 或者针对最后一列 */
488
- .ag-header-cell[data-v-a440e92e]:last-child {
489
- border-right: none; /* 移除右侧边框,如果需要的话 */
490
- }
491
-
492
- /* 选中行的样式 */
493
- [data-v-a440e92e] .ag-row-selected::before {
494
- background-color: rgba(183, 249, 177, 0.5803921569);
495
- }
496
-
497
- /* 选中焦点行的样式 */
498
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
499
- background-color: rgba(183, 249, 177, 0.5803921569);
500
- background-image: none;
501
- }
502
-
503
- /* 表头的样式 */
504
- [data-v-a440e92e] .ag-header {
505
- background-color: #dbefff;
506
- }
507
-
508
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
509
- opacity: 1;
510
- }
511
-
512
- /* 默认行的背景色 */
513
- [data-v-a440e92e] .ag-row-odd {
514
- background-color: aliceblue;
515
- }
516
-
517
- /* 取消选中行的样式 */
518
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
519
- background-color: #ecf0f1;
520
- }
521
-
522
- .loading-overlay[data-v-a440e92e] {
523
- position: absolute;
524
- top: 0;
525
- left: 0;
526
- right: 0;
527
- bottom: 0;
528
- background-color: rgba(255, 255, 255, 0.5);
529
- display: flex;
530
- z-index: 1000;
531
539
  }