update
This commit is contained in:
@@ -4,15 +4,15 @@ export const demo = () => html`
|
||||
<style>
|
||||
.demo-container {
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
height: 100%;
|
||||
background: hsl(240 10% 4%);
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
<div class="demo-container">
|
||||
<eco-settings
|
||||
<eco-view-settings
|
||||
.activePanel=${'general'}
|
||||
></eco-settings>
|
||||
></eco-view-settings>
|
||||
</div>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user