Skip to content

Commit 3b6360d

Browse files
committed
fix: 🐛 resolved mock page cover in small screen (#17)
1 parent d8b5bfc commit 3b6360d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/views/mock/index.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ const onClickLeft = () => history.back();
3434

3535
<style lang="less" scoped>
3636
.container {
37-
width: 100vw;
38-
height: 100vh;
39-
overflow: hidden;
37+
width: 100%;
38+
height: 100%;
4039
padding: 74px 30px;
4140
4241
.data-label {

0 commit comments

Comments
 (0)