Browse Source

调整代码

master
zhaoyantao 6 months ago
parent
commit
84cb37e073
3 changed files with 11 additions and 3 deletions
  1. +1
    -1
      rwk-admin/src/main/resources/application-druid.yml
  2. BIN
      rwk-admin/src/main/resources/static/img/use/tx1.jpg
  3. +10
    -2
      rwk-admin/src/main/resources/templates/system/information/informationView.html

+ 1
- 1
rwk-admin/src/main/resources/application-druid.yml View File

@@ -6,7 +6,7 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:dm://localhost:5236/TZB_RWK?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
url: jdbc:dm://150.158.136.65:5236/TZB_RWK?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
username: TZB_RWK
password: hk64335593
# 从库数据源


BIN
rwk-admin/src/main/resources/static/img/use/tx1.jpg View File

Before After
Width: 197  |  Height: 261  |  Size: 30 KiB

+ 10
- 2
rwk-admin/src/main/resources/templates/system/information/informationView.html View File

@@ -11,9 +11,17 @@
margin-bottom: 20px;
}
.education{
width: 30%;
display: flex;
}
.education:nth-child(1){
width: 20%;
}
.education:nth-child(2){
width: 20%;
}
.education:nth-child(3){
width: 60%;
}
.education div:first-child{
color: #999;
margin-right: 50px;
@@ -194,7 +202,7 @@
</div>
</div>
<div style="width: 25%;display: flex;justify-content: center;align-items: center;flex-direction: column;">
<div style="width: 45%;height: 100%;"><img style="width: 100%;height: 100%" th:src="*{photo}" /></div>
<div style="width: 45%;height: 100%;"><img style="width: 100%;height: 100%" th:src="*{photo}=='cs'?'/img/use/tx1.jpg':*{photo}" /></div>
</div>
</div>
<div class="piece" style="font-size: 16px;">


Loading…
Cancel
Save