Fixed: Fix the styling issue of the connect button when it is disabled.

This commit is contained in:
zhaojisen 2025-04-15 18:34:37 +08:00 committed by ZhaoJiSen
parent 9b127470e2
commit bf687802d0

View File

@ -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">