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
2.34.3
3.2.47
任何浏览器
MacOS
https://codesandbox.io/s/blissful-grass-k5w121?file=/src/Demo.vue
同时使用 span(字符串)和 suffix 属性
grid-column 应该是正确计算的值,并且在换行时 suffix 的元素不应该往后移,应该和上面元素保持平面
grid-column: NaN,且换行后元素位置不准确
The text was updated successfully, but these errors were encountered:
fix(grid-item): suffix prop won't work with responsive config, closes t…
d1adcd5
…usen-ai#4635
fix(grid-item): suffix prop won't work with responsive config, closes #…
c1e52cb
…4635 (#4639) Co-authored-by: 07akioni <07akioni2@gmail.com>
Successfully merging a pull request may close this issue.
TuSimple/naive-ui version (版本)
2.34.3
Vue version (Vue 版本)
3.2.47
Browser and its version (浏览器及其版本)
任何浏览器
System and its version (系统及其版本)
MacOS
Reappearance link (重现链接)
https://codesandbox.io/s/blissful-grass-k5w121?file=/src/Demo.vue
Reappearance steps (重现步骤)
同时使用 span(字符串)和 suffix 属性
Expected results (期望的结果)
grid-column 应该是正确计算的值,并且在换行时 suffix 的元素不应该往后移,应该和上面元素保持平面
Actual results (实际的结果)
grid-column: NaN,且换行后元素位置不准确
Remarks (补充说明)
The text was updated successfully, but these errors were encountered: