Browse Source

历史记录列表宽度

master
sige 1 year ago
parent
commit
35c1f4dabc
  1. 3
      src/components/Setting/components/History.vue

3
src/components/Setting/components/History.vue

@ -366,7 +366,7 @@ const showDetailModal = item => {
} }
.table_wrap { .table_wrap {
// flex: 1; // flex: 1;
width: 2680px;
width: 3500px;
height: 580px; height: 580px;
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
@ -376,7 +376,6 @@ const showDetailModal = item => {
// height: 500px; // height: 500px;
// position: relative; // position: relative;
min-height: 500px; min-height: 500px;
padding-right: 20px;
.title { .title {
height: 80px; height: 80px;
position: sticky; position: sticky;

Loading…
Cancel
Save