Skip to content

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

@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
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions