Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0b892d13
authored
2026-06-01 14:50:46 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
日期遮挡
1 parent
6237a975
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
level/addApply.vue
level/addApply.vue
View file @
0b892d1
...
...
@@ -205,11 +205,11 @@
</view>
<!-- 底部按钮 -->
<view
v-if=
"active == 0"
class=
"fixedBottom"
>
<view
v-if=
"active == 0"
class=
"fixedBottom
fixedBottom-index
"
>
<button
class=
"btn-red-kx"
style=
"width: 40%;"
@
click=
"submitForm(0)"
>
保存
</button>
<button
class=
"btn-red"
style=
"width: 40%;"
@
click=
"submitForm(1)"
>
下一步
</button>
</view>
<view
v-if=
"active == 1"
class=
"fixedBottom"
>
<view
v-if=
"active == 1"
class=
"fixedBottom
fixedBottom-index2
"
>
<button
class=
"btn-red-kx"
style=
"width: 25%;"
@
click=
"prev"
>
上一步
</button>
<button
class=
"btn-red-kx"
style=
"width: 25%;"
@
click=
"submitForm2(0)"
>
保存
</button>
<button
class=
"btn-red"
style=
"width: 30%;"
@
click=
"submitForm2(1)"
>
提交审核
</button>
...
...
@@ -1411,6 +1411,12 @@ function handleDelete(row) {
opacity
:
0
;
}
}
.fixedBottom-index
{
z-index
:
9
;
}
.fixedBottom-index2
{
z-index
:
999
;
}
/* 底部按钮 */
.fixedBottom
{
...
...
@@ -1425,7 +1431,6 @@ function handleDelete(row) {
padding-bottom
:
calc
(
20
rpx
+
env
(
safe-area-inset-bottom
));
background
:
#fff
;
border-top
:
1
rpx
solid
#f0f0f0
;
z-index
:
999
;
.btn-red
{
background
:
linear-gradient
(
135deg
,
#AD181F
0%
,
#c42a2a
100%
);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment