mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 23:17:21 +08:00
style: Optimize the layout of app operation buttons (#7322)
This commit is contained in:
parent
932da58759
commit
cbad4dd172
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue