@bit-sun/business-component 4.0.11-alpha.27 → 4.0.11-alpha.28
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/package.json
CHANGED
|
@@ -833,9 +833,9 @@ const SearchSelect = forwardRef((props: any, ref: any) => {
|
|
|
833
833
|
|
|
834
834
|
const renderShowTable = (tableList, type) => {
|
|
835
835
|
const tableBoxHeighth = getTableHeigth(modalTableProps?.tableSearchForm);
|
|
836
|
-
const oSY =
|
|
836
|
+
const oSY = `calc(100vh - 391px - 82px)`; // 分页 24+16*2+10 「高 + margin * 2 + paddingBottom 10 」
|
|
837
837
|
return (
|
|
838
|
-
<div style={{ height:
|
|
838
|
+
<div style={{ height: `calc(100vh - 391px)` }}>
|
|
839
839
|
<Table
|
|
840
840
|
bordered
|
|
841
841
|
size="middle"
|