Skip to content

Commit

Permalink
fix min width for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Aug 24, 2024
1 parent 6fcf286 commit fe9e82f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/src/common/start-move-end.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ class StartMoveEnd extends EventTarget {
return;
}

this.preventDefault(e);

const ed = this.eventData;
ed.e = e;
// keep previous position
Expand Down
4 changes: 4 additions & 0 deletions packages/app/src/components/detail/attachments/comparison.vue
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,10 @@ onUnmounted(() => {
text-transform: capitalize;
}
.vui-tab {
min-width: 550px;
}
.vui-tab-header {
background: #f5f5f5;
}
Expand Down

0 comments on commit fe9e82f

Please sign in to comment.