fix(projects): fix NButton props conflicts.

This commit is contained in:
skyfeiz
2026-01-21 20:13:07 +08:00
committed by Soybean
parent cbfb932f8e
commit 54107acaac

View File

@@ -100,7 +100,6 @@ function toggleSelectAll(checked: boolean) {
</div>
<ButtonIcon
:disabled="!item.checked"
text
:focusable="false"
:tooltip-content="$t(tooltipRecord[item.fixed!])"
@click="handleFixed(item)"