Skip to content

Commit

Permalink
修改table高度计算方式
Browse files Browse the repository at this point in the history
  • Loading branch information
wosiwq committed Mar 28, 2024
1 parent 3b58145 commit b04fed3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/views/SystemSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:height="
bodySize.height.value -
(buttonSize.height.value + 8) -
(itemSize.height.value + 18) * 2 -
50 * formItemList.length -
50
"
:data="templateTableData"
Expand Down Expand Up @@ -56,11 +56,9 @@ const recordingPath = ref()
const fileNameAndPathTemplate = ref()
const bodyEl = ref()
const buttonEl = ref()
const itemEl = ref()
const bodySize = useElementSize(bodyEl)
const buttonSize = useElementSize(buttonEl)
const itemSize = useElementSize(itemEl)
const formItemList = ref([
{
Expand Down

0 comments on commit b04fed3

Please # to comment.