We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
希望可以指定每一栏的宽度
目前在小程序上是均分
The text was updated successfully, but these errors were encountered:
No branches or pull requests
版本
1.8.8
转载链接
localhost/
重现步骤
期望的结果是什么?
希望可以指定每一栏的宽度
实际的结果是什么?
目前在小程序上是均分
The text was updated successfully, but these errors were encountered: