@import '~@delon/theme/system/index'; @import '~@delon/abc/index'; @import '~@delon/chart/index'; @import 'app/layout/pro/styles/index.less'; @import './styles/index'; @import './styles/theme'; @layout-gutter: 8px; /* 全局滚动条美化 */ *::-webkit-scrollbar { width : (@layout-gutter); height: (@layout-gutter); } *::-webkit-scrollbar-thumb { background : #d9d9d9; cursor : pointer; border-radius: (@layout-gutter) / 2; } /* 全局隐藏input-number上下箭头 谷歌*/ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; } /* 全局隐藏input-number上下箭头 火狐*/ input[type="number"] { -moz-appearance: textfield; }