/* component: node-list */ .node-list { width: 12.5%; max-height: 100%; /* 隐藏滚动条 */ overflow-x: hidden; /* background-color: tomato; */ } .node-list::-webkit-scrollbar { display: none; }
posted on 2019-09-01 12:20 aisowe 阅读(1393) 评论(0) 收藏 举报