Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
ed7bc3c8
Commit
ed7bc3c8
authored
Feb 03, 2023
by
邓超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改图片库样式
parent
b2b7eaeb
Pipeline
#66938
passed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
index.less
src/components/Upload/index.less
+4
-1
index.tsx
src/components/Upload/index.tsx
+1
-1
No files found.
src/components/Upload/index.less
View file @
ed7bc3c8
...
...
@@ -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 {
...
...
src/components/Upload/index.tsx
View file @
ed7bc3c8
...
...
@@ -465,7 +465,7 @@ class PicturesWall extends React.Component<PicturesWallType> {
onChange={e => this.setState({search: e.target.value})}
allowClear/>
{/* <Search style ={{ width:'
200
px
',margin: '
10
px
0
10
px
100
px
'}} 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] || [];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment