1、修改Mysql线程池逻辑
2、新增数据表信息查询接口 3、优化前端代码逻辑 4、新增业面业务功能提示信息窗口
This commit is contained in:
@@ -142,4 +142,16 @@ th{
|
||||
|
||||
.table td, .table th{
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* 页面信息按钮样式 */
|
||||
#main .info {
|
||||
float: right;
|
||||
padding-top: 10px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* 设置对话框内容居中显示 */
|
||||
.modal-body {
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user