支持工单前端微调
This commit is contained in:
parent
0942b89b26
commit
e46b6a2d4f
@ -84,16 +84,13 @@ $this->registerCssFile('@web/css/tickets.css');
|
|||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
<!-- User message input and ticket content -->
|
<!-- User message input and ticket content -->
|
||||||
<div class="form-control">
|
<div class="form-control">
|
||||||
<label for="message">回复: </label>
|
|
||||||
<div id="editor" class="form-control">
|
<div id="editor" class="form-control">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<?= Html::button('回复', ['class' => 'btn btn-primary', 'id' => 'send']) ?>
|
||||||
<?= Html::button('发送', ['class' => 'btn btn-primary', 'id' => 'send']) ?>
|
|
||||||
<?= Html::button('重置', ['class' => 'btn btn-link', 'id' => 'reset']) ?>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="ticket-content" class="form-control">
|
<div id="ticket-content">
|
||||||
|
<br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
#editor{
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
.ticket-reply {
|
.ticket-reply {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
border: 1px solid #e6e8ec;
|
border: 1px solid #e6e8ec;
|
||||||
|
Loading…
Reference in New Issue
Block a user