style: 编辑页面跳转滚动条宽度

This commit is contained in:
wangjiahao 2022-03-02 14:11:17 +08:00
parent 1b7aefbc5f
commit 539b4a93c6

View File

@ -170,8 +170,8 @@ export default {
.full-height {
height: 100vh !important;
::-webkit-scrollbar {
width: 0px;
height: 0px;
width: 5px;
height: 5px;
}
}