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

@@ -19,7 +19,7 @@
<properties>
<finalName>web</finalName><!-- war包的名称 ${project.artifactId} -->
<finalName>web</finalName><!-- war包的名称 -->
<start-class>com.jeesite.modules.Application</start-class>
<!-- environment setting -->

View File

@@ -145,6 +145,10 @@ spring:
profiles:
active: default
# 打印横幅
main:
bannerMode: "off"
# # Redis 连接参数 RedisProperties
# redis:
# host: 127.0.0.1
@@ -167,6 +171,10 @@ spring:
# # 清理全部缓存按钮所清理的缓存列表
# clearNames: sysCache,corpCache,userCache,cmsCache
# 日志配置
logging:
config: classpath:config/logback-spring.xml
#======================================#
#========== System settings ===========#
#======================================#