mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/1Panel-dev/1Panel.git
synced 2026-09-20 08:03:55 +08:00
fix: adjust frontend panel sizing (#12660)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
v-model="open"
|
||||
:header="resource"
|
||||
@close="handleClose"
|
||||
:size="globalStore.isFullScreen ? 'full' : 'large'"
|
||||
:size="globalStore.isFullScreen ? 'full' : '60%'"
|
||||
:resource="container"
|
||||
>
|
||||
<template #extra v-if="!mobile">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
:header="$t('commons.button.log')"
|
||||
@close="handleClose"
|
||||
:resource="logSearch.container"
|
||||
:size="globalStore.isFullScreen ? 'full' : 'large'"
|
||||
:size="globalStore.isFullScreen ? 'full' : '60%'"
|
||||
>
|
||||
<template #extra v-if="!mobile">
|
||||
<el-tooltip :content="loadTooltip()" placement="top">
|
||||
|
||||
@@ -108,6 +108,6 @@ defineExpose({
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.terminal {
|
||||
height: calc(100vh - 237px);
|
||||
height: calc(100vh - 240px);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user