Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
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
wisdom-components
Commits
1303da93
Commit
1303da93
authored
May 22, 2023
by
刘梦焕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 弹窗标题高修改,内容区域设置最小高度
parent
6ceddfa8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
index.less
packages/base-components/VideoSliderModal/src/index.less
+16
-4
No files found.
packages/base-components/VideoSliderModal/src/index.less
View file @
1303da93
...
@@ -3,11 +3,21 @@
...
@@ -3,11 +3,21 @@
.video-carousel-modal {
.video-carousel-modal {
:global {
:global {
.@{ant-prefix}-modal-body {
.@{ant-prefix}-modal-content{
position: relative;
.@{ant-prefix}-modal-close-x{
height: auto;
height: 46px;
padding: 0;
line-height: 46px;
}
.@{ant-prefix}-modal-header{
padding: 10px 20px;
}
.@{ant-prefix}-modal-body {
position: relative;
height: auto;
padding: 0;
}
}
}
}
}
.swiper-wrap {
.swiper-wrap {
...
@@ -27,6 +37,8 @@
...
@@ -27,6 +37,8 @@
.swiper-content {
.swiper-content {
flex: 1;
flex: 1;
min-height: 500px;
background: #454545;
}
}
}
}
}
}
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