@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.css +1 -1
- package/lib/index.esm.css +98 -98
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,73 +1,63 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.
|
|
3
|
-
width:
|
|
2
|
+
.container[data-v-87a0d832] {
|
|
3
|
+
width: 100%;
|
|
4
4
|
height: 100%;
|
|
5
|
-
|
|
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
|
-
|
|
34
|
-
|
|
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
|
-
|
|
39
|
-
|
|
40
|
-
|
|
15
|
+
.goods-card[data-v-87a0d832] {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: column;
|
|
18
|
+
justify-content: flex-start;
|
|
41
19
|
}
|
|
42
20
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
background-color: #dbefff;
|
|
21
|
+
.card-desc[data-v-87a0d832] {
|
|
22
|
+
text-align: left;
|
|
46
23
|
}
|
|
47
24
|
|
|
48
|
-
[data-v-
|
|
49
|
-
|
|
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
|
-
|
|
54
|
-
|
|
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
|
-
|
|
59
|
-
|
|
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
|
-
.
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
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
|
-
.
|
|
490
|
-
width:
|
|
479
|
+
.baseStyle[data-v-a440e92e] {
|
|
480
|
+
width: 99%;
|
|
491
481
|
height: 100%;
|
|
492
|
-
|
|
482
|
+
margin-left: 2px;
|
|
483
|
+
margin-right: 2px;
|
|
493
484
|
}
|
|
494
485
|
|
|
495
|
-
.
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
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
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
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
|
-
|
|
509
|
-
|
|
499
|
+
/* 如果你想要更具体的样式,比如只针对第一个表头列 */
|
|
500
|
+
.ag-header-cell[data-v-a440e92e]:first-child {
|
|
501
|
+
border-left: none; /* 移除左侧边框,如果需要的话 */
|
|
510
502
|
}
|
|
511
503
|
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
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
|
-
|
|
526
|
-
|
|
527
|
-
|
|
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
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
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
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
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
|
}
|