Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jisu_gongdan_phone
Project
Project
Details
Activity
Releases
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
zhanglongbao
jisu_gongdan_phone
Commits
e649e8f8
Commit
e649e8f8
authored
Sep 03, 2024
by
zhanglongbao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1c83b388
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
17 deletions
+19
-17
index.html
index.html
+12
-10
index.vue
src/components/create_form_data/index.vue
+2
-2
index.vue
src/view/code_product_detail/index.vue
+5
-5
No files found.
index.html
View file @
e649e8f8
<!
doctype
html>
<!
DOCTYPE
html>
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<meta
charset=
"UTF-8"
/>
<meta
charset=
"UTF-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no,viewport-fit=cover"
/>
<title>
极速工单
</title>
<title>
极速工单
</title>
</head>
</head>
<body>
<body>
...
...
src/components/create_form_data/index.vue
View file @
e649e8f8
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
:defaultData=
"defaultData"
:defaultData=
"defaultData"
@
editData=
"editData"
/>
@
editData=
"editData"
/>
<div
class=
"bottom bottom_button"
>
<div
class=
"bottom bottom_button
van-safe-area-bottom
"
>
<span
class=
"button plain"
@
click=
"close"
>
取消
</span>
<span
class=
"button plain"
@
click=
"close"
>
取消
</span>
<span
class=
"button"
@
click=
"confirm"
>
创建
</span>
<span
class=
"button"
@
click=
"confirm"
>
创建
</span>
</div>
</div>
...
@@ -91,7 +91,7 @@ init();
...
@@ -91,7 +91,7 @@ init();
overflow: hidden;
overflow: hidden;
.bottom {
.bottom {
padding
: 8px 20px;
margin
: 8px 20px;
flex-shrink: 0;
flex-shrink: 0;
box-sizing: border-box;
box-sizing: border-box;
}
}
...
...
src/view/code_product_detail/index.vue
View file @
e649e8f8
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
</div>
</div>
</div>
</div>
<div
class=
"operate bottom_button"
>
<div
class=
"operate bottom_button
van-safe-area-bottom
"
>
<span
<span
class=
"button plain"
class=
"button plain"
v-for=
"it in detail_config.buttons || []"
v-for=
"it in detail_config.buttons || []"
...
@@ -202,10 +202,10 @@ init();
...
@@ -202,10 +202,10 @@ init();
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.code_product_detail {
.code_product_detail {
width: 100vw;
width: 100vw;
height: 100vh;
height: 90vh;
overflow: hidden;
box-sizing: border-box;
box-sizing: border-box;
position: relative;
position: relative;
overflow: hidden;
.background_img {
.background_img {
width: 100%;
width: 100%;
...
@@ -291,8 +291,8 @@ init();
...
@@ -291,8 +291,8 @@ init();
.operate {
.operate {
position: fixed;
position: fixed;
bottom: 0;
bottom: 0;
width:
100%
;
width:
calc(100% - 40px)
;
padding: 10px 3
0px;
margin: 10px 2
0px;
box-sizing: border-box;
box-sizing: border-box;
z-index: 1;
z-index: 1;
display: flex;
display: flex;
...
...
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