wzyyy 3 лет назад
Родитель
Сommit
dac6c9a38c

+ 2 - 0
src/pages/rule-engine/Scene/Save/action/DeviceOutput/device/index.tsx

@@ -342,6 +342,8 @@ export default observer((props: Props) => {
             />
             <div>
               <ProTableCard<DeviceInstance>
+                noPadding
+                cardScrollY={460}
                 actionRef={actionRef}
                 columns={columns}
                 rowKey="id"

+ 2 - 0
src/pages/rule-engine/Scene/Save/action/DeviceOutput/product/index.tsx

@@ -223,6 +223,8 @@ export default observer((props: Props) => {
         }}
       >
         <ProTableCard<ProductItem>
+          noPadding
+          cardScrollY={460}
           actionRef={actionRef}
           columns={columns}
           rowKey="id"