Commit f2be09c1 authored by 涂伟's avatar 涂伟

fix: '台账导入按钮样式优化'

parent 07e0bd1e
Pipeline #70738 waiting for manual action with stages
......@@ -508,7 +508,14 @@ const StandingBook = props => {
[styles.userContainerHide]: !treeVisible,
})}
>
<div style={{ marginTop: '10px', marginLeft: '10px' }}>
<div
style={{
marginTop: '10px',
marginLeft: '10px',
display: 'flex',
justifyContent: 'space-between',
}}
>
<Search
style={{ width: 260 }}
placeholder="台账名称"
......
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