Commit a5ac14c95661bcd7f62dc3bab07693539a05eb34
1 parent
59fd66b7
chore(release): 调整发票记录明细模态框中的按钮间距。
在`InvoiceRecordDetailModal`组件中,更新了按钮间距属性,以优化用户界面布局。通过引入定制的间距参数,增强了视觉一致性,并确保了与设计规范的对齐。
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/Invoice/InvoiceRecord/components/InvoiceRecordDetailModal.tsx
@@ -254,7 +254,7 @@ export default ({ id, setVisible, reloadTable }) => { | @@ -254,7 +254,7 @@ export default ({ id, setVisible, reloadTable }) => { | ||
254 | itemRender={({}, { record }) => { | 254 | itemRender={({}, { record }) => { |
255 | console.log('record' + JSON.stringify(record)); | 255 | console.log('record' + JSON.stringify(record)); |
256 | return ( | 256 | return ( |
257 | - <Space> | 257 | + <Space size={[8, 16]} wrap> |
258 | <Button | 258 | <Button |
259 | key={record.mainId} | 259 | key={record.mainId} |
260 | className="pl-1 pr-0" | 260 | className="pl-1 pr-0" |