refactor: 优化三方应用页面显示

v3.2
wxg0103 2024-09-18 18:10:47 +08:00
parent 4d6833829e
commit c1fb9346c2
1 changed files with 3 additions and 3 deletions

View File

@ -23,14 +23,14 @@
</div>
</div>
<div>
<el-button class="mr-4" @click="openDrawer(item.key)"></el-button>
<el-divider direction="vertical" />
<el-switch
size="large"
size="small"
v-model="item.isActive"
@change="changeStatus(item.key, item.isActive)"
:disabled="!item.exists"
/>
<el-divider direction="vertical" />
<el-button class="mr-4" @click="openDrawer(item.key)"></el-button>
</div>
</div>
</el-card>