Showing
1 changed file
with
2 additions
and
2 deletions
1 | <template> | 1 | <template> |
2 | <div> | 2 | <div> |
3 | - <BasicTable @register="registerTable" :dataSource="tableData"> | 3 | + <BasicTable @register="registerTable" :dataSource="tableData" style="height: 12rem"> |
4 | <template #status> | 4 | <template #status> |
5 | <Switch | 5 | <Switch |
6 | checked-children="开" | 6 | checked-children="开" |
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | /> | 11 | /> |
12 | </template> | 12 | </template> |
13 | </BasicTable> | 13 | </BasicTable> |
14 | - <div style="margin-top: -54vh"> | 14 | + <div style="margin-left: 0.44rem"> |
15 | <a-button type="primary" class="mr-4" :disabled="disabled" @click="handleFrpRemote" | 15 | <a-button type="primary" class="mr-4" :disabled="disabled" @click="handleFrpRemote" |
16 | >远程连接</a-button | 16 | >远程连接</a-button |
17 | > | 17 | > |