Commit 6c51751f authored by huangjie's avatar huangjie

*

parent 7c52784c
......@@ -51,7 +51,7 @@
<div class="btn btn_default h32" @click="getcgx">草稿箱 ({{cgxtotal}})</div>
</div>
</div>
<div class="table-item-jf table-item">
<div class="table-item-jf table-item prolegder">
<el-table :data="tableData" :header-cell-style="{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}"
v-sticky-header.always="{offsetTop : '-16px',offsetBottom : '-15px'}" class="table-item1 fixed-table" border highlight-current-row
:header-row-class-name="setHeaderRow" :cell-class-name="setCellClass" :row-class-name="setRowClass" :header-cell-class-name="setCellClass"
......@@ -855,4 +855,9 @@
&.zt2{background: #0CBC6D}
&.zt3{background: #FF3C3C}
}
::v-deep .prolegder{
.fixed-table .el-table__fixed-header-wrapper{
display: none;
}
}
</style>
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