Browse Source

fix:页面样式调整

master
白凤吉 2 weeks ago
parent
commit
401f29bf68
  1. 2
      package.json
  2. 3
      src/components/audit/OperationRecord.vue

2
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",

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

Loading…
Cancel
Save