src/App.vue
@@ -13,10 +13,11 @@ } </script> <style> <style lang="less"> ::-webkit-scrollbar { display: none; } html, body, #app { @@ -25,4 +26,8 @@ padding: 0; background-color: rgb(245, 245, 245); } .selected { color: #049C9A !important; } </style>