@hzab/list-render 1.12.2 → 1.12.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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # @hzab/list-render@1.12.3
2
+
3
+ fix: 操作栏整体div增加样式className
4
+
1
5
  # @hzab/list-render@1.12.2
2
6
 
3
7
  fix: card 模式无数据时显示优化
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hzab/list-render",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "description": "",
5
5
  "main": "src",
6
6
  "scripts": {
@@ -289,7 +289,7 @@ const TableRender = forwardRef(function (props, tableRef) {
289
289
  hasDelTips && typeof hasDelTips === "function" ? hasDelTips(record, index) : hasDelTips || tableDelTip;
290
290
 
291
291
  return (
292
- <div style={{ width: _colConf?.width, maxWidth: "100%" }}>
292
+ <div style={{ width: _colConf?.width, maxWidth: "100%" }} className="table-render-action">
293
293
  {Slots?.actionPrefixSlot && <Slots.actionPrefixSlot {...slotProps} />}
294
294
  {_hasDetail ? (
295
295
  <Button