This commit is contained in:
wyx
2023-03-21 14:00:21 +08:00
parent 43aba135ea
commit 4f84fa68b6
2 changed files with 14 additions and 13 deletions

View File

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

View File

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