From a642307d94aacbba4f12e9065abbc8c3db10d36d Mon Sep 17 00:00:00 2001
From: fanluyan <754122931@qq.com>
Date: Mon, 20 May 2024 09:01:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/homePage/index.vue | 165 +++++++++++++++++------------------
src/views/logList/index.vue | 146 +++++++++++++++++++++----------
2 files changed, 179 insertions(+), 132 deletions(-)
diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue
index 7e5b964..3b9588a 100644
--- a/src/views/homePage/index.vue
+++ b/src/views/homePage/index.vue
@@ -9,11 +9,7 @@
>
-
+
-
@@ -67,8 +62,7 @@
:label="item.name"
:value="item.id"
>
-
-
+
@@ -79,8 +73,8 @@
:label="item.name"
:value="item.id"
>
- {{ item.name }}-{{ item.id }}
-
+ {{ item.name }}-{{ item.id }}
+
@@ -98,8 +92,8 @@
-
@@ -169,15 +206,31 @@ export default {
height: calc(100% - 24px);
width: calc(100% - 24px);
padding: 12px;
- h3 {
+ .logTitle {
+ display: flex;
+ align-items: center;
+ height: 32px;
margin-bottom: 12px;
- font-size: 16px;
- line-height: 24px;
- }
+ h3 {
+ font-size: 16px;
+ }
+ .el-select {
+ margin: 0px 12px;
+ .el-input {
+ width: 100px;
+ }
+ }
+ .el-input {
+ width: 200px;
+ }
+ .el-button--small {
+ margin-left: 12px;
+ }
+ }
.boxLogTable {
- height: calc(100% - 36px);
- background: #fcc;
+ height: calc(100% - 44px);
+
.el-table__cell {
text-align: center;
}
@@ -190,7 +243,6 @@ export default {
cursor: pointer;
white-space: pre-wrap;
&:hover {
-
text-decoration: underline;
}
}