File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 18
18
<strong >{{ $t("commons.personal.version") }}: v1.1.2</strong >
19
19
</div >
20
20
<div style =" padding :15px 20px ;box-shadow :rgb (69 70 70 ) 0 -14px 24px -12px ;" >
21
- <el-row style =" font-size : 6 px ; color : #ffffff ;text-align : center " >
21
+ <el-row style =" color : #ffffff ;text-align : center " >
22
22
<el-col :span =" 6" >
23
23
<el-link @click =" toGithub" class =" iconfont iconhuaban88" ><span >{{
24
24
$t("commons.personal.project_url")
Original file line number Diff line number Diff line change 18
18
<strong >{{ $t("commons.personal.version") }}: v1.1.2</strong >
19
19
</div >
20
20
<div style =" padding :15px 20px ;box-shadow :rgb (69 70 70 ) 0 -14px 24px -12px ;" >
21
- <el-row style =" font-size : 6 px ; color : #ffffff ;text-align : center " >
21
+ <el-row style =" color : #ffffff ;text-align : center " >
22
22
<el-col :span =" 6" >
23
23
<el-link @click =" toGithub" class =" iconfont iconhuaban88" ><span >{{
24
24
$t("commons.personal.project_url")
Original file line number Diff line number Diff line change 86
86
87
87
<el-table-column min-width =" 200" fix >
88
88
<template v-slot :default =" {row } " >
89
- <div ><el-progress type =" dashboard" :width =" 80" :format =" formatCpu" :color =" colors" :percentage =" getCpuUsed(row)" ></el-progress >
90
- <el-progress type =" dashboard" style =" white-space : pre-wrap ;" :width =" 80" :format =" formatMemory" :color =" colors" :percentage =" getMemoryUsed(row)" ></el-progress >
89
+ <div >
90
+ <el-progress type =" dashboard" :width =" 80" :format =" formatCpu" :color =" colors" :percentage =" getCpuUsed(row)" ></el-progress >
91
+ <el-progress type =" dashboard" :width =" 80" :format =" formatMemory" :color =" colors" :percentage =" getMemoryUsed(row)" ></el-progress >
91
92
</div >
92
93
</template >
93
94
</el-table-column >
105
106
fix />
106
107
107
108
108
- <el-table-column :label =" $t('commons.table.created_time ')" min-width =" 120" fix >
109
+ <el-table-column :label =" $t('commons.table.imported_time ')" min-width =" 120" fix >
109
110
<template v-slot :default =" {row } " >
110
111
{{ row.createAt | ageFormat }}
111
112
</template >
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ const message = {
46
46
name : "name" ,
47
47
kind : "kind" ,
48
48
created_time : "created at" ,
49
+ imported_time : "imported at" ,
49
50
status : "status" ,
50
51
action : "action" ,
51
52
creat_by : "created by" ,
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ const message = {
50
50
name : "名称" ,
51
51
kind : "类型" ,
52
52
created_time : "创建时间" ,
53
+ imported_time : "导入时间" ,
53
54
status : "状态" ,
54
55
action : "操作" ,
55
56
creat_by : "创建者" ,
You can’t perform that action at this time.
0 commit comments