Commit 3ccf1348 authored by “2957361351@qq.com”'s avatar “2957361351@qq.com”

Merge branch 'master' of http://gitlab.5jstore.com/zhuguorui/breast-feeding-ai-demo-web

# Conflicts:
#	src/utils/evicePixelRatio.js
parents c1c4bcb4 c537b246
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
height: 100%; height: 100%;
} }
.pc { .pc {
height: 100vh; height: calc(var(--vh, 1vh) * 100);
align-items: center; align-items: center;
.main_content { .main_content {
width: 375px; width: 375px;
......
...@@ -685,7 +685,7 @@ export default { ...@@ -685,7 +685,7 @@ export default {
height: 100%; height: 100%;
} }
.pc { .pc {
height: 100vh; height: calc(var(--vh, 1vh) * 100);
align-items: center; align-items: center;
.main_content { .main_content {
width: 375px; width: 375px;
...@@ -874,8 +874,8 @@ export default { ...@@ -874,8 +874,8 @@ export default {
position: fixed; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
width: 100vw; width: 100%;
height: calc(var(--vh, 1vh) * 100); height: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment