表单设计:调整高度样式,使得分页器在页面的底部

This commit is contained in:
suguangxu
2025-07-21 15:08:32 +08:00
parent cf47bb2892
commit 51cf564820
3 changed files with 6 additions and 2 deletions

View File

@ -131,6 +131,10 @@
padding:0px 10px!important;
}
:deep(.ant-tabs-content){
height: 100%;
}
// :deep(.ant-col-15) {
// flex: 0 0 calc(100% - 185px);
// max-width: initial;

View File

@ -1,5 +1,5 @@
<template>
<div style="display:flex;background-color:white">
<div style="display:flex;background-color:white;height: 100%">
<div
class="w-1/3 xl:w-1/4 overflow-hidden bg-white h-full"
:style="{ 'border-right': '1px solid #e5e7eb' }"

View File

@ -1,5 +1,5 @@
<template>
<div style="display:flex;background-color:white">
<div style="display:flex;background-color:white;height: 100%">
<div
class="w-1/3 xl:w-1/4 overflow-hidden bg-white h-full"
:style="{ 'border-right': '1px solid #e5e7eb' }"