fix: modify antd style of default (#277)
This commit is contained in:
parent
1828e15bb9
commit
25339a4240
@ -12,10 +12,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ant-upload-list-item-actions {
|
.ant-upload-list-item-actions {
|
||||||
// left: auto;
|
left: auto !important;
|
||||||
// // right: 4px;
|
right: 2px !important;
|
||||||
// // top: 4px;
|
top: 2px !important;
|
||||||
// transform: none;
|
transform: none !important;
|
||||||
.ant-btn-text:hover, .ant-btn-text:focus {
|
.ant-btn-text:hover, .ant-btn-text:focus {
|
||||||
background: rgba(0, 0, 0, 0.4);
|
background: rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
@ -58,3 +58,4 @@
|
|||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user