uu
This commit is contained in:
parent
adcbf6730a
commit
aea9335afe
@ -60,7 +60,7 @@
|
|||||||
},
|
},
|
||||||
zIndex: {
|
zIndex: {
|
||||||
default () {
|
default () {
|
||||||
return 1000
|
return 990
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.dialog {
|
.dialog {
|
||||||
z-index: 1000;
|
z-index: 990;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
@ -124,7 +124,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.type-sheet {
|
.type-sheet {
|
||||||
z-index: 5000;
|
z-index: 990;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-top-left-radius: 30rpx;
|
border-top-left-radius: 30rpx;
|
||||||
@ -132,7 +132,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
max-height: 85%;
|
max-height:calc(85vh);
|
||||||
min-height: 60%;
|
min-height: 60%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view v-if="list.length < maxLen" style="width: 100%;">
|
<view v-if="list.length < maxLen">
|
||||||
<view v-if="!isSlot" @click="handleChooseFile" class="camer-btn" :style="`width:${width}rpx;height:${height}rpx;`">
|
<view v-if="!isSlot" @click="handleChooseFile" class="camer-btn" :style="`width:${width}rpx;height:${height}rpx;`">
|
||||||
<template v-if="btnText">
|
<template v-if="btnText">
|
||||||
<u-icon name="plus" size="40"></u-icon>
|
<u-icon name="plus" size="40"></u-icon>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user