mirror of
https://github.com/MCSManager/UI.git
synced 2024-11-21 03:15:46 +08:00
Feat: refactor page detail
This commit is contained in:
parent
e8adc8b0ff
commit
5b015a368a
@ -15,7 +15,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="remarks" :label="$t('overview.remarks')"></el-table-column>
|
<el-table-column prop="remarks" :label="$t('overview.remarks')"></el-table-column>
|
||||||
<el-table-column :label="$t('general.operate')" style="text-align: center" width="140px">
|
<el-table-column :label="$t('general.operate')" style="text-align: center" width="260px">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
@ -30,7 +30,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</Panel>
|
</Panel>
|
||||||
|
|
||||||
<Panel>
|
<Panel v-iszh>
|
||||||
<template #title>{{ $t("container.relevantInfo") }}</template>
|
<template #title>{{ $t("container.relevantInfo") }}</template>
|
||||||
<template #default>
|
<template #default>
|
||||||
<el-row :gutter="10">
|
<el-row :gutter="10">
|
||||||
|
@ -328,13 +328,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="sub-title">
|
|
||||||
<p class="sub-title-title">{{ $t("settings.closedSource") }}</p>
|
|
||||||
<p class="sub-title-info">
|
|
||||||
{{ $t("settings.closedSourceInfo") }}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="contributors" v-if="sponsorList" v-iszh>
|
<div class="contributors" v-if="sponsorList" v-iszh>
|
||||||
<div class="sub-title">
|
<div class="sub-title">
|
||||||
<p class="sub-title-title">{{ $t("settings.sponsorList") }}</p>
|
<p class="sub-title-title">{{ $t("settings.sponsorList") }}</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user