摘要:
公共的 common.scss (包含主题色 覆盖部分element组件主题色) $theme: #D50000; $litterTheme: #ec6059; .text-theme { color: $theme; } .bg-theme { background-color: $theme; 阅读全文
摘要:
效果图如下: 代码如下: (颜色可自行调节) ::-webkit-scrollbar { width: 10px; height: 10px; background-color: #f5f5f5; } /*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track { -w 阅读全文