Skip to content

Commit

Permalink
fixed css
Browse files Browse the repository at this point in the history
  • Loading branch information
miniflycn committed Aug 16, 2022
1 parent efb6c50 commit c2c4ce8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions activity-page-editor/src/assets/main.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
@import "./base.css";

#app {
max-width: 1280px;
margin: 0;
padding: 2rem;

font-weight: normal;
}

Expand Down
1 change: 0 additions & 1 deletion activity-page-editor/src/components/Render.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export default {
script.type = 'module'
script.innerHTML = js
window.__render__ = (Component) => {
console.log(Component)
this.$.components.Current = Component
this.current = 'Current'
}
Expand Down

0 comments on commit c2c4ce8

Please sign in to comment.