mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-18 22:22:59 +08:00
style: 修改 openresty 的端口提示 (#4532)
This commit is contained in:
parent
2ec4b2561c
commit
4814a76c47
@ -74,7 +74,19 @@
|
||||
</div>
|
||||
|
||||
<div class="ml-5" v-if="key === 'openresty' && (httpPort != 80 || httpsPort != 443)">
|
||||
<el-text type="danger">{{ $t('website.openrestyHelper', [httpPort, httpsPort]) }}</el-text>
|
||||
<el-tooltip
|
||||
effect="dark"
|
||||
:content="$t('website.openrestyHelper', [httpPort, httpsPort])"
|
||||
placement="top-start"
|
||||
>
|
||||
<el-alert
|
||||
:title="$t('app.checkTitle')"
|
||||
:closable="false"
|
||||
type="warning"
|
||||
show-icon
|
||||
class="h-8"
|
||||
/>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
|
Loading…
Reference in New Issue
Block a user