Browse Source

历史记录宽度修改

master
sige 1 year ago
parent
commit
49e8f4b7cb
  1. 5
      src/components/Setting/components/History.vue

5
src/components/Setting/components/History.vue

@ -366,7 +366,7 @@ const showDetailModal = item => {
}
.table_wrap {
// flex: 1;
width: 3500px;
width: 100%;
height: 580px;
display: flex;
justify-content: space-evenly;
@ -374,7 +374,7 @@ const showDetailModal = item => {
overflow: scroll;
.table_column {
// height: 500px;
// position: relative;
padding : 0 10px;
min-height: 500px;
.title {
height: 80px;
@ -397,6 +397,7 @@ const showDetailModal = item => {
.first_box {
position: relative;
.content {
white-space: nowrap;
height: 60px;
display: flex;
align-items: center;

Loading…
Cancel
Save