feat: 应用商店,已安装列表,调整禁用状态的按钮样式

pull/154/head
zhengkunwang223 2023-02-20 17:47:46 +08:00 committed by zhengkunwang223
parent 1895219787
commit 1da25c1f60
1 changed files with 5 additions and 2 deletions

View File

@ -123,11 +123,14 @@
</div>
</div>
<div class="app-divider" />
<div class="d-button" v-if="mode === 'installed'">
<div
class="d-button"
v-if="mode === 'installed' && installed.status != 'Installing'"
>
<el-button
v-for="(button, key) in buttons"
:key="key"
type="primary"
:type="!button.disabled ? 'primary' : 'info'"
plain
round
size="small"