feat:项目积分学院获取表格位置 查看抽屉header问题

This commit is contained in:
dongwug
2022-10-26 11:57:09 +08:00
parent 0ba33fb5e4
commit 488bf42ca5
4 changed files with 4 additions and 13 deletions

View File

@@ -15,6 +15,7 @@
@click="closeDrawer"
/>
</div>
<div class="contentMain">
<div class="main">
<div class="tableBox" style="margin-top: 20px; margin-bottom: 100px">
@@ -40,11 +41,11 @@
</div>
</div>
</div>
</div>
<div class="btnn">
<button class="btn1" @click="closeDrawer">取消</button>
<button class="btn2" @click="closeDrawer">确定</button>
</div>
</div>
</a-drawer>
</template>
@@ -213,7 +214,6 @@
.drawerMain {
min-width: 600px;
margin: 0px 32px 0px 32px;
overflow-x: scroll;
display: flex;
flex-direction: column;
.header {
@@ -236,17 +236,11 @@
.main {
width: 100%;
height: 100%;
// background-color: #bfa;
// overflow-y: auto;
.endtime {
font-size: 16px;
font-weight: 500;
color: #333333;
}
.tableBox {
padding-bottom: 100px;
.ant-table-selection-column {