|
|
@@ -202,6 +202,23 @@ jmnode { |
|
|
|
.workspace-bigbody { |
|
|
|
overflow: hidden !important; |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar { |
|
|
|
width: 8px; |
|
|
|
border-radius: 4px; |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb { |
|
|
|
-webkit-border-radius: 10px; |
|
|
|
border-radius: 10px; |
|
|
|
height: 10px; |
|
|
|
background-color: #adadad; |
|
|
|
} |
|
|
|
|
|
|
|
/*当前窗口失去焦点时的滑块样式*/ |
|
|
|
::-webkit-scrollbar-thumb:window-inactive { |
|
|
|
background-color: #adadad; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|