diff --git a/pc4mobx/organization/style/index.less b/pc4mobx/organization/style/index.less index deb176d..962a0d0 100644 --- a/pc4mobx/organization/style/index.less +++ b/pc4mobx/organization/style/index.less @@ -26,7 +26,9 @@ body { body, html { height: 100%; - overflow: scroll !important + overflow: scroll !important; + scrollbar-width: none; //火狐滚动条处理 + } ::-webkit-scrollbar {