Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试操纵与 ag-grid 插件一起使用的数据表的样式。当每行的背景颜色在 CSS 溢出父级内部时,它似乎在表格末尾之前被切断。我能做些什么来避免被切断,使一切都是彩色的?
我遇到了同样的问题,并通过在课堂上使用并在课堂上删除来解决它,overflow: auto以防ag-body-viewport万一。width: 100%.ag-body-container{}
overflow: auto
ag-body-viewport
width: 100%
.ag-body-container{}