mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
perf: Optimize application redirection style (#11764)
This commit is contained in:
@@ -11,7 +11,13 @@
|
||||
{{ $t('commons.table.port') }}:{{ installed.httpsPort }}
|
||||
</el-button>
|
||||
|
||||
<el-popover placement="right" trigger="hover" v-if="hasLinkButton(installed)" :width="400">
|
||||
<el-popover
|
||||
placement="right"
|
||||
trigger="hover"
|
||||
v-if="hasLinkButton(installed)"
|
||||
:width="400"
|
||||
popper-class="overflow-auto"
|
||||
>
|
||||
<template #reference>
|
||||
<el-button plain icon="Promotion" size="small">{{ $t('app.toLink') }}</el-button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user