@@ -59,7 +59,7 @@ export default Vue.extend({
background-color: #fff;
box-shadow: 0px 4px 10px rgba(78, 89, 105, 0.06);
position: fixed;
- z-index: 4;
+ z-index: 2022;
.logo-title {
height: 100%;
display: flex;
@@ -20,7 +20,7 @@
<el-table :data="tableData" style="width: 100%">
<el-table-column prop="url" label="URL" min-width="140">
<template slot-scope="scope">
- <p class="url-p" :class="{'url-gray': scope.row.status === 0}">{{ scope.row.url }}</p>
+ <p class="url-p" :class="{'url-gray': scope.row.status === -1}">{{ scope.row.url }}</p>
</template>
</el-table-column>
<el-table-column prop="events" label="Events" class-name="events" min-width="210">