Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pigeon2049 opened this issue Dec 14, 2023 · 0 comments
Open

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

pigeon2049 opened this issue Dec 14, 2023 · 0 comments

Comments

@pigeon2049
Copy link

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
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant