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;
}
}