Skip to content

Commit

Permalink
🐛 wangEditor 全屏状态遮盖问题处理
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHENFENG13 committed May 29, 2023
1 parent 7db53ac commit 1d9b9ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h3 class="card-title">商品信息编辑</h3>
</div>
</div>
</div>
<div class="form-group" style="border: 1px solid #ccc;">
<div class="form-group" style="border: 1px solid #ccc;z-index: 1100;">
<div id="editor-toolbar" class="editor-toolbar" style="border-bottom: 1px solid #ccc;"></div>
<input type="hidden" class="editor-text" th:value="${goods!=null and goods.goodsDetailContent !=null}?${goods.goodsDetailContent}: ''">
<div id="editor-text-area" class="editor-text-area" style="height: 750px"></div>
Expand Down

0 comments on commit 1d9b9ff

Please sign in to comment.