From 401f29bf6893d5694a67ea7cba7d314dd576a4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Sat, 5 Jul 2025 20:50:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/audit/OperationRecord.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8b12c5d..3ef22dd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "build:prod:大空间DT600N": "node update-device.js DT600N && vite build --mode prod", "build:prod:小空间DT300N": "node update-device.js DT300N && vite build --mode prod", "build:prod:拉杆箱DT100N": "node update-device.js DT100N && vite build --mode prod", - "build:prod:大空间标准版DT600B": "node update-device.js DT600B && vite build --mode prod", + "build:prod:大空间标准版DT600B": "node update-device.js DT600B && vite bu0....ild --mode prod", "increment-version:patch": "node increment-version.js patch", "increment-version:minor": "node increment-version.js minor", "increment-version:major": "node increment-version.js major", diff --git a/src/components/audit/OperationRecord.vue b/src/components/audit/OperationRecord.vue index 1d9520b..2e00b6c 100644 --- a/src/components/audit/OperationRecord.vue +++ b/src/components/audit/OperationRecord.vue @@ -119,7 +119,6 @@ const formatIndex = ( height: $main-container-height; overflow: hidden; background: $gradient-color; - box-shadow: 0px 1px 5px 0px rgba(9, 39, 62, 0.15); .audit-export { height: 50px; padding: 0 10px; @@ -128,7 +127,7 @@ const formatIndex = ( } .audit-table { overflow: auto; - height: calc(100% - 100px); + height: calc(100% - 110px); } .audit-pagination { height: 50px;