Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/work-portal/commit/0a01c3b212d7b300a6756fd91e5d01bd4b66865b?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
6 deletions
@ -70,7 +70,6 @@
.main-right {
.main-right {
width: 74.92%;
width: 74.92%;
min-height: 516px;
}
}
.fr {
.fr {
float: right;
float: right;
@ -79,6 +78,7 @@
.mt10 {
.mt10 {
margin-top: 10px;
margin-top: 10px;
min-height: 516px;
}
}
.mt10 li{
.mt10 li{
border-bottom: 1px solid #CCC;
border-bottom: 1px solid #CCC;
@ -142,9 +142,6 @@
}
}
.pag {
.pag {
margin-top: 80px;
margin-top: 80px;
position: absolute;
bottom: 4%;
right: 27%;
}
}
.el-tree-node {
.el-tree-node {
border-bottom: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
@ -209,7 +206,7 @@
< / el-tree >
< / el-tree >
< / div >
< / div >
< div class = "main-right fr common-list" >
< div class = "main-right fr common-list" >
< ul class = "list mt10" >
< ul class = "list mt10" th:if = "${page.list.size} > 0" >
< tbody th:each = "trends,status : ${page.list}" >
< tbody th:each = "trends,status : ${page.list}" >
< li >
< li >
< span style = "color:#ccc;" > -< / span >
< span style = "color:#ccc;" > -< / span >
@ -77,6 +77,7 @@
.mt10 {
.mt10 {
margin-top: 10px;
margin-top: 10px;
min-height: 565px;
}
}
.mt10 li{
.mt10 li{
border-bottom:1px solid #ccc;
border-bottom:1px solid #ccc;
@ -208,7 +209,7 @@
< / el-tree >
< / el-tree >
< / div >
< / div >
< div class = "main-right fr common-list" >
< div class = "main-right fr common-list" >
< ul class = "list mt10" >
< ul class = "list mt10" th:if = "${page.list.size() > 0}" >
< tbody th:each = "special,status : ${page.list}" >
< tbody th:each = "special,status : ${page.list}" >
< li >
< li >
< span style = "color:#ccc;" > -< / span >
< span style = "color:#ccc;" > -< / span >