Commit ae26379c authored by 吴春's avatar 吴春

1

parent 1bede393
......@@ -231,7 +231,7 @@
.comSummary .summaryTable {
/* width:100%; */
width: 1680px;
height: 70px;
height: 70px !important;
border-radius:4px;
height: calc(100vh - 100px);
/* background-color:#E6E6E6; */
......
......@@ -129,7 +129,7 @@
</thead>
</table>
<div class="tbody summaryTable">
<div class="tbody " style="width:1680px" >
<colgroup>
<col width='140px'/>
<col width='215px'/>
......@@ -387,7 +387,6 @@ export default {
},
//初始化日历数据
initData() {
let startYear = this.msg.StartDate.split("-")[0];
let startMonth = this.msg.StartDate.split("-")[1];
var data = lunarCalendar.initLunar(
......
......@@ -191,7 +191,7 @@
height: calc(100vh - 100px);
// height: 900px;
overflow-x: scroll;
overflow-y: hidden;
// overflow-y: hidden;
}
}
.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