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;