File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/machine-setup/frontend/src Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
<n-config-provider :theme =" osTheme === 'dark' ? darkTheme : undefined" >
3
3
<n-grid x-gap =" 12" :cols =" 2" >
4
4
<n-gi >
5
- <n-card bordered shadow =" always" title =" @Hydro/XCPC-TOOLS Setup Tool" />
5
+ <n-card bordered shadow =" always" title =" @Hydro/XCPC-TOOLS Setup Tool" >
6
+ <n-statistic title =" 座位号" value =" 未配置" style =" text-align : center ; font-size : 8em ;" />
7
+ </n-card >
6
8
<n-card bordered shadow =" always" >
7
- <n-input placeholder =" 请输入座位号" type =" text" size =" large" style =" width : 100% ; margin-bottom : .5em ;" />
9
+ <n-input placeholder =" 请输入座位号" type =" text" size =" large" style =" width : 100% ; margin-bottom : .5em ;" />
8
10
<n-space x-gap =" 12" :cols =" 2" style =" width : 100% ;" >
9
11
<n-button type =" primary" style =" width : 100% ;" >保存</n-button >
10
12
<n-button type =" info" style =" width : 100% ;" >放大显示</n-button >
You can’t perform that action at this time.
0 commit comments