Files
oxygen-ui/src/components/Playground/Output/Preview/preview.scss
2024-01-12 17:06:20 +08:00

8 lines
124 B
SCSS

[data-component=playground-preview] {
display: flex;
position: relative;
iframe {
border: none;
flex: 1;
}
}