@baosight/erm 1.2.2 → 1.2.3

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,73 +1,63 @@
1
1
  @charset "UTF-8";
2
- .baseStyle[data-v-a440e92e] {
3
- width: 99%;
2
+ .container[data-v-87a0d832] {
3
+ width: 100%;
4
4
  height: 100%;
5
- margin-left: 2px;
6
- margin-right: 2px;
7
- }
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;
14
- }
15
-
16
- [data-v-a440e92e] .ag-header-cell {
17
- border-right-style: solid;
18
- border-right-width: 1px;
19
- border-right-color: #cecece; /* 深灰色底边框 */
20
- }
21
-
22
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
23
- .ag-header-cell[data-v-a440e92e]:first-child {
24
- border-left: none; /* 移除左侧边框,如果需要的话 */
25
- }
26
-
27
- /* 或者针对最后一列 */
28
- .ag-header-cell[data-v-a440e92e]:last-child {
29
- border-right: none; /* 移除右侧边框,如果需要的话 */
5
+ position: relative;
30
6
  }
31
7
 
32
- /* 选中行的样式 */
33
- [data-v-a440e92e] .ag-row-selected::before {
34
- background-color: rgba(183, 249, 177, 0.5803921569);
8
+ .box[data-v-87a0d832] {
9
+ display: flex;
10
+ justify-content: center;
11
+ align-items: center;
12
+ height: 100vh;
35
13
  }
36
14
 
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;
15
+ .goods-card[data-v-87a0d832] {
16
+ display: flex;
17
+ flex-direction: column;
18
+ justify-content: flex-start;
41
19
  }
42
20
 
43
- /* 表头的样式 */
44
- [data-v-a440e92e] .ag-header {
45
- background-color: #dbefff;
21
+ .card-desc[data-v-87a0d832] {
22
+ text-align: left;
46
23
  }
47
24
 
48
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
49
- opacity: 1;
25
+ .button-area[data-v-87a0d832] {
26
+ display: flex;
27
+ justify-content: space-between;
28
+ align-items: center;
29
+ top: 20px;
30
+ margin-top: 5%;
31
+ margin-left: 5%;
32
+ margin-right: 5%;
33
+ margin-bottom: 5%;
34
+ position: sticky;
35
+ z-index: 1000;
50
36
  }
51
37
 
52
- /* 默认行的背景色 */
53
- [data-v-a440e92e] .ag-row-odd {
54
- background-color: aliceblue;
38
+ .button-type[data-v-87a0d832] {
39
+ font-size: 14px;
40
+ border-radius: 10px;
41
+ font-family: "阿里巴巴普惠体Regular";
42
+ position: relative;
55
43
  }
56
44
 
57
- /* 取消选中行的样式 */
58
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
59
- background-color: #ecf0f1;
45
+ .slot-left[data-v-87a0d832] {
46
+ margin-top: 20px;
47
+ margin-left: 20px;
48
+ width: 100%;
49
+ height: 60px;
60
50
  }
61
51
 
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;
52
+ .slot-right[data-v-87a0d832] {
53
+ margin-top: 20px;
54
+ width: 100%;
55
+ height: 60px;
56
+ border-radius: 10px;
57
+ color: white;
58
+ font-size: 16px;
59
+ font-weight: 600;
60
+ font-family: "阿里巴巴普惠体Light";
71
61
  }
72
62
 
73
63
  .swiperButton[data-v-35c7b3ce] {
@@ -486,63 +476,73 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
486
476
  border-color: red;
487
477
  }
488
478
  }
489
- .container[data-v-87a0d832] {
490
- width: 100%;
479
+ .baseStyle[data-v-a440e92e] {
480
+ width: 99%;
491
481
  height: 100%;
492
- position: relative;
482
+ margin-left: 2px;
483
+ margin-right: 2px;
493
484
  }
494
485
 
495
- .box[data-v-87a0d832] {
496
- display: flex;
497
- justify-content: center;
498
- align-items: center;
499
- height: 100vh;
486
+ .ag-theme-alpine[data-v-a440e92e] {
487
+ /* and between columns */
488
+ --ag-cell-horizontal-border: solid #cecece;
489
+ --ag-header-cell-horizontal-border: solid #cecece;
490
+ --ag-header-foreground-color: #3a7af9;
500
491
  }
501
492
 
502
- .goods-card[data-v-87a0d832] {
503
- display: flex;
504
- flex-direction: column;
505
- justify-content: flex-start;
493
+ [data-v-a440e92e] .ag-header-cell {
494
+ border-right-style: solid;
495
+ border-right-width: 1px;
496
+ border-right-color: #cecece; /* 深灰色底边框 */
506
497
  }
507
498
 
508
- .card-desc[data-v-87a0d832] {
509
- text-align: left;
499
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
500
+ .ag-header-cell[data-v-a440e92e]:first-child {
501
+ border-left: none; /* 移除左侧边框,如果需要的话 */
510
502
  }
511
503
 
512
- .button-area[data-v-87a0d832] {
513
- display: flex;
514
- justify-content: space-between;
515
- align-items: center;
516
- top: 20px;
517
- margin-top: 5%;
518
- margin-left: 5%;
519
- margin-right: 5%;
520
- margin-bottom: 5%;
521
- position: sticky;
522
- z-index: 1000;
504
+ /* 或者针对最后一列 */
505
+ .ag-header-cell[data-v-a440e92e]:last-child {
506
+ border-right: none; /* 移除右侧边框,如果需要的话 */
523
507
  }
524
508
 
525
- .button-type[data-v-87a0d832] {
526
- font-size: 14px;
527
- border-radius: 10px;
528
- font-family: "阿里巴巴普惠体Regular";
529
- position: relative;
509
+ /* 选中行的样式 */
510
+ [data-v-a440e92e] .ag-row-selected::before {
511
+ background-color: rgba(183, 249, 177, 0.5803921569);
530
512
  }
531
513
 
532
- .slot-left[data-v-87a0d832] {
533
- margin-top: 20px;
534
- margin-left: 20px;
535
- width: 100%;
536
- height: 60px;
514
+ /* 选中焦点行的样式 */
515
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
516
+ background-color: rgba(183, 249, 177, 0.5803921569);
517
+ background-image: none;
537
518
  }
538
519
 
539
- .slot-right[data-v-87a0d832] {
540
- margin-top: 20px;
541
- width: 100%;
542
- height: 60px;
543
- border-radius: 10px;
544
- color: white;
545
- font-size: 16px;
546
- font-weight: 600;
547
- font-family: "阿里巴巴普惠体Light";
520
+ /* 表头的样式 */
521
+ [data-v-a440e92e] .ag-header {
522
+ background-color: #dbefff;
523
+ }
524
+
525
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
526
+ opacity: 1;
527
+ }
528
+
529
+ /* 默认行的背景色 */
530
+ [data-v-a440e92e] .ag-row-odd {
531
+ background-color: aliceblue;
532
+ }
533
+
534
+ /* 取消选中行的样式 */
535
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
536
+ background-color: #ecf0f1;
537
+ }
538
+
539
+ .loading-overlay[data-v-a440e92e] {
540
+ position: absolute;
541
+ top: 0;
542
+ left: 0;
543
+ right: 0;
544
+ bottom: 0;
545
+ background-color: rgba(255, 255, 255, 0.5);
546
+ display: flex;
547
+ z-index: 1000;
548
548
  }