升级:1、增加界面夜间模式
2、qtask 功能交互升级
3、mysql连接管理增加心跳保活
4、其他修改
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-5">
|
||||
<table class="table table-auto" style="width: 100%">
|
||||
<table class="table table-auto">
|
||||
<tr>
|
||||
<th>字段</th>
|
||||
<th>备注</th>
|
||||
@@ -52,7 +52,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
<table class="table table-auto" style="width: 100%">
|
||||
<table class="table table-auto">
|
||||
<tr>
|
||||
<th>字段</th>
|
||||
<th>备注</th>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<div class="col-md-12">
|
||||
<button @click="edit({})" class="btn btn-primary" type="button"> 用户金币发放 </button>
|
||||
|
||||
<!--<table class="table table-bordered table-hover" style="width: 100%">
|
||||
<!--<table class="table table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th v-for="field in cfg.cols" v-text="field.label"></th>
|
||||
|
||||
Reference in New Issue
Block a user