Commit 26bb2da1 authored by 黎博's avatar 黎博

update

parent 97264d94
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<span class="link-type" @click="jumpToDetail(scope.row.name)">{{ scope.row.name }}</span> <span class="link-type" @click="jumpToDetail(scope.row.name)">{{ scope.row.name }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="createdAt" label="创建时间" width="160" /> <el-table-column prop="createdAt" label="创建时间" width="200" />
<el-table-column prop="status" label="运行状态" width="100"> <el-table-column prop="status" label="运行状态" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag type="success" v-if="scope.row.status ==='Active'">正常</el-tag> <el-tag type="success" v-if="scope.row.status ==='Active'">正常</el-tag>
...@@ -125,7 +125,7 @@ export default { ...@@ -125,7 +125,7 @@ export default {
line-height: 40px; line-height: 40px;
margin: 0 0 10px 0px; margin: 0 0 10px 0px;
padding: 0 0 0 5px; padding: 0 0 0 5px;
font-size: 22px; font-size: 20px;
} }
.link-type, .link-type,
.link-type:focus { .link-type:focus {
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<span class="link-type" @click="jumpToDetail(scope.row.name)">{{ scope.row.name }}</span> <span class="link-type" @click="jumpToDetail(scope.row.name)">{{ scope.row.name }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="createdAt" label="创建时间" width="160" /> <el-table-column prop="createdAt" label="创建时间" width="200" />
<el-table-column prop="status" label="运行状态" width="100"> <el-table-column prop="status" label="运行状态" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag type="success" v-if="scope.row.status ==='Active'">正常</el-tag> <el-tag type="success" v-if="scope.row.status ==='Active'">正常</el-tag>
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
line-height: 40px; line-height: 40px;
margin: 0 0 10px 0px; margin: 0 0 10px 0px;
padding: 0 0 0 5px; padding: 0 0 0 5px;
font-size: 22px; font-size: 20px;
} }
.link-type, .link-type,
.link-type:focus { .link-type:focus {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment