mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 18:22:55 +08:00
Merge branch 'dongwu_develop' into develop
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1231,8 +1231,7 @@
|
||||
currentPlanItem.courseScore !== -1
|
||||
? currentPlanItem.courseScore
|
||||
: "-"
|
||||
}}</span
|
||||
>
|
||||
}}</span>
|
||||
</div>
|
||||
<div class="stmm_i2">
|
||||
<span style="color: #999ba3">时间:</span>
|
||||
|
||||
Reference in New Issue
Block a user