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

@@ -216,6 +216,7 @@
display: flex;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
.headerTitle {
font-size: 18px;
font-weight: 600;

View File

@@ -491,8 +491,6 @@ export default {
cursor: pointer;
}
}
.ant-table-tbody{
.pa {
margin-top: 15px;
// height: 20px;
@@ -501,9 +499,6 @@ export default {
justify-content: center;
// bottom: 20px;
}
}
}
.scorelist {

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 {

View File

@@ -1451,6 +1451,7 @@
:closable="closableQR"
wrapClassName="DelModal"
style="margin-top: 400px"
@cancel="delete_exit"
>
<div class="delete" :style="{ display: delete_hs ? 'block' : 'none' }">
<div class="del_header"></div>