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,6 +270,7 @@
}; };
</script> </script>
<style lang="scss"> <style lang="scss">
.addfaceclass {
.ant-select-selector { .ant-select-selector {
border-radius: 8px !important; border-radius: 8px !important;
align-items: center !important; align-items: center !important;
@@ -282,6 +283,7 @@
.ant-select-show-search { .ant-select-show-search {
width: 220px !important; width: 220px !important;
} }
}
.xkbtn { .xkbtn {
cursor: pointer; cursor: pointer;

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>