From b8fe759b20f805baf19418a0621f981209180b3e Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 06 九月 2022 13:13:07 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/projectShow.js | 6 +++---
src/main/webapp/static/css/style.css | 16 ++++++++--------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/main/webapp/static/css/style.css b/src/main/webapp/static/css/style.css
index 44bea9b..f1f23fa 100644
--- a/src/main/webapp/static/css/style.css
+++ b/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;
diff --git a/src/main/webapp/static/js/projectShow.js b/src/main/webapp/static/js/projectShow.js
index 7b1392b..b0a4f41 100644
--- a/src/main/webapp/static/js/projectShow.js
+++ b/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>'
--
Gitblit v1.9.1