增加Scheme展示承载和模式切换页面。
This commit is contained in:
16
src/page-components/scheme/SchemeView.module.css
Normal file
16
src/page-components/scheme/SchemeView.module.css
Normal file
@@ -0,0 +1,16 @@
|
||||
@layer pages {
|
||||
.scheme_view_layout {
|
||||
flex: 1 0;
|
||||
width: 100%;
|
||||
padding: calc(var(--spacing) * 4) calc(var(--spacing) * 8);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--spacing-m);
|
||||
}
|
||||
.preview_switch_container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: var(--spacing-m);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user