mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
style
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user