arco-design-vue icon indicating copy to clipboard operation
arco-design-vue copied to clipboard

table设置表头吸顶后,滚动条样式改成吸顶,随后页面被横向分成两个部分

Open Jancy96 opened this issue 1 year ago • 0 comments

基本信息

  • 依赖包名 及 版本: @arco-design/[email protected]
  • 框架版本: "vue": "^3.4.21"
  • 浏览器版本: chrome128.0.0.0

额外补充

.arco-scrollbar.arco-scrollbar-type-embed { flex-direction: column; }

预期结果

table设置表头吸顶后,滚动条样式改成吸顶,页面content和scrollbar纵向排列,非横向

复现步骤

1.table设置表头吸顶 2.滚动条样式改成吸顶 :deep(.arco-scrollbar-track-direction-horizontal) { position: sticky; top: 150px !important; } 3.表格内容区域被横向分成content和scrollbar两个部分 image

Jancy96 avatar Aug 28 '24 07:08 Jancy96