Compare commits

...

2 Commits

Author SHA1 Message Date
xinadmin a636bd31b5 前端打包 2026-09-07 12:21:40 +08:00
xinadmin b784210012 账单样式 2026-09-07 12:21:01 +08:00
5 changed files with 6 additions and 5 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/favicons.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>XinAdmin</title>
<script type="module" crossorigin src="/assets/index-wuX9SPpH.js"></script>
<script type="module" crossorigin src="/assets/index-BudXCv_k.js"></script>
<link rel="modulepreload" crossorigin href="/assets/rolldown-runtime-BgaNhQyE.js">
<link rel="modulepreload" crossorigin href="/assets/jsx-runtime-CRBytmvs.js">
<link rel="modulepreload" crossorigin href="/assets/chunk-KS7C4IRE-Zm15rq6F.js">
+2 -1
View File
@@ -688,6 +688,7 @@ const PurchaseOrderPage: React.FC = () => {
key={`${row.product_id}-${store.id}-${quantity}`}
size="small"
min={0}
styles={{ input: { textAlign: 'center' }, root: {width: 80} }}
precision={0}
className="w-full"
defaultValue={quantity}
@@ -1344,7 +1345,7 @@ const PurchaseOrderPage: React.FC = () => {
dataSource={detail.items}
onChange={(_pagination, filters) => setItemColumnFilters(filters)}
pagination={false}
scroll={{ x: 1200, y: 800 }}
scroll={{ x: 900 + (detail?.stores.length * 100), y: 500 }}
summary={renderSummary}
/>
</>