fix mixed style

This commit is contained in:
kangwei 2020-04-27 21:27:30 +08:00
parent 45cb76871e
commit de5ceeffc5
3 changed files with 22 additions and 2 deletions

View File

@ -91,6 +91,16 @@ skeleton.add({
}),
});
skeleton.add({
area: 'toolbar',
type: 'Dock',
name: 'preview2',
props: {
align: 'left',
},
content: 'aeawfeawe',
});
initTrunkPane();
Engine.init();

View File

@ -90,8 +90,6 @@
right: 10px;
top: 0;
height: 32px;
display: flex;
align-items: center;
}
}

View File

@ -28,3 +28,15 @@
}
}
}
.lc-block-field > .lc-field-body > .lc-setter-mixed {
position: static;
margin-right: 0;
>.lc-setter-actions {
position: absolute;
right: 10px;
top: 0;
height: 32px;
transform: none;
}
}