Compare commits

..

No commits in common. "0b00f4bc7eb3ba9b7767b55420f4c92f5d7af6cf" and "65a9dd3cf17cd07008680fa01a6d5c308739c3c4" have entirely different histories.

1 changed files with 1 additions and 30 deletions

View File

@ -97,32 +97,7 @@
class="table"
@sort-change="handleSortByColumn"
>
<el-table-column type="index" width="50">
<template slot-scope="scope">
<span
style="
display: flex;
align-items: center;
justify-content: flex-end;
"
>
<el-tooltip
class="item"
effect="dark"
:content="$t('system:loginLog:label:IsLoginUncommonly')"
placement="top"
style="margin-right: 3px"
v-if="scope.row.IsLoginUncommonly"
>
<i
v-if="scope.row.IsLoginUncommonly"
class="el-icon-warning icon-i"
></i>
</el-tooltip>
<span>{{ scope.$index + 1 }}</span>
</span>
</template>
</el-table-column>
<el-table-column type="index" width="50" />
<el-table-column
:label="$t('system:loginLog:table:OptType')"
prop="OptType"
@ -353,9 +328,5 @@ export default {
text-align: right;
}
}
.icon-i {
color: #f56c6c;
cursor: pointer;
}
}
</style>