mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 06:32:59 +08:00
style: 取消网站页面的提示
This commit is contained in:
parent
94fbb265fa
commit
b518463c90
@ -75,7 +75,7 @@
|
||||
>
|
||||
<template #default="{ row }">
|
||||
<el-button link :icon="Promotion" @click="openUrl(row)"></el-button>
|
||||
<span>
|
||||
<!-- <span>
|
||||
<el-link
|
||||
style="margin-left: 10px"
|
||||
type="primary"
|
||||
@ -84,7 +84,11 @@
|
||||
>
|
||||
<MsgInfo :info="row.primaryDomain" width="300" />
|
||||
</el-link>
|
||||
</span>
|
||||
</span> -->
|
||||
|
||||
<el-link type="primary" :underline="false" @click="openConfig(row.id)">
|
||||
<span style="margin-left: 10px">{{ row.primaryDomain }}</span>
|
||||
</el-link>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('commons.table.type')" fix show-overflow-tooltip prop="type">
|
||||
|
Loading…
Reference in New Issue
Block a user