hejianhao
2025-03-31 8790f99a94733c7c3836706c75a77f9bbb15c2ca
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>