From 5bd66255ccd4e995337b9039094964d2677db4cc Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期二, 22 二月 2022 17:19:06 +0800
Subject: [PATCH] 完善日志监控模块, 需要配合valog-server使用
---
src/pages/shuohuangMonitorAnalyze/components/lkgManage.vue | 24 ++++++++++++++----------
1 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/src/pages/shuohuangMonitorAnalyze/components/lkgManage.vue b/src/pages/shuohuangMonitorAnalyze/components/lkgManage.vue
index e43bbdf..d684bb0 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/lkgManage.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/lkgManage.vue
@@ -9,12 +9,15 @@
:loading="uploading"
>涓婁紶 LKJ 鏁版嵁鏂囦欢</el-button
> -->
+ <el-tooltip class="item" effect="dark" content="涓婁紶 LKJ 鏁版嵁鏂囦欢" placement="bottom">
<span
class="icon iconfont"
@click="uploadDirectoryTrigger"
style="font-size: 34px; color: #92abd1"
></span
>
+ </el-tooltip>
+
<input
ref="directoryInput"
@change="importDirectory"
@@ -142,8 +145,9 @@
<style lang="scss">
.lkg-manage {
background: #fff;
- padding: 25px 33px;box-shadow: 0px 3px 6px rgba(160, 174, 230, 0.56);
-border-radius: 10px;
+ padding: 25px 33px;
+ box-shadow: 0px 3px 6px rgba(160, 174, 230, 0.56);
+ border-radius: 10px;
.import-btn {
text-align: left;
margin-bottom: 10px;
@@ -181,18 +185,18 @@
}
.icon-wrap {
background: #9dabc1;
- width: 24px; height: 24px;
+ width: 24px;
+ height: 24px;
border-radius: 50%;
text-align: center;
.del-icon {
- color: #fff;
- font-size: 21px;
- cursor: pointer;
+ color: #fff;
+ font-size: 21px;
+ cursor: pointer;
+ }
}
+ .icon-wrap:hover {
+ background: #d94141;
}
- .icon-wrap:hover{
- background: #D94141;
- }
-
}
</style>
\ No newline at end of file
--
Gitblit v1.8.0