Skip to content

Commit 4887444

Browse files
committed
doc: fix case11 col width
1 parent 09f5d9c commit 4887444

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

packages/docs/pages/examples/case11.component.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ export default function Case11() {
121121
['Total', '=SUM(B1:B3)', '=SUM(C1:C3)', '=SUM(D1:D3)', '=SUM(E1:E3)', '=SUM(F1:F3)'],
122122
],
123123
cells: {
124-
A: { label: 'Repository', width: 200 },
125-
B: { label: '⭐ Stars', width: 120, policy: 'number' },
126-
C: { label: '🍴 Forks', width: 120, policy: 'number' },
127-
D: { label: '🐛 Issues', width: 120, policy: 'number' },
128-
E: { label: '📦 Size (KB)', width: 120, policy: 'number' },
129-
F: { label: '👁 Subscribers', width: 120, policy: 'number' },
124+
A: { label: 'Repository', width: 150 },
125+
B: { label: '⭐ Stars', width: 90, policy: 'number' },
126+
C: { label: '🍴 Forks', width: 90, policy: 'number' },
127+
D: { label: '🐛 Issues', width: 90, policy: 'number' },
128+
E: { label: '📦 Size (KB)', width: 90, policy: 'number' },
129+
F: { label: '👁 Subscribers', width: 90, policy: 'number' },
130130
A1: { policy: 'repo' },
131131
A2: { policy: 'repo' },
132132
A3: { policy: 'repo' },
@@ -140,8 +140,6 @@ export default function Case11() {
140140
ensured: { numRows: 4, numCols: 6 },
141141
})}
142142
options={{
143-
sheetHeight: 160,
144-
sheetWidth: 860,
145143
mode: 'dark',
146144
}}
147145
/>

0 commit comments

Comments
 (0)