Commit e46ee8a3 authored by 田翔's avatar 田翔

fix: 代码优化

parent a0b143a5
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "5.5.8", "version": "5.5.9",
"description": "5.5.8 增加台账树形结构", "description": "5.5.9 样式细节优化",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -346,7 +346,6 @@ const Account = (props, ref) => { ...@@ -346,7 +346,6 @@ const Account = (props, ref) => {
<div <div
style={{ style={{
width: treeShow ? '236px' : '0', width: treeShow ? '236px' : '0',
padding: treeShow ? '10px' : '0',
}} }}
className={styles.left} className={styles.left}
> >
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
.left { .left {
width: 236px; width: 236px;
height: 100%; height: 100%;
padding: 10px;
margin-right: 14px; margin-right: 14px;
position: relative; position: relative;
transition: all 0.3s ease-out; transition: all 0.3s ease-out;
......
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