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