用了很多网上的方法都有用最后采取的方法是使用v-show进行状态判断,两个底部弹窗一个显示的时候另外一个进行隐藏。每次都只显示一个
uniapp-image标签显示层级始终最高问题: 当实现顶部的菜单栏固定后,下边的list列表需要上拉时,因为其显示层始终最高,所以覆盖tab栏。 解决办法使用view的background属性来加载图片(可以使用外部路径也可以使用本地图片),就可解决此类问题。
if(zIndex.value) { style.zIndex=Number(zIndex.value) } //#ifdef MP if(placeholder.value&&fixed.value) { style.height=navHeight.value Expand DownExpand Up@@ -120,7 +125,7 @@ export default defineComponent({ <template> <viewclass...
xiaohe0601 changed the title docs(avatar-group): 修复z-index无效 fix(avatar-group): 修复z-index无效 Mar 1, 2024 Member Author xiaohe0601 commented Mar 1, 2024 关联#214 View details xiaohe0601 merged commit 1b64ffc into nutui-uniapp:main Mar 1, 2024 5 checks passed Sign up for fr...
思路一:理论上的最佳层级关系是:在线客服图标层级 (movable-view)> 页面层 > 在线客服的拖动范围层(movable-area) ,在保证在线客服图标fixed定位的情况下不影响页面层的逻辑事件,那么问题来了,fixed定位的元素(movable-area)z-index如果小于其他页面层的z-index,那fixed定位的(movable-area)中的子元素(movable-view...
王爱号很肖
label,为标记点旁边增加标签,类型Object,不是必填 - 可识别换行符 anchor,经纬度在标注图标的锚点,默认底边中点,不是必填,{x, y},x表示横向(0-1),y表示竖向(0-1)。{x: .5, y: 1} 表示底边中点 marker 上的气泡 callout(Object类型) marker数组 上属性 callout 对象使用属性: content,文本,String col...
注:只有在微信内置浏览器才会生效,开放标签是基于jssdk开发的,在其他的浏览器就不好使了。 注:在index.html页面head标签里引入 (必须是1.6版本的哦 否则不会生效哒) 1. 现在我们是用的uniapp 我们直接用npm 来安装JSSDK , 命令为:npm install jweixin-module --save 当然也...
-- 精华帖 --><block v-for="(item, index) in hotList" :key="'hot'+index"><view class="p-2 flex align-center border-bottom" hover-class="bg-light"><text class="iconfont icon-zhiding text-main"></text><text class="font text-dark text-ellipsis">{{item.title}}</text></view>...