Browse Source

chore: demo catalog.html

feature-copy-right-tip
wangfupeng 3 years ago
parent
commit
c29cd5c697
  1. 2
      packages/editor/demo/catalog.html
  2. 1
      packages/editor/demo/css/layout.css

2
packages/editor/demo/catalog.html

@ -65,7 +65,7 @@
</div>
<div class="page-right" style="display: flex;">
<!-- 编辑器 DOM -->
<div style="border: 1px solid #ccc; flex: 1">
<div style="border: 1px solid #ccc; flex: 1; width: calc(100vw - 370px);">
<div id="editor-toolbar" style="border-bottom: 1px solid #ccc;"></div>
<div id="editor-text-area" style="height: 600px"></div>
</div>

1
packages/editor/demo/css/layout.css

@ -15,4 +15,5 @@
.page-right {
padding: 0 10px;
flex: 1;
width: calc(100vw - 170px);
}
Loading…
Cancel
Save