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

iOS真机未渲染tag-style定义的table的border样式 #558

Closed
suxiaogang opened this issue Oct 26, 2023 · 0 comments
Closed

iOS真机未渲染tag-style定义的table的border样式 #558

suxiaogang opened this issue Oct 26, 2023 · 0 comments
Labels
wontfix This will not be worked on

Comments

@suxiaogang
Copy link

suxiaogang commented Oct 26, 2023

使用环境

微信小程序,iOS 16.6,基础库 2.29.2

问题描述

开发者工具中可正常显示tag-style定义的td border样式,真机未能显示

复现方式

<mp-html tag-style="{{tagStyle}}" content="{{tableHTML}}" />

data: {
    tableHTML: '<table><tbody><tr><td>Cell1</td><td>Cell2</td></tr><tr><td>Cell11</td><td>Cell22</td></tr></tbody></table>',
    tagStyle: {
        table: 'border-collapse:collapse;font-size:22rpx;background-color:#f5f5f5;',
        td: 'border:1rpx solid #000;',
        hr: 'border-top:none;border-bottom:1rpx dashed #b5b5b5;margin:40rpx 0;'
    }
},
开发者工具 真机
@suxiaogang suxiaogang changed the title tag-style iOS真机未渲染 iOS真机未渲染tag-style定义的table样式 Oct 26, 2023
@suxiaogang suxiaogang changed the title iOS真机未渲染tag-style定义的table样式 iOS真机未渲染tag-style定义的部分table样式 Oct 26, 2023
@suxiaogang suxiaogang changed the title iOS真机未渲染tag-style定义的部分table样式 iOS真机未渲染tag-style定义的table的border样式 Nov 1, 2023
@jin-yufeng jin-yufeng added the wontfix This will not be worked on label Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants