@fle-ui/plus-table 1.2.30-beta.2 → 1.2.30-beta.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.
|
@@ -53,9 +53,11 @@
|
|
|
53
53
|
&.turn-left {
|
|
54
54
|
width: calc(100% - 356px);
|
|
55
55
|
}
|
|
56
|
+
}
|
|
56
57
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
// antd tree 的虚拟滚动有问题,无法滚动到底部,这里强制使用原生滚动
|
|
59
|
+
ant-pro-table-column-setting-list
|
|
60
|
+
.ant-tree.ant-tree-block-node
|
|
61
|
+
.ant-tree-list-holder-inner {
|
|
62
|
+
transform: none !important;
|
|
61
63
|
}
|
|
@@ -53,9 +53,11 @@
|
|
|
53
53
|
&.turn-left {
|
|
54
54
|
width: calc(100% - 356px);
|
|
55
55
|
}
|
|
56
|
+
}
|
|
56
57
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
// antd tree 的虚拟滚动有问题,无法滚动到底部,这里强制使用原生滚动
|
|
59
|
+
ant-pro-table-column-setting-list
|
|
60
|
+
.ant-tree.ant-tree-block-node
|
|
61
|
+
.ant-tree-list-holder-inner {
|
|
62
|
+
transform: none !important;
|
|
61
63
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fle-ui/plus-table",
|
|
3
|
-
"version": "1.2.30-beta.
|
|
3
|
+
"version": "1.2.30-beta.3",
|
|
4
4
|
"description": "@fle-ui/plus-table",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fle-ui",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"@ant-design/pro-utils": "^2.7.0",
|
|
47
47
|
"omit.js": "^2.0.2"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "2282f692ac7fbcccb23fd3d6f340a6b0a1c37c32"
|
|
50
50
|
}
|