Commit ed5fc110 authored by wenmo's avatar wenmo

滚动条优化

parent 45ccc198
@import '~antd/lib/style/themes/default.less'; @import '~antd/lib/style/themes/default.less';
.container{ .container{
background: #fafafa; background: #fafafa;
//border: 1px solid #e6f7ff; border: 1px solid #e6f7ff;
} }
.ant-divider-horizontal-0 { .ant-divider-horizontal-0 {
......
...@@ -28,7 +28,7 @@ const Studio: React.FC<StudioProps> = (props) => { ...@@ -28,7 +28,7 @@ const Studio: React.FC<StudioProps> = (props) => {
const VIEW = { const VIEW = {
rightToolWidth:300, rightToolWidth:300,
leftToolWidth:300, leftToolWidth:300,
marginTop:114, marginTop:116,
}; };
const [size, setSize] = useState({ const [size, setSize] = useState({
width: document.documentElement.clientWidth-1, width: document.documentElement.clientWidth-1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment