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

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

parent 6ceddfa8
......@@ -3,11 +3,21 @@
.video-carousel-modal {
:global {
.@{ant-prefix}-modal-body {
position: relative;
height: auto;
padding: 0;
.@{ant-prefix}-modal-content{
.@{ant-prefix}-modal-close-x{
height: 46px;
line-height: 46px;
}
.@{ant-prefix}-modal-header{
padding: 10px 20px;
}
.@{ant-prefix}-modal-body {
position: relative;
height: auto;
padding: 0;
}
}
}
.swiper-wrap {
......@@ -27,6 +37,8 @@
.swiper-content {
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