mo
il y a 1 an
|
@@ -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 {
|
|
|
flex: 1;
|
|
|
overflow-y: auto;
|
|
|
+ height: 100%;
|
|
|
|
|
|
&>img {
|
|
|
width: 100%;
|
|
@@ -318,4 +319,4 @@
|
|
|
.van-fade-leave-to {
|
|
|
opacity: 0;
|
|
|
}
|
|
|
-}
|
|
|
+}
|