@baosight/erm 1.2.2 → 1.2.4

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,75 +1,92 @@
1
1
  @charset "UTF-8";
2
- .baseStyle[data-v-a440e92e] {
3
- width: 99%;
4
- height: 100%;
5
- margin-left: 2px;
6
- margin-right: 2px;
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;
7
9
  }
8
-
9
- .ag-theme-alpine[data-v-a440e92e] {
10
- /* and between columns */
11
- --ag-cell-horizontal-border: solid #cecece;
12
- --ag-header-cell-horizontal-border: solid #cecece;
13
- --ag-header-foreground-color: #3a7af9;
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;
14
18
  }
15
-
16
- [data-v-a440e92e] .ag-header-cell {
17
- border-right-style: solid;
18
- border-right-width: 1px;
19
- border-right-color: #cecece; /* 深灰色底边框 */
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);
20
25
  }
21
-
22
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
23
- .ag-header-cell[data-v-a440e92e]:first-child {
24
- border-left: none; /* 移除左侧边框,如果需要的话 */
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;
25
34
  }
26
-
27
- /* 或者针对最后一列 */
28
- .ag-header-cell[data-v-a440e92e]:last-child {
29
- border-right: none; /* 移除右侧边框,如果需要的话 */
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;
30
39
  }
31
-
32
- /* 选中行的样式 */
33
- [data-v-a440e92e] .ag-row-selected::before {
34
- background-color: rgba(183, 249, 177, 0.5803921569);
40
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
41
+ font-size: 14px;
42
+ font-family: "阿里巴巴普惠体Regular";
35
43
  }
36
44
 
37
- /* 选中焦点行的样式 */
38
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
39
- background-color: rgba(183, 249, 177, 0.5803921569);
40
- background-image: none;
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;
41
60
  }
42
61
 
43
- /* 表头的样式 */
44
- [data-v-a440e92e] .ag-header {
45
- background-color: #dbefff;
62
+ [data-v-1b695265] .checkError {
63
+ border-bottom: 1px solid red;
64
+ animation: blink-1b695265 2s linear infinite;
46
65
  }
47
66
 
48
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
49
- opacity: 1;
67
+ [data-v-1b695265] .van-cell {
68
+ font-size: 12px;
50
69
  }
51
70
 
52
- /* 默认行的背景色 */
53
- [data-v-a440e92e] .ag-row-odd {
54
- background-color: aliceblue;
71
+ [data-v-1b695265] .colDesc {
72
+ font-size: 12px !important;
55
73
  }
56
74
 
57
- /* 取消选中行的样式 */
58
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
59
- background-color: #ecf0f1;
75
+ [data-v-1b695265] .colData {
76
+ font-size: 12px !important;
60
77
  }
61
78
 
62
- .loading-overlay[data-v-a440e92e] {
63
- position: absolute;
64
- top: 0;
65
- left: 0;
66
- right: 0;
67
- bottom: 0;
68
- background-color: rgba(255, 255, 255, 0.5);
69
- display: flex;
70
- z-index: 1000;
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
+ }
71
89
  }
72
-
73
90
  .swiperButton[data-v-35c7b3ce] {
74
91
  height: 100%;
75
92
  }
@@ -398,94 +415,77 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
398
415
  overflow-y: auto;
399
416
  }
400
417
 
401
- .rowContent[data-v-1b695265] {
402
- display: flex;
403
- flex-direction: row;
404
- justify-content: center;
405
- width: 100%;
406
- margin: 0;
407
- padding: 0;
418
+ .baseStyle[data-v-a440e92e] {
419
+ width: 99%;
420
+ height: 100%;
421
+ margin-left: 2px;
422
+ margin-right: 2px;
408
423
  }
409
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
410
- width: 100%;
411
- display: flex;
412
- flex-direction: column;
413
- justify-content: start;
414
- overflow: auto;
415
- border-radius: 15px;
416
- background-color: #ffffff;
424
+
425
+ .ag-theme-alpine[data-v-a440e92e] {
426
+ /* and between columns */
427
+ --ag-cell-horizontal-border: solid #cecece;
428
+ --ag-header-cell-horizontal-border: solid #cecece;
429
+ --ag-header-foreground-color: #3a7af9;
417
430
  }
418
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
419
- display: flex;
420
- flex-direction: column;
421
- justify-content: flex-start;
422
- padding: 0px 0;
423
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
431
+
432
+ [data-v-a440e92e] .ag-header-cell {
433
+ border-right-style: solid;
434
+ border-right-width: 1px;
435
+ border-right-color: #cecece; /* 深灰色底边框 */
424
436
  }
425
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
426
- display: flex;
427
- flex-direction: row;
428
- justify-content: flex-start;
429
- align-items: center;
430
- font-size: 14px;
431
- font-family: "阿里巴巴普惠体Regular";
432
- padding-left: 4px;
437
+
438
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
439
+ .ag-header-cell[data-v-a440e92e]:first-child {
440
+ border-left: none; /* 移除左侧边框,如果需要的话 */
433
441
  }
434
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
435
- content: "*";
436
- display: contents;
437
- color: red;
442
+
443
+ /* 或者针对最后一列 */
444
+ .ag-header-cell[data-v-a440e92e]:last-child {
445
+ border-right: none; /* 移除右侧边框,如果需要的话 */
438
446
  }
439
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
440
- font-size: 14px;
441
- font-family: "阿里巴巴普惠体Regular";
447
+
448
+ /* 选中行的样式 */
449
+ [data-v-a440e92e] .ag-row-selected::before {
450
+ background-color: rgba(183, 249, 177, 0.5803921569);
442
451
  }
443
452
 
444
- .mainTitle[data-v-1b695265] {
445
- display: flex;
446
- flex-direction: column;
447
- justify-content: center;
448
- align-items: center;
449
- font-family: "阿里巴巴普惠体Regular";
450
- width: 100%;
451
- text-align: center;
452
- background-color: #3a7af9;
453
- color: #eaf1f3;
454
- font-size: 16px;
455
- height: 24px;
456
- line-height: 24px;
457
- margin: 0 auto;
458
- padding: 0;
453
+ /* 选中焦点行的样式 */
454
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
455
+ background-color: rgba(183, 249, 177, 0.5803921569);
456
+ background-image: none;
459
457
  }
460
458
 
461
- [data-v-1b695265] .checkError {
462
- border-bottom: 1px solid red;
463
- animation: blink-1b695265 2s linear infinite;
459
+ /* 表头的样式 */
460
+ [data-v-a440e92e] .ag-header {
461
+ background-color: #dbefff;
464
462
  }
465
463
 
466
- [data-v-1b695265] .van-cell {
467
- font-size: 12px;
464
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
465
+ opacity: 1;
468
466
  }
469
467
 
470
- [data-v-1b695265] .colDesc {
471
- font-size: 12px !important;
468
+ /* 默认行的背景色 */
469
+ [data-v-a440e92e] .ag-row-odd {
470
+ background-color: aliceblue;
472
471
  }
473
472
 
474
- [data-v-1b695265] .colData {
475
- font-size: 12px !important;
473
+ /* 取消选中行的样式 */
474
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
475
+ background-color: #ecf0f1;
476
476
  }
477
477
 
478
- @keyframes blink-1b695265 {
479
- 0% {
480
- border-color: red;
481
- }
482
- 50% {
483
- border-color: transparent;
484
- }
485
- 100% {
486
- border-color: red;
487
- }
478
+ .loading-overlay[data-v-a440e92e] {
479
+ position: absolute;
480
+ top: 0;
481
+ left: 0;
482
+ right: 0;
483
+ bottom: 0;
484
+ background-color: rgba(255, 255, 255, 0.5);
485
+ display: flex;
486
+ z-index: 1000;
488
487
  }
488
+
489
489
  .container[data-v-87a0d832] {
490
490
  width: 100%;
491
491
  height: 100%;