We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f9044 commit e1a9f98Copy full SHA for e1a9f98
packages/machine-setup/frontend/src/App.vue
@@ -14,7 +14,15 @@
14
</n-card>
15
<n-card bordered shadow="always" title="Stream Info">
16
<p>摄像头服务: 未配置</p>
17
+ <n-space style="width: 100%;">
18
+ <n-button type="primary" style="width: 100%;">启动</n-button>
19
+ <n-button type="info" style="width: 100%;">测试</n-button>
20
+ </n-space>
21
<p>麦克风服务: 未配置</p>
22
23
24
25
26
27
</n-gi>
28
<n-gi>
0 commit comments