Commit cc117fd6 authored by 邓超's avatar 邓超

fix: 修改角色管理按钮样式

parent d34ae4db
Pipeline #61579 passed with stages
......@@ -166,14 +166,14 @@ const ListCardItem = props => {
{isGroup ? (
<>
<FolderFilled
style={{ color: '#1890ff', verticalAlign: 'middle', marginTop: '-4px' }}
style={{ color: '#1890ff', verticalAlign: 'middle', marginTop: '0px' }}
/>
<span style={{ marginLeft: '5px' }}>{item.text}</span>
</>
) : (
<>
<FileOutlined
style={{ color: '#1890ff', verticalAlign: 'middle', marginTop: '-4px' }}
style={{ color: '#1890ff', verticalAlign: 'middle', marginTop: '0px' }}
/>
<span style={{ marginLeft: '5px' }}>{item.text}</span>
</>
......
......@@ -56,8 +56,8 @@
.btnBox {
position: absolute;
top: 55px;
right: 7px;
top: 0px;
right: 0px;
// background-color: #fff;
width: 100%;
height: 40px;
......
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