style: Optimize the layout of app operation buttons (#7322)

This commit is contained in:
蘭
2024-12-11 06:23:43 +00:00
committed by GitHub
parent 932da58759
commit cbad4dd172
@@ -247,7 +247,7 @@
</div>
<div class="app-divider" />
<div
class="d-button"
class="d-button flex flex-wrap items-center justify-start gap-3"
v-if="mode === 'installed' && installed.status != 'Installing'"
>
<el-button
@@ -642,4 +642,9 @@ onUnmounted(() => {
max-height: 500px;
overflow-y: auto;
}
.d-button {
.el-button + .el-button {
margin-left: 0;
}
}
</style>