diff --git a/src/views/History.vue b/src/views/History.vue
index e8ce23e..6439de3 100644
--- a/src/views/History.vue
+++ b/src/views/History.vue
@@ -3,7 +3,7 @@
删除
-
-
+
@@ -263,4 +263,10 @@
right: 3rem;
}
}
+
+ .craft_table{
+ height: 65vh;
+ background: #ffffff;
+ }
+
\ No newline at end of file
diff --git a/src/views/matrixManage/matrixList.vue b/src/views/matrixManage/matrixList.vue
index b5d97b6..5dfff15 100644
--- a/src/views/matrixManage/matrixList.vue
+++ b/src/views/matrixManage/matrixList.vue
@@ -19,7 +19,7 @@
-
+
@@ -179,4 +179,9 @@
right: 3rem;
}
}
+ .matrix_table{
+ padding:20px;
+ height: 65vh;
+ background: #ffffff;
+ }
\ No newline at end of file