Commit 2290352c2d6f056dec6a56635eb1d351057f057f

Authored by fengtao
1 parent 30a15ce6

pref:优化TBox信息 远程连接按钮样式错乱问题

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 >
... ...