Commit ed7bc3c8 authored by 邓超's avatar 邓超

fix: 修改图片库样式

parent b2b7eaeb
Pipeline #66938 passed with stages
......@@ -22,8 +22,11 @@
.modal {
.ant-tabs-content {
// height: 100%;
.ant-tabs-tabpane {
padding-left: 0 !important;
// padding-left: 0 !important;
height: 500px;
overflow-y: scroll !important;
}
}
.ant-tabs-content-holder {
......
......@@ -465,7 +465,7 @@ class PicturesWall extends React.Component<PicturesWallType> {
onChange={e => this.setState({search: e.target.value})}
allowClear/>
{/* <Search style ={{ width:'200px',margin: '10px 0 10px 100px'}} onSearch={onSearch} /> */}
<Tabs defaultActiveKey={imgBed[0]?.moduleName} tabPosition="left" style={{ height: 520, overflowY:'scroll'}}>
<Tabs defaultActiveKey={imgBed[0]?.moduleName} tabPosition="left" >
{imgBed.map((item, i) => {
if (item.moduleName == picType || item.moduleName == 'CityTemp') {
const child = [...item.child] || [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment