Files
OA/app/project/view/index/view_comment.html
T
2026-07-23 09:40:36 +08:00

6 lines
242 B
HTML

<div class="px-3 pt-3 border bg-white">
<div class="comment-input">
<input type="text" id="commentInput" readonly placeholder="发表一下你的看法" class="layui-input" value="">
</div>
<div id="commentBox" class="pt-3"></div>
</div>