Pre Merge pull request !360 from 网游之鱼/master
This commit is contained in:
commit
58cc5f80db
|
|
@ -30,6 +30,7 @@ server:
|
|||
max: 800
|
||||
# Tomcat启动初始化的线程数,默认值10
|
||||
min-spare: 100
|
||||
forward-headers-strategy: NATIVE
|
||||
|
||||
# 日志配置
|
||||
logging:
|
||||
|
|
|
|||
|
|
@ -1086,7 +1086,7 @@ table.rc-table-resizing thead > th > a {
|
|||
/** 气泡弹出框样式 **/
|
||||
.popover {
|
||||
font-size: 13px;
|
||||
max-width: unset;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.popover-title {
|
||||
|
|
|
|||
Loading…
Reference in New Issue