mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 11:10:51 +00:00
Fixed: Fix the styling issue of the connect button when it is disabled.
This commit is contained in:
parent
9b127470e2
commit
bf687802d0
@ -14,9 +14,10 @@
|
||||
plain
|
||||
size="mini"
|
||||
type="primary"
|
||||
:disabled="!hasPerm"
|
||||
@click="handleBtnConnect"
|
||||
>
|
||||
<i :class="iButtonIcon" />
|
||||
<i :class="iButtonIcon" :style="{ color: hasPerm ? '' : '#fff' }" />
|
||||
</el-button>
|
||||
|
||||
<el-dropdown-menu v-if="!isClick" slot="dropdown">
|
||||
|
Loading…
Reference in New Issue
Block a user