mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
style
This commit is contained in:
@@ -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