@@ -4,6 +4,7 @@
display: flex;
justify-content: center;
align-items: center;
+ height: 100%;
:global {
.n-empty__icon {
@@ -247,7 +247,7 @@
flex: 1;
background-color: #fff;
border-radius: 16Px;
- height: 100%;
+ // height: 100%;
z-index: 1;
overflow: hidden;
@@ -301,6 +301,7 @@
.staffImgs {
overflow-y: auto;
&>img {
width: 100%;
@@ -318,4 +319,4 @@
.van-fade-leave-to {
opacity: 0;
}
-}
+}