mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
feat:项目积分学院获取表格位置 查看抽屉header问题
This commit is contained in:
@@ -216,6 +216,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-shrink: 0;
|
||||||
.headerTitle {
|
.headerTitle {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|||||||
@@ -491,8 +491,6 @@ export default {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ant-table-tbody{
|
|
||||||
|
|
||||||
.pa {
|
.pa {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
// height: 20px;
|
// height: 20px;
|
||||||
@@ -502,9 +500,6 @@ export default {
|
|||||||
// bottom: 20px;
|
// bottom: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
.scorelist {
|
.scorelist {
|
||||||
|
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
@click="closeDrawer"
|
@click="closeDrawer"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="contentMain">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
|
|
||||||
<div class="tableBox" style="margin-top: 20px; margin-bottom: 100px">
|
<div class="tableBox" style="margin-top: 20px; margin-bottom: 100px">
|
||||||
@@ -40,11 +41,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="btnn">
|
<div class="btnn">
|
||||||
<button class="btn1" @click="closeDrawer">取消</button>
|
<button class="btn1" @click="closeDrawer">取消</button>
|
||||||
<button class="btn2" @click="closeDrawer">确定</button>
|
<button class="btn2" @click="closeDrawer">确定</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a-drawer>
|
</a-drawer>
|
||||||
</template>
|
</template>
|
||||||
@@ -213,7 +214,6 @@
|
|||||||
.drawerMain {
|
.drawerMain {
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
margin: 0px 32px 0px 32px;
|
margin: 0px 32px 0px 32px;
|
||||||
overflow-x: scroll;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
.header {
|
.header {
|
||||||
@@ -236,17 +236,11 @@
|
|||||||
.main {
|
.main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
// background-color: #bfa;
|
|
||||||
// overflow-y: auto;
|
|
||||||
.endtime {
|
.endtime {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.tableBox {
|
.tableBox {
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
.ant-table-selection-column {
|
.ant-table-selection-column {
|
||||||
|
|||||||
@@ -1451,6 +1451,7 @@
|
|||||||
:closable="closableQR"
|
:closable="closableQR"
|
||||||
wrapClassName="DelModal"
|
wrapClassName="DelModal"
|
||||||
style="margin-top: 400px"
|
style="margin-top: 400px"
|
||||||
|
@cancel="delete_exit"
|
||||||
>
|
>
|
||||||
<div class="delete" :style="{ display: delete_hs ? 'block' : 'none' }">
|
<div class="delete" :style="{ display: delete_hs ? 'block' : 'none' }">
|
||||||
<div class="del_header"></div>
|
<div class="del_header"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user