表单设计:调整高度样式,使得分页器在页面的底部
This commit is contained in:
@ -131,6 +131,10 @@
|
|||||||
padding:0px 10px!important;
|
padding:0px 10px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:deep(.ant-tabs-content){
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
// :deep(.ant-col-15) {
|
// :deep(.ant-col-15) {
|
||||||
// flex: 0 0 calc(100% - 185px);
|
// flex: 0 0 calc(100% - 185px);
|
||||||
// max-width: initial;
|
// max-width: initial;
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div style="display:flex;background-color:white">
|
<div style="display:flex;background-color:white;height: 100%">
|
||||||
<div
|
<div
|
||||||
class="w-1/3 xl:w-1/4 overflow-hidden bg-white h-full"
|
class="w-1/3 xl:w-1/4 overflow-hidden bg-white h-full"
|
||||||
:style="{ 'border-right': '1px solid #e5e7eb' }"
|
:style="{ 'border-right': '1px solid #e5e7eb' }"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div style="display:flex;background-color:white">
|
<div style="display:flex;background-color:white;height: 100%">
|
||||||
<div
|
<div
|
||||||
class="w-1/3 xl:w-1/4 overflow-hidden bg-white h-full"
|
class="w-1/3 xl:w-1/4 overflow-hidden bg-white h-full"
|
||||||
:style="{ 'border-right': '1px solid #e5e7eb' }"
|
:style="{ 'border-right': '1px solid #e5e7eb' }"
|
||||||
|
|||||||
Reference in New Issue
Block a user