修复层级覆盖bug
This commit is contained in:
parent
38b4229884
commit
b7bd015b22
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view>
|
||||
<button @click="click" :class="{'my_btn_new_btn': position, 'my_btn_no_positon': !position, 'my_btn_disabled': my_btn_disabled}">{{text}}</button>
|
||||
<button @click.stop="click" :class="{'my_btn_new_btn': position, 'my_btn_no_positon': !position, 'my_btn_disabled': my_btn_disabled}">{{text}}</button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 9999999;
|
||||
// z-index: 9999999;
|
||||
width: 100%;
|
||||
border-radius: 0;
|
||||
color: #fff;
|
||||
|
Loading…
x
Reference in New Issue
Block a user