weui-miniprogram icon indicating copy to clipboard operation
weui-miniprogram copied to clipboard

[BUG] mp-cells包含封装了mp-cell的子组件时样式丢失

Open pigeon2049 opened this issue 1 year ago • 0 comments

Bug描述

父组件使用mp-cells 包含了直接封装了 mp-cell的子组件 子组件在mp-cells内的上下边框消失

复现方式

父组件

    <mp-cells >
         <MyComponent >
         </MyComponent >
         <mp-cell>
         </mp-cell>
    </mp-cells >

子组件MyComponent.wxml

<mp-cell hover link value="test">
</mp-cell>

版本信息

  • weui 版本 [useExtendedLib 引入则直接填写 useExtendedLib] :
  "useExtendedLib": {
    "weui": true
  }

pigeon2049 avatar Dec 14 '23 03:12 pigeon2049