#
whycq
2022-02-09 cba44928e313cfe5c58a62ba1767a3d2d4337a09
#
3个文件已修改
35 ■■■■■ 已修改文件
src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/style.css 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/projectShow.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml
@@ -14,9 +14,9 @@
#    password: xltys1995
    # sql-server
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://192.168.4.99:1433;databasename=zypms
    url: jdbc:sqlserver://47.97.1.152:51433;databasename=zypms
    username: sa
    password: sa@123
    password: Zoneyung@zy56$
  mvc:
    static-path-pattern: /**
  redis:
src/main/webapp/static/css/style.css
@@ -113,8 +113,8 @@
}
#tips h3 {
    text-indent: 1em;
    height: 40px;
    line-height: 40px;
    height: 36px;
    line-height: 36px;
    background-color: #2E4E7E;
    color: #FFFFFF;
}
@@ -173,7 +173,7 @@
    position: absolute;
    float: left;
    width: 11%;
    margin-top: 1%;
    margin-top: 0.5%;
    margin-left: 1%;
}
/*表头*/
@@ -184,7 +184,7 @@
}
.tab-head>th {
    width: 73px;
    height: 35px;
    height: 30px;
}
.tab-head>th:first-child {
    width: 55px;
@@ -197,7 +197,7 @@
}
.tab-body>td {
    width: 73px;
    height: 52px;
    height: 48px;
    text-align: center;
}
.tab-body>td:first-child {
@@ -209,8 +209,8 @@
    position: absolute;
    clear: both;
    background-color: #FFF;
    width: 86%;
    margin-top: 1%;
    width: 87%;
    margin-top: 0.5%;
    margin-left: 12%;
    overflow-x: scroll;
}
@@ -221,11 +221,11 @@
}
#details-tab th {
    height: 35px;
    height: 30px;
    width: 55px;
}
#details-tab td {
    height: 27px;
    height: 25px;
    text-align: center;
    position: relative;
}
@@ -251,6 +251,13 @@
#tot td:hover {
    background-color: #0c64eb;
}
src/main/webapp/static/js/projectShow.js
@@ -77,9 +77,9 @@
                            +'</thead>'
                            +'<tbody>' // 表身 (项目节点始末)
                                +'<tr class="tab-body">'
                                    +'<td style="height: 54px">'+'项目总时长'+'</td>'
                                    +'<td style="height: 54px">'+project.startDay.substring(0,10)+'</td>'
                                    +'<td style="height: 54px">'+project.endDay.substring(0,10)+'</td>'
                                    +'<td style="height: 50px">'+'项目总时长'+'</td>'
                                    +'<td style="height: 50px">'+project.startDay.substring(0,10)+'</td>'
                                    +'<td style="height: 50px">'+project.endDay.substring(0,10)+'</td>'
                                +'</tr>'
            var tabLeft4 = tabLeft + tabLeft3 +'</tbody>'