@baosight/erm 1.3.6 → 1.3.8

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,65 +1,4 @@
1
1
  @charset "UTF-8";
2
- .container[data-v-87a0d832] {
3
- width: 100%;
4
- height: 100%;
5
- position: relative;
6
- }
7
-
8
- .box[data-v-87a0d832] {
9
- display: flex;
10
- justify-content: center;
11
- align-items: center;
12
- height: 100vh;
13
- }
14
-
15
- .goods-card[data-v-87a0d832] {
16
- display: flex;
17
- flex-direction: column;
18
- justify-content: flex-start;
19
- }
20
-
21
- .card-desc[data-v-87a0d832] {
22
- text-align: left;
23
- }
24
-
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;
36
- }
37
-
38
- .button-type[data-v-87a0d832] {
39
- font-size: 14px;
40
- border-radius: 10px;
41
- font-family: "阿里巴巴普惠体Regular";
42
- position: relative;
43
- }
44
-
45
- .slot-left[data-v-87a0d832] {
46
- margin-top: 20px;
47
- margin-left: 20px;
48
- width: 100%;
49
- height: 60px;
50
- }
51
-
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";
61
- }
62
-
63
2
  .rowContent[data-v-1b695265] {
64
3
  display: flex;
65
4
  flex-direction: row;
@@ -577,6 +516,14 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
577
516
  background-color: #ecf0f1;
578
517
  }
579
518
 
519
+ [data-v-a440e92e] div.ag-header-cell.ag-header-parent-hidden.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed {
520
+ padding: 0 5px; /* 使用 !important 来确保覆盖默认样式 */
521
+ }
522
+
523
+ [data-v-a440e92e] div.ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height {
524
+ padding: 0 5px; /* 使用 !important 来确保覆盖默认样式 */
525
+ }
526
+
580
527
  .loading-overlay[data-v-a440e92e] {
581
528
  position: absolute;
582
529
  top: 0;
@@ -588,11 +535,68 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
588
535
  z-index: 1000;
589
536
  }
590
537
 
591
- [data-v-6e3557b8] .van-checkbox {
592
- padding: 5px 0;
538
+ .container[data-v-87a0d832] {
539
+ width: 100%;
540
+ height: 100%;
541
+ position: relative;
593
542
  }
594
543
 
595
- [data-v-804c414a] .van-checkbox {
544
+ .box[data-v-87a0d832] {
545
+ display: flex;
546
+ justify-content: center;
547
+ align-items: center;
548
+ height: 100vh;
549
+ }
550
+
551
+ .goods-card[data-v-87a0d832] {
552
+ display: flex;
553
+ flex-direction: column;
554
+ justify-content: flex-start;
555
+ }
556
+
557
+ .card-desc[data-v-87a0d832] {
558
+ text-align: left;
559
+ }
560
+
561
+ .button-area[data-v-87a0d832] {
562
+ display: flex;
563
+ justify-content: space-between;
564
+ align-items: center;
565
+ top: 20px;
566
+ margin-top: 5%;
567
+ margin-left: 5%;
568
+ margin-right: 5%;
569
+ margin-bottom: 5%;
570
+ position: sticky;
571
+ z-index: 1000;
572
+ }
573
+
574
+ .button-type[data-v-87a0d832] {
575
+ font-size: 14px;
576
+ border-radius: 10px;
577
+ font-family: "阿里巴巴普惠体Regular";
578
+ position: relative;
579
+ }
580
+
581
+ .slot-left[data-v-87a0d832] {
582
+ margin-top: 20px;
583
+ margin-left: 20px;
584
+ width: 100%;
585
+ height: 60px;
586
+ }
587
+
588
+ .slot-right[data-v-87a0d832] {
589
+ margin-top: 20px;
590
+ width: 100%;
591
+ height: 60px;
592
+ border-radius: 10px;
593
+ color: white;
594
+ font-size: 16px;
595
+ font-weight: 600;
596
+ font-family: "阿里巴巴普惠体Light";
597
+ }
598
+
599
+ [data-v-6e3557b8] .van-checkbox {
596
600
  padding: 5px 0;
597
601
  }
598
602
 
@@ -623,4 +627,8 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
623
627
  overflow: hidden;
624
628
  overflow-y: auto;
625
629
  height: calc(100% - 100px);
630
+ }
631
+
632
+ [data-v-804c414a] .van-checkbox {
633
+ padding: 5px 0;
626
634
  }