NEZ-1119 fix: 修复user 详细视图 - terminal log state 缺少图标

This commit is contained in:
@changcode
2021-10-28 16:43:57 +08:00
parent 09aaf4c787
commit b0765eeb62
2 changed files with 2 additions and 1 deletions

View File

@@ -344,6 +344,7 @@ export default {
position: relative; position: relative;
padding: 0; padding: 0;
background-color: #fff; background-color: #fff;
overflow-y: hidden;
} }
.sub-box /deep/ .top-tools.top-tools--sub{ .sub-box /deep/ .top-tools.top-tools--sub{
border: none; border: none;

View File

@@ -213,7 +213,7 @@ export default {
}, },
statusClass () { statusClass () {
return function (status) { return function (status) {
switch (status) { switch (Number(status)) {
case 0: case 0:
return 'nz-icon-connecting color23bf9a' return 'nz-icon-connecting color23bf9a'
case 1: case 1: