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.21.5
3.2.12
Chrome Version 95.0.4638.69 (Official Build) (64-bit)
Ubuntu 20.04.3 LTS
https://codesandbox.io/s/ancient-field-qtymc?file=/src/Demo.vue
none, open the codesandbox link and you will see the error render result 无复现步骤, 打开 codesandbox link 就可以看见错误的渲染结果
expect the box shadow of left fixed and right fixed columns should affect the whole column
except the right fixed column render order as what we declare in the example code, i.e, a1, a2, b1, b2
期望 left fixed 和 right fixed column 的 box-shadow 可以作用到一整列
期望 right fixed column 的渲染顺序如代码中指定的一样, 即 a1, a2, b1, b2
the box shadow of left fixed and right fixed columns only affect the top most group column
the right fixed column render order is reversed, i.e, a2, a1, b2, b1
left fixed 和 right fixed column 的 box-shadow 只作用在最顶层的 group column
right fixed column 的渲染顺序是反转的, 即 a2, a1, b2, b1
The text was updated successfully, but these errors were encountered:
pr 已提交 #1833
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
TuSimple/naive-ui version (版本)
2.21.5
Vue version (Vue 版本)
3.2.12
Browser and its version (浏览器及其版本)
Chrome Version 95.0.4638.69 (Official Build) (64-bit)
System and its version (系统及其版本)
Ubuntu 20.04.3 LTS
Node version (Node 版本)
Reappearance link (重现链接)
https://codesandbox.io/s/ancient-field-qtymc?file=/src/Demo.vue
Reappearance steps (重现步骤)
none, open the codesandbox link and you will see the error render result
无复现步骤, 打开 codesandbox link 就可以看见错误的渲染结果
Expected results (期望的结果)
expect the box shadow of left fixed and right fixed columns should affect the whole column
except the right fixed column render order as what we declare in the example code, i.e, a1, a2, b1, b2
期望 left fixed 和 right fixed column 的 box-shadow 可以作用到一整列
期望 right fixed column 的渲染顺序如代码中指定的一样, 即 a1, a2, b1, b2
Actual results (实际的结果)
the box shadow of left fixed and right fixed columns only affect the top most group column
the right fixed column render order is reversed, i.e, a2, a1, b2, b1
left fixed 和 right fixed column 的 box-shadow 只作用在最顶层的 group column
right fixed column 的渲染顺序是反转的, 即 a2, a1, b2, b1
Remarks (补充说明)
The text was updated successfully, but these errors were encountered: