Skip to content

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

Open
@pigeon2049

Description

@pigeon2049

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
  }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @pigeon2049

        Issue actions

          [BUG] mp-cells包含封装了mp-cell的子组件时样式丢失 · Issue #240 · wechat-miniprogram/weui-miniprogram