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