Commit 1303da93 authored by 刘梦焕's avatar 刘梦焕

fix: 弹窗标题高修改,内容区域设置最小高度

parent 6ceddfa8
...@@ -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;
} }
} }
} }
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