mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
Docs: update some style
This commit is contained in:
parent
f8d6de2095
commit
5851bab344
@ -250,7 +250,7 @@ InstantClickChangeFns.push(function() {
|
||||
width += 'px';
|
||||
}
|
||||
|
||||
let mountNode = $('<div class="preview-image-boxes ' + (coverImg ? 'pack' : '') + '" style="width: ' + width + '"></div>')[0];
|
||||
let mountNode = $('<div class="preview-image-boxes cleafix ' + (coverImg ? 'pack' : '') + '" style="width: ' + width + '"></div>')[0];
|
||||
box.replaceWith(mountNode);
|
||||
ReactDOM.render(<span>{priviewImgs}</span>, mountNode);
|
||||
});
|
||||
|
@ -1174,7 +1174,6 @@ a.entry-link:hover .anticon-smile {
|
||||
float: right;
|
||||
margin: 0 0 110px 60px;
|
||||
width: 616px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.preview-image-boxes + .preview-image-boxes {
|
||||
|
Loading…
Reference in New Issue
Block a user