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

Loading…
Cancel
Save