From b1cc03bbc0b301414ce9fbaf4d19e697418bab1b Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Tue, 4 Mar 2025 02:01:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=A5=E8=89=BA=E7=AE=A1?= =?UTF-8?q?=E7=90=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/History.vue | 14 ++++++++------ src/views/matrixCraft/index.vue | 8 +++++++- src/views/matrixManage/matrixList.vue | 7 ++++++- 3 files changed, 21 insertions(+), 8 deletions(-) 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 @@
删除
-
+
@@ -24,7 +24,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