Commit b246460f authored by 智勇's avatar 智勇

更新样式

parent 0980a11b
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<i v-else class="el-icon-error" style="color: #f56c6c"/> <i v-else class="el-icon-error" style="color: #f56c6c"/>
<span v-if="scope.row.serviceName !== 'rabbitmq'">{{ scope.row.serviceName }}</span> <span v-if="scope.row.serviceName !== 'rabbitmq'">{{ scope.row.serviceName }}</span>
<span v-if="scope.row.serviceName === 'rabbitmq'" > <span v-if="scope.row.serviceName === 'rabbitmq'" >
<span class="link-type" style="margin-right:10px" @click="openRabbitmq(scope.row)"> <span class="link-type" style="margin-right:5px" @click="openRabbitmq(scope.row)">
{{ scope.row.serviceName }} {{ scope.row.serviceName }}
</span> </span>
...@@ -69,7 +69,8 @@ ...@@ -69,7 +69,8 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="lanIp" prop="lanIp"
label="ip地址" width="100"
label="IP地址"
/> />
<el-table-column <el-table-column
prop="portMappings" prop="portMappings"
...@@ -92,10 +93,12 @@ ...@@ -92,10 +93,12 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="createdAt" prop="createdAt"
width="120"
label="创建时间" label="创建时间"
/> />
<el-table-column <el-table-column
prop="status" prop="status"
width="100"
label="运行状态"> label="运行状态">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.status | formatStatus }} {{ scope.row.status | formatStatus }}
......
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