Commit cc117fd6 authored by 邓超's avatar 邓超

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

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