Commit f306c211 authored by 罗超's avatar 罗超

1

parent 08fa64f8
...@@ -33,14 +33,15 @@ ...@@ -33,14 +33,15 @@
.td-bg{ .td-bg{
background-color: #F1F6FB; background-color: #F1F6FB;
} }
/deep/.el-timeline{ .el-timeline{
padding-left: 5px; padding-left: 5px;
} }
.tbody{ .tbody{
// width: calc(100% + 10px); // width: calc(100% + 10px);
width: 1680px; width: 1680px;
padding-right: 10px; padding-right: 10px;
height: calc(100vh - 170px); height: calc(100vh - 200px);
box-sizing: border-box;
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
} }
...@@ -80,13 +81,13 @@ ...@@ -80,13 +81,13 @@
<colgroup> <colgroup>
<col width='105px'/> <col width='105px'/>
<col width='10px'/> <col width='10px'/>
<col width='200px'/> <col width='215px'/>
<col width='200px'/> <col width='215px'/>
<col width='200px'/> <col width='215px'/>
<col width='200px'/> <col width='215px'/>
<col width='200px'/> <col width='215px'/>
<col width='200px'/> <col width='215px'/>
<col width='200px'/> <col width='215px'/>
<col width='10px'/> <col width='10px'/>
</colgroup> </colgroup>
<thead> <thead>
...@@ -138,7 +139,7 @@ ...@@ -138,7 +139,7 @@
<col width='215px'/> <col width='215px'/>
<col width='215px'/> <col width='215px'/>
<col width='215px'/> <col width='215px'/>
<col width='40px'/> <col/>
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
......
...@@ -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