Commit f555e15a authored by 田翔's avatar 田翔

fix: 代码修改

parent 0f90f248
...@@ -168,7 +168,7 @@ const CalculateRule = (props) => { ...@@ -168,7 +168,7 @@ const CalculateRule = (props) => {
title="计算规则" title="计算规则"
visible={visible} visible={visible}
onOk={onOk} onOk={onOk}
width="740px" width="760px"
onCancel={onCancel} onCancel={onCancel}
maskClosable={false} maskClosable={false}
destroyOnClose destroyOnClose
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
height: 500px; height: 500px;
display: flex; display: flex;
.leftTree { .leftTree {
width: 180px; width: 220px;
height: 100%; height: 100%;
margin-right: 10px; margin-right: 10px;
overflow-y: auto; overflow-y: auto;
......
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