chenyc
2022-10-21 9f092fdb4b039e47126205f6127300f2729d661f
src/App.vue
@@ -8,28 +8,11 @@
<script setup lang="ts">
</script>
<style scoped>
<style scoped lang="scss">
.app-view {
    padding: 16px;
    position: relative;
    top: 60px;
    display: grid;
    background-color:#F6FAFF;
}
::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.7);
}
/* 滚动条 */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ababab;
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #ababab;
}
</style>