Skip to content

Commit

Permalink
perf: 💄 Wireless style optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Mar 27, 2024
1 parent 780e3b9 commit ba51fe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Device/components/Wireless/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</el-autocomplete>
</div>

<div class="text-gray-500 text-sm">
<div class="text-gray-500 text-sm flex-none">
:
</div>

Expand All @@ -60,6 +60,7 @@
type="primary"
:icon="loading ? '' : 'Connection'"
:loading="loading"
class="flex-none"
@click="handleConnect()"
>
{{ $t('device.wireless.connect.name') }}
Expand Down

0 comments on commit ba51fe3

Please sign in to comment.