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

style: 已安装 样式调整

This commit is contained in:
zhengkunwang223 2022-11-23 17:04:17 +08:00 committed by zhengkunwang223
parent 70c2185cf4
commit d8971b05c1

View File

@ -3,31 +3,31 @@
<div class="app-content" v-if="data.isExist">
<el-card class="app-card" v-loading="loading">
<el-row :gutter="20">
<el-col :span="1">
<el-col :xs="8" :sm="6" :md="4" :lg="3" :xl="1">
<div>
<el-tag effect="dark" type="success">{{ data.app }}</el-tag>
</div>
</el-col>
<el-col :span="2">
<el-col :xs="8" :sm="6" :md="4" :lg="3" :xl="2">
<div>
{{ $t('app.version') }}:
<el-tag type="info">{{ data.version }}</el-tag>
</div>
</el-col>
<el-col :span="2">
<el-col :xs="8" :sm="6" :md="4" :lg="3" :xl="2">
<div>
{{ $t('commons.table.status') }}:
<el-tag type="success">{{ data.status }}</el-tag>
</div>
</el-col>
<el-col :span="4">
<el-col :xs="8" :sm="6" :md="4" :lg="3" :xl="2">
<div>
{{ $t('website.lastBackupAt') }}:
<el-tag v-if="data.lastBackupAt != ''" type="info">{{ data.lastBackupAt }}</el-tag>
<span else>{{ $t('website.null') }}</span>
</div>
</el-col>
<el-col :span="6">
<el-col :xs="8" :sm="6" :md="4" :lg="3" :xl="6">
<el-button type="primary" link @click="onOperate('restart')">{{ $t('app.restart') }}</el-button>
<el-button type="primary" link @click="setting">{{ $t('commons.button.set') }}</el-button>
</el-col>