diff --git a/src/components/drawers/AddCase.vue b/src/components/drawers/AddCase.vue index d277baac..93ad2825 100644 --- a/src/components/drawers/AddCase.vue +++ b/src/components/drawers/AddCase.vue @@ -216,6 +216,7 @@ display: flex; justify-content: space-between; align-items: center; + flex-shrink: 0; .headerTitle { font-size: 18px; font-weight: 600; diff --git a/src/components/drawers/ProjectScore.vue b/src/components/drawers/ProjectScore.vue index 9d7d77bc..94f7eccc 100644 --- a/src/components/drawers/ProjectScore.vue +++ b/src/components/drawers/ProjectScore.vue @@ -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 { diff --git a/src/components/drawers/StuScoreDetail.vue b/src/components/drawers/StuScoreDetail.vue index fef6efa1..caf2d364 100644 --- a/src/components/drawers/StuScoreDetail.vue +++ b/src/components/drawers/StuScoreDetail.vue @@ -15,6 +15,7 @@ @click="closeDrawer" /> +
@@ -40,11 +41,11 @@
+
- @@ -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 { diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index 30154915..6097a167 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -1451,6 +1451,7 @@ :closable="closableQR" wrapClassName="DelModal" style="margin-top: 400px" + @cancel="delete_exit" >