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

add

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