Merge branch 'dongwu_develop' into develop

This commit is contained in:
BOE\10867418
2023-03-21 14:50:35 +08:00
9 changed files with 36 additions and 20 deletions

View File

@@ -1096,7 +1096,7 @@ export default {
.drawerMain {
min-width: 600px;
min-height: 1080px;
min-height: 960px;
margin: 0px 32px 0px 32px;
display: flex;
flex-direction: column;

View File

@@ -269,7 +269,10 @@ defineExpose({ openDrawer });
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}
.addcaseDrawer > .ant-drawer-content-wrapper {
min-width: 1300px !important;
width: 1300px !important;
}
.addcaseDrawer {
.drawerMain {
.header {

View File

@@ -102,7 +102,10 @@ defineExpose({ openDrawer });
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}
.addinvistDrawer > .ant-drawer-content-wrapper {
min-width: 1300px !important;
width: 1300px !important;
}
.addinvistDrawer {
.drawerMain {
.header {

View File

@@ -99,7 +99,10 @@ defineExpose({openDrawer})
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}
.addinvistDrawer > .ant-drawer-content-wrapper {
min-width: 1300px !important;
width: 1300px !important;
}
.addinvistDrawer {
.drawerMain {
.header {

View File

@@ -164,7 +164,10 @@ function openDrawer(i, row) {
defineExpose({ openDrawer, selectCourse });
</script>
<style lang="scss">
.addonlineDrawer > .ant-drawer-content-wrapper {
min-width: 1300px !important;
width: 1300px !important;
}
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;

View File

@@ -397,7 +397,10 @@ defineExpose({ openDrawer });
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}
.addonlineDrawer > .ant-drawer-content-wrapper {
min-width: 1300px !important;
width: 1300px !important;
}
.sameModal {
.ant-modal {
width: 424px !important;

View File

@@ -10,7 +10,7 @@
>
<div class="drawerMain">
<div class="header">
<div class="headerTitle">{{ info.examinationName >= 0 ? "编辑" : "添加" }}考试</div>
<div class="headerTitle">{{ info?.examinationName >= 0 ? "编辑" : "添加" }}考试</div>
<img
style="width: 29px; height: 29px; cursor: pointer"
src="../../assets/images/basicinfo/close.png"

View File

@@ -1,7 +1,7 @@
<!-- 面授列表 -->
<template>
<div class="main_item">
<div class="fi_input">
<div class="fi_input addfaceclass">
<a-input
v-model:value="params.offcourseNumber"
style="width: 220px; height: 40px; border-radius: 8px;margin-right: 32px;"
@@ -270,17 +270,19 @@
};
</script>
<style lang="scss">
.ant-select-selector {
border-radius: 8px !important;
align-items: center !important;
width: 220px !important;
height: 40px !important;
padding-top: 5px;
margin-right: 32px;
}
.addfaceclass {
.ant-select-selector {
border-radius: 8px !important;
align-items: center !important;
width: 220px !important;
height: 40px !important;
padding-top: 5px;
margin-right: 32px;
}
.ant-select-show-search {
width: 220px !important;
.ant-select-show-search {
width: 220px !important;
}
}
.xkbtn {

View File

@@ -1231,8 +1231,7 @@
currentPlanItem.courseScore !== -1
? currentPlanItem.courseScore
: "-"
}}</span
>
}}</span>
</div>
<div class="stmm_i2">
<span style="color: #999ba3">时间:</span>