This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
recruitment-wechat-uniapp-241012
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix(contractManage): 修复悬浮按钮可能被遮挡的问题
添加z-index属性确保悬浮按钮始终显示在最上层
master
前端-胡立永
4 weeks ago
parent
d995811b56
commit
6fd1364ce9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
pages_order/contract/contractManage.vue
+ 1
- 0
pages_order/contract/contractManage.vue
View File
@ -84,6 +84,7 @@
align
-
items
:
center
;
justify
-
content
:
center
;
background
-
color
:
$uni
-
color
;
z
-
index
:
999
;
}
}
<
/
style
>
Write
Preview
Loading…
Cancel
Save