1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00

style: Code Style Format (#7351)

This commit is contained in:
2024-12-12 17:33:49 +08:00 committed by GitHub
parent c0e0db670c
commit ed1b2613f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View File

@ -130,7 +130,7 @@ import { Host } from '@/api/interface/host';
import { ElMessageBox } from 'element-plus';
import i18n from '@/lang';
import { MsgSuccess } from '@/utils/message';
import {Position} from "@element-plus/icons-vue";
import { Position } from '@element-plus/icons-vue';
const loading = ref();
const activeTag = ref('address');

View File

@ -44,7 +44,11 @@
<span v-if="!data.isExist">{{ $t('tool.supervisor.notSupport') }}</span>
<span v-else-if="!data.ctlExist">{{ $t('tool.supervisor.notSupportCrl') }}</span>
<span v-else-if="data.init">{{ $t('tool.supervisor.initHelper') }}</span>
<span @click="toDoc()" v-if="!data.isExist || !data.ctlExist" class="flex items-center justify-center gap-0.5">
<span
@click="toDoc()"
v-if="!data.isExist || !data.ctlExist"
class="flex items-center justify-center gap-0.5"
>
<el-icon><Position /></el-icon>
{{ $t('firewall.quickJump') }}
</span>

View File

@ -94,7 +94,7 @@
</div>
</template>
</el-table-column>
<el-table-column :label="$t('website.sitePath')" prop="sitePath">
<el-table-column :label="$t('website.sitePath')" prop="sitePath" width="90px">
<template #default="{ row }">
<el-button type="primary" link @click="toFolder(row.sitePath + '/index')">
<el-icon>
@ -134,7 +134,7 @@
:label="$t('website.expireDate')"
prop="expireDate"
:sortable="'custom'"
min-width="120px"
min-width="150px"
>
<template #default="{ row }">
<div v-if="row.showdate">