mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
style: Optimize the layout of app operation buttons (#7322)
This commit is contained in:
parent
932da58759
commit
cbad4dd172
@ -247,7 +247,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="app-divider" />
|
<div class="app-divider" />
|
||||||
<div
|
<div
|
||||||
class="d-button"
|
class="d-button flex flex-wrap items-center justify-start gap-3"
|
||||||
v-if="mode === 'installed' && installed.status != 'Installing'"
|
v-if="mode === 'installed' && installed.status != 'Installing'"
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
@ -642,4 +642,9 @@ onUnmounted(() => {
|
|||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
.d-button {
|
||||||
|
.el-button + .el-button {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user