/* component: node-list */
.node-list {
    width: 12.5%; max-height: 100%;
    /* 隐藏滚动条 */
    overflow-x: hidden; 
    /* background-color: tomato;  */
}
.node-list::-webkit-scrollbar {
    display: none;
}

 

相关文章:

  • 2021-10-16
  • 2021-12-04
  • 2021-10-16
  • 2021-10-16
  • 2022-02-05
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-22
  • 2021-10-02
  • 2021-10-16
  • 2021-12-19
  • 2021-10-16
  • 2021-10-16
  • 2022-12-23
相关资源
相似解决方案