样式修改

main
zjlnb666 4 weeks ago
parent fefff7d523
commit f374e0df85

@ -6,7 +6,7 @@ import AssetTable from "@/pages/assetmangement_assetlist/compontent/table";
const {Search}= Input
const AssetList = ()=>{
return(
<div style={{padding:'20px'}}>
<div style={{padding:'20px',overflowY:'auto',}}>
<Row justify={'space-between'}>
<Col>
<Title title={'查询条件'}></Title>

@ -135,8 +135,8 @@
background-color: #ffffff;
// border-radius: 6px;
overflow-y: auto;
// height: 100%;
overflow: auto;
height: 100%;
//overflow: auto;
}
}

Loading…
Cancel
Save