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

样式异常:按钮过大、多行文本框过大 #176

Open
1932829142 opened this issue Oct 25, 2023 · 3 comments
Open

样式异常:按钮过大、多行文本框过大 #176

1932829142 opened this issue Oct 25, 2023 · 3 comments

Comments

@1932829142
Copy link

样式异常:按钮过大、多行文本框过大

  • 问题图:image

  • 正常图:image

猜测可能有的其他问题:

  1. 卡片列表溢出
    image

  2. 其他问题:
    如图:均出现不同程度的溢出,及时设置了溢出隐藏也无法生效
    image
    正常图:
    image

如果使用sdk的方式使用amisRequire引入渲染器进行渲染不会出现这些问题,可sdk对于自定义组件的使用并不友好,因此使用veaury-lazyReactInVue的方式引入渲染器

@1932829142
Copy link
Author

补充:由于使用1.x.x版本依赖无法启动,因此修改为3.4.2
image

@1932829142
Copy link
Author

怀疑是少了某种样式
image
正常了:
image
但是我想知道如何删掉这个样式

@1932829142
Copy link
Author

添加一下样式:

<style> *, *::before, *::after { box-sizing: border-box !important; } </style>

完事!

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