[stylelint] Fix css style in molecules components
This commit is contained in:
parent
e75e13f043
commit
fd21220317
|
@ -298,7 +298,7 @@ export default {
|
|||
}
|
||||
|
||||
.detail {
|
||||
margin: 8px 8px 0 42px;;
|
||||
margin: 8px 8px 0 42px;
|
||||
color: #909399;
|
||||
|
||||
.toot-header {
|
||||
|
|
|
@ -570,6 +570,7 @@ export default {
|
|||
.media {
|
||||
float: left;
|
||||
margin-right: 8px;
|
||||
|
||||
img {
|
||||
cursor: zoom-in;
|
||||
max-width: 200px;
|
||||
|
|
Loading…
Reference in New Issue