|
|
@@ -29,15 +29,15 @@
|
|
|
<div class="ibox-title">
|
|
|
<h5>系统常用语列表</h5>
|
|
|
</div>
|
|
|
- <div class="ibox-content" style="border-top: 0;">
|
|
|
+ <div class="ibox-content">
|
|
|
<a href="/admin/words/addword.html">
|
|
|
- <button class="btn btn-primary" type="button" style="margin-top:10px"><strong>新增常用语</strong>
|
|
|
+ <button class="btn btn-primary btn-sm" type="button" style="margin-top:5px">新增
|
|
|
</button>
|
|
|
</a>
|
|
|
<form action="/admin/words/inserExcel" enctype="multipart/form-data" method="post" role="form" class="form-inline pull-right">
|
|
|
- <div class="content clearfix m-b">
|
|
|
- <div class="form-group">
|
|
|
- <a href="javascript:allDel()" class="btn" style="margin-top:5px;" ><button type="button" class="btn btn-danger btn-sm"><i class="fa fa-trash-o"></i>全部删除</button></a>
|
|
|
+ <div class="content clearfix m-b" style="margin-top: -7px;">
|
|
|
+ <div class="form-group" style="margin-left:20px;">
|
|
|
+ <a href="javascript:allDel()" class="btn" style="margin-top:5px;" ><button type="button" class="btn btn-danger btn-sm">全部删除</button></a>
|
|
|
</div>
|
|
|
<!--<div class="form-group">-->
|
|
|
<!--<a href="/static/admin/file/words.xlsx" class="btn btn-primary" style="margin-top:5px" >下载快捷回复模板文件</a>-->
|
|
|
@@ -49,8 +49,8 @@
|
|
|
<!--<div class="form-group">-->
|
|
|
<!--<input type="submit" class="btn btn-primary" style="margin-top:5px" value="导入">-->
|
|
|
<!--</div>-->
|
|
|
- <div class="form-group">
|
|
|
- <a href="javascript:leadingin()" class="btn" style="margin-top:5px;" ><button type="button" class="btn btn-primary">导入快捷回复</button></a>
|
|
|
+ <div class="form-group" style="margin-left:10px;">
|
|
|
+ <a href="javascript:leadingin()" class="btn" style="margin-top:5px;" ><button type="button" class="btn btn-primary btn-sm">导入快捷回复</button></a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -58,13 +58,13 @@
|
|
|
<!--搜索框开始-->
|
|
|
<form id='commentForm' role="form" method="post" class="form-inline pull-right">
|
|
|
<input style="display: none">
|
|
|
- <div class="content clearfix m-b" style="margin-top:5px;">
|
|
|
+ <div class="content clearfix m-b">
|
|
|
<div class="form-group">
|
|
|
- <label>常用语:</label>
|
|
|
- <input type="text" class="form-control" id="content" name="content">
|
|
|
+ <label>常用语:</label>
|
|
|
+ <input type="text" class="form-control" id="content" name="content" style="height: 30px;">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <button class="btn btn-primary" type="button" style="margin-top:5px" id="search"><strong>搜 索</strong>
|
|
|
+ <button class="btn btn-primary btn-sm" type="button" style="margin-top:5px" id="search">搜索
|
|
|
</button>
|
|
|
</div>
|
|
|
</div>
|