NEZ-2246 fix : Asset list详情界面Log搜素按钮无效且未进行自动刷新

This commit is contained in:
likexuan
2022-10-18 14:33:45 +08:00
parent 44c89a1ab9
commit 2a1dbdb7bf
2 changed files with 25 additions and 2 deletions

View File

@@ -326,3 +326,11 @@
}
}
}
//log 二级页面搜索框
#logBottomTab {
.search-icon-btn {
.el-icon-search {
color: $--color-text-regular;
}
}
}