💄 Improve slightly display of Executions

This commit is contained in:
Jan Oberhauser 2019-10-06 11:09:01 +02:00
parent 31cbeae09e
commit 9d01f79778

View file

@ -62,8 +62,8 @@
</span>
</template>
</el-table-column>
<el-table-column label="Status" width="120">
<template slot-scope="scope">
<el-table-column label="Status" width="120" align="center">
<template slot-scope="scope" align="center">
<el-tooltip placement="top" effect="light">
<div slot="content" v-html="statusTooltipText(scope.row)"></div>
@ -533,7 +533,7 @@ export default mixins(
}
.el-table tr:hover.currently-running td {
background-color: #907070 !important;
background-color: darken($--color-primary-light, 3% ) !important;
}
</style>