Skip to content

Commit

Permalink
fix(ui): fix css style for Home page
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed May 29, 2023
1 parent 06e0b50 commit 1ea2a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Tooltip :content="$t('Delete offline devices')">
<Button @click="deleteDevices" type="primary">{{ $t('Delete') }}</Button>
</Tooltip>
<div style="float: right; margin-right: 10px">
<div style="float: right; margin-right: 50px">
<span style="margin-right: 20px; color: #3399ff; font-size: 24px">{{ $t('device-count', {count: devlists.filter(dev => dev.online).length}) }}</span>
<Dropdown @on-click="handleUserCommand">
<a href="javascript:void(0)">
Expand Down

0 comments on commit 1ea2a14

Please sign in to comment.