Browse Source

style: 取消网站页面的提示

pull/206/head
zhengkunwang223 2 years ago committed by zhengkunwang223
parent
commit
b518463c90
  1. 8
      frontend/src/views/website/website/index.vue

8
frontend/src/views/website/website/index.vue

@ -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…
Cancel
Save