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

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

parent 6ceddfa8
......@@ -3,6 +3,14 @@
.video-carousel-modal {
:global {
.@{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;
......@@ -10,6 +18,8 @@
}
}
}
.swiper-wrap {
display: flex;
flex-direction: column;
......@@ -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