UI美化色调微调,表单控件小圆角增强平滑感

This commit is contained in:
thinkgem
2018-10-28 17:04:01 +08:00
parent 3fbaa3e14f
commit b79c1ba182
19 changed files with 45 additions and 41 deletions

View File

@@ -71,6 +71,10 @@ spring:
main:
bannerMode: "off"
# 日志配置
logging:
config: classpath:config/logback-spring.xml
#======================================#
#========== System settings ===========#
#======================================#
@@ -447,10 +451,6 @@ web:
error:
page:
printErrorInfo: true
# 日志配置
logging:
config: classpath:config/logback-spring.xml
#======================================#
#======== FileUpload settings =========#