Skip to content

Commit 93dc385

Browse files
authored
Update buyCart.vue
解决购物车与菜单列表cart_add添加后,打开购物车中的add与菜单列表的add同时出现
1 parent 0a83a88 commit 93dc385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/buyCart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
.cart_module{
106106
.add_icon{
107107
position: relative;
108-
z-index: 999;
108+
z-index: 9;
109109
}
110110
.cart_button{
111111
display: flex;

0 commit comments

Comments
 (0)