@zgfe/modules-dm 1.0.34-heyh.36 → 1.0.34-heyh.38
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.
|
@@ -97,6 +97,9 @@
|
|
|
97
97
|
padding: 0 16px;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
|
+
.ant-table-body{
|
|
101
|
+
min-height: 300px;
|
|
102
|
+
}
|
|
100
103
|
.ant-table-tbody {
|
|
101
104
|
> tr > td {
|
|
102
105
|
height: 50px;
|
|
@@ -514,6 +517,9 @@
|
|
|
514
517
|
gap: 12px;
|
|
515
518
|
align-items: center;
|
|
516
519
|
justify-content: start;
|
|
520
|
+
.fangxiangshang{
|
|
521
|
+
transform: rotateZ(90deg);
|
|
522
|
+
}
|
|
517
523
|
> :nth-child(1) {
|
|
518
524
|
display: flex;
|
|
519
525
|
gap: 8px;
|
|
@@ -607,6 +613,9 @@
|
|
|
607
613
|
margin-right: 10px;
|
|
608
614
|
}
|
|
609
615
|
}
|
|
616
|
+
.ant-drawer-content-wrapper{
|
|
617
|
+
overflow-x: hidden;
|
|
618
|
+
}
|
|
610
619
|
.ant-drawer-content,
|
|
611
620
|
.ant-drawer-wrapper-body {
|
|
612
621
|
overflow: hidden !important;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.34-heyh.
|
|
3
|
+
"version": "1.0.34-heyh.38",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"umi-request": "^1.4.0",
|
|
52
52
|
"yorkie": "^2.0.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "06acb84ca034ffb803304794e7f96f3e12ae2bad",
|
|
55
55
|
"gitHooks": {
|
|
56
56
|
"pre-commit": "lint-staged"
|
|
57
57
|
}
|