diff --git a/src/App.vue b/src/App.vue index 7acbfab9d..c0bb9fb65 100644 --- a/src/App.vue +++ b/src/App.vue @@ -194,4 +194,24 @@ export default { flex-direction: column; justify-content: center; } + +::-webkit-scrollbar { + // display: none; + width: 8px; + height: 8px; + background-color: #EBEEF5; +} +::-webkit-scrollbar-thumb { + box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); + -webkit-box-shadow: inset 0 0 6px rgba(243, 236, 236, 0.3); + background-color: #ccc; + border-radius: 8px; +} +::-webkit-scrollbar-track { + box-shadow: inset 0 0 6px rgba(0,0,0, .2); + /*滚动条的轨道*/ + border-radius: 8px; + background: rgba(255, 255, 255, 1); +} + diff --git a/src/views/components/editResi.vue b/src/views/components/editResi.vue index a25951546..0e14e714b 100644 --- a/src/views/components/editResi.vue +++ b/src/views/components/editResi.vue @@ -265,7 +265,7 @@