:::info
💡 根据 遗忘曲线:如果没有记录和回顾,6天后便会忘记75%的内容
笔记正是帮助你记录和回顾的工具,不必拘泥于形式,其核心是:记录、翻看、思考
:::
// 自定义滚动条样式.ant-cascader-menu {scrollbar-color: rgba(144, 147, 153, 0.3);scrollbar-width: thin;&::-webkit-scrollbar {width: 7.25px;height: 7.25px;}&::-webkit-scrollbar-thumb {background-color: rgba(144, 147, 153, 0.3);border-radius: 15px;}&::-webkit-scrollbar-thumb:hover {background-color: rgba(144, 147, 153, 0.5);}&::-webkit-scrollbar-track {opacity: 0;}&::-webkit-resizer {background-color: inherit;}}
