mrzhssss
2022-09-06 5c39f26d19269ddcb8d442aeeecfee5a9665bb59
Merge remote-tracking branch 'origin/zypms' into zypms
2个文件已修改
22 ■■■■ 已修改文件
src/main/webapp/static/css/style.css 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/projectShow.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/style.css
@@ -185,7 +185,7 @@
    display: inline-block;
    position: absolute;
    float: left;
    width: 11%;
    width: 16%;
    margin-top: 0.5%;
    margin-left: 1%;
}
@@ -197,10 +197,10 @@
}
.tab-head>th {
    width: 73px;
    height: 30px;
    height: 25px;
}
.tab-head>th:first-child {
    width: 55px;
    width: 110px;
}
/*表身*/
.tab-body {
@@ -210,7 +210,7 @@
}
.tab-body>td {
    width: 73px;
    height: 48px;
    height: 30px;
    text-align: center;
}
.tab-body>td:first-child {
@@ -222,9 +222,9 @@
    position: absolute;
    clear: both;
    background-color: #FFF;
    width: 87%;
    width: 80%;
    margin-top: 0.5%;
    margin-left: 12%;
    margin-left: 16.9%;
    overflow-x: scroll;
}
@@ -234,11 +234,11 @@
}
#details-tab th {
    height: 30px;
    height: 25px;
    width: 55px;
}
#details-tab td {
    height: 25px;
    height: 16px;
    text-align: center;
    position: relative;
src/main/webapp/static/js/projectShow.js
@@ -68,9 +68,9 @@
                            +'</thead>'
                            +'<tbody>' // 表身 (项目节点始末)
                                +'<tr class="tab-body">'
                                    +'<td style="height: 50px">'+'项目总时长'+'</td>'
                                    +'<td style="height: 50px">'+project.projectStartTime.substring(0,10)+'</td>'
                                    +'<td style="height: 50px">'+project.projectEndTime.substring(0,10)+'</td>'
                                    +'<td style="height: 40px">'+'项目总时长'+'</td>'
                                    +'<td style="height: 40px">'+project.projectStartTime.substring(0,10)+'</td>'
                                    +'<td style="height: 40px">'+project.projectEndTime.substring(0,10)+'</td>'
                                +'</tr>'
            var tabLeft4 = tabLeft + tabLeft3 +'</tbody>'