Commit e46ee8a3 authored by 田翔's avatar 田翔

fix: 代码优化

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