antd-management-fast-framework 1.12.86 → 1.12.87
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.
|
@@ -1422,7 +1422,10 @@ var ListBase = /*#__PURE__*/function (_AuthorizationWrapper) {
|
|
|
1422
1422
|
};
|
|
1423
1423
|
|
|
1424
1424
|
_this.renderListItemDropdown = function (record) {
|
|
1425
|
-
|
|
1425
|
+
var config = _this.establishListItemDropdownConfig(record);
|
|
1426
|
+
|
|
1427
|
+
config.placement = 'topRight';
|
|
1428
|
+
return (0, _FunctionComponent.buildDropdown)(config);
|
|
1426
1429
|
};
|
|
1427
1430
|
|
|
1428
1431
|
_this.renderPageContent = function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-framework",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.87",
|
|
4
4
|
"description": "antd-management-fast-framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-framework"
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"src/framework",
|
|
222
222
|
"src/utils"
|
|
223
223
|
],
|
|
224
|
-
"gitHead": "
|
|
224
|
+
"gitHead": "e63e18b371770d19cf3baa86c604bd96f5cdf851",
|
|
225
225
|
"gitHooks": {
|
|
226
226
|
"pre-commit": "lint-staged"
|
|
227
227
|
}
|