提交 7bb2ddae 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 c42329d6
......@@ -31,7 +31,7 @@
closeable
round
position="bottom"
:style="{ height: '500px' }"
:style="{ height: '500px' ,overflow:'hidden'}"
>
<div class="popup-title">
选择被保险人
......@@ -212,11 +212,10 @@ export default {
.popup-list{
position: absolute;
width: 100%;
top: 25px;
height: calc(100% - 105px);
top: 50px;
height: calc(100% - 135px);
overflow: auto;
padding-top: 25px;
padding-bottom: 80px;
padding-bottom: 130px;
}
.popup-list-item{
display: flex;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册