Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
breast-feeding-ai-demo-web
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
朱国瑞
breast-feeding-ai-demo-web
Commits
3ccf1348
Commit
3ccf1348
authored
Jun 01, 2022
by
“2957361351@qq.com”
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.5jstore.com/zhuguorui/breast-feeding-ai-demo-web
# Conflicts: # src/utils/evicePixelRatio.js
parents
c1c4bcb4
c537b246
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
complete.vue
src/views/complete.vue
+1
-1
index.vue
src/views/index.vue
+3
-3
No files found.
src/views/complete.vue
View file @
3ccf1348
...
...
@@ -106,7 +106,7 @@ export default {
height
:
100%
;
}
.pc
{
height
:
100vh
;
height
:
calc
(
var
(
--
vh
,
1vh
)
*
100
)
;
align-items
:
center
;
.main_content
{
width
:
375px
;
...
...
src/views/index.vue
View file @
3ccf1348
...
...
@@ -685,7 +685,7 @@ export default {
height
:
100%
;
}
.pc
{
height
:
100vh
;
height
:
calc
(
var
(
--
vh
,
1vh
)
*
100
)
;
align-items
:
center
;
.main_content
{
width
:
375px
;
...
...
@@ -874,8 +874,8 @@ export default {
position
:
fixed
;
left
:
0
;
top
:
0
;
width
:
100
vw
;
height
:
calc
(
var
(
--
vh
,
1vh
)
*
100
)
;
width
:
100
%
;
height
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment