Commit ae26379c authored by 吴春's avatar 吴春

1

parent 1bede393
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
.comSummary .summaryTable { .comSummary .summaryTable {
/* width:100%; */ /* width:100%; */
width: 1680px; width: 1680px;
height: 70px; height: 70px !important;
border-radius:4px; border-radius:4px;
height: calc(100vh - 100px); height: calc(100vh - 100px);
/* background-color:#E6E6E6; */ /* background-color:#E6E6E6; */
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
</thead> </thead>
</table> </table>
<div class="tbody summaryTable"> <div class="tbody " style="width:1680px" >
<colgroup> <colgroup>
<col width='140px'/> <col width='140px'/>
<col width='215px'/> <col width='215px'/>
...@@ -387,7 +387,6 @@ export default { ...@@ -387,7 +387,6 @@ export default {
}, },
//初始化日历数据 //初始化日历数据
initData() { initData() {
let startYear = this.msg.StartDate.split("-")[0]; let startYear = this.msg.StartDate.split("-")[0];
let startMonth = this.msg.StartDate.split("-")[1]; let startMonth = this.msg.StartDate.split("-")[1];
var data = lunarCalendar.initLunar( var data = lunarCalendar.initLunar(
......
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
height: calc(100vh - 100px); height: calc(100vh - 100px);
// height: 900px; // height: 900px;
overflow-x: scroll; overflow-x: scroll;
overflow-y: hidden; // overflow-y: hidden;
} }
} }
.right::-webkit-scrollbar{ .right::-webkit-scrollbar{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment