.container { display: flex; flex-direction: column; min-width: 266px; max-width: 266px; height: 100vh; color: #333; font-size: 12px; box-sizing: border-box; background: #fff; } .pointHead { display: flex; align-items: center; padding: 13px 10px 15px 15px; flex-shrink: 0; font-size: 14px; img { width: 16px; height: 16px; margin-right: 7px; } } .content { flex: 1; overflow-x: hidden; overflow-y: auto; padding: 0 20px; &::-webkit-scrollbar { width: 0; display: none; } }