Commit 06b6ecd8 by zhaochengxiang

调整样式

parent 3c4bc51d
......@@ -42,7 +42,7 @@ const AssetDirectory = (props) => {
alignItems: 'center',
justifyContent: 'space-between',
color: 'rgba(0, 0, 0, 0.85)',
padding: '10px 0',
padding: '10px 12px',
borderBottom: '1px solid #f0f0f0',
}}
>
......
......@@ -399,7 +399,7 @@ const AssetTable = (props) => {
justifyContent: 'space-between',
borderBottom: '1px solid #EFEFEF',
height: 52,
padding: fullScreen?'0 15px': '0'
padding: '0 12px'
}}
>
<Space>
......@@ -437,7 +437,7 @@ const AssetTable = (props) => {
</div>
<div
style={{
padding: fullScreen?'12px 15px 0':'12px 0 0',
padding: '12px 12px 0',
}}
>
<Table
......
......@@ -45,6 +45,7 @@ const ElementManage = (props) => {
style={{
height: 52,
alignItems: 'center',
padding: '0 12px',
borderBottom: '1px solid #f0f0f0',
}}
>
......
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