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

table th 指定宽度:h5正常,微信小程序无效(均分) #1277

Open
whoooami opened this issue May 29, 2023 · 0 comments
Open

table th 指定宽度:h5正常,微信小程序无效(均分) #1277

whoooami opened this issue May 29, 2023 · 0 comments

Comments

@whoooami
Copy link

whoooami commented May 29, 2023

版本

1.8.8

转载链接

localhost/

重现步骤

<u-table :bg-color="themeObj['--cal-theme-color']" :th-style="{backgroundColor: themeObj['--cal-theme-color']}">
            <u-tr>
                <u-th width="10%">10%</u-th>
                <u-th width="30%">30</u-th>
                <u-th width="30%">30</u-th>
                <u-th width="30%">描述</u-th>
            </u-tr>
            <u-tr>
                <u-td width="10%">10%</u-td>
                <u-td width="30%">30</u-td>
                <u-td width="30%">30</u-td>
                <u-td width="30%">描述</u-td>
            </u-tr>
</u-table>

期望的结果是什么?

希望可以指定每一栏的宽度

实际的结果是什么?

目前在小程序上是均分

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