mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 23:36:44 +08:00
教师端1期需求ui优化
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
</el-col>
|
||||
|
||||
<el-col :span="6">
|
||||
<div class="grid-content bg-purple resetDatePicker">
|
||||
<div :class="['grid-content', 'bg-purple', 'resetDatePicker', !studyDateTime||studyDateTime.length==0?'noSplitDatePicker':'']">
|
||||
<el-date-picker value-format="yyyy-MM-dd" v-model="studyDateTime" type="daterange" align="right"
|
||||
unlink-panels range-separator="至" start-placeholder="学习时长" :picker-options="pickerOptions">
|
||||
</el-date-picker>
|
||||
@@ -1048,13 +1048,14 @@ export default {
|
||||
|
||||
<style lang="scss">
|
||||
#courseManage {
|
||||
.resetDatePicker {
|
||||
.noSplitDatePicker {
|
||||
/* 隐藏范围选择器的分隔符和占位符 */
|
||||
.el-range-separator,
|
||||
.el-range__close-icon {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
.resetDatePicker {
|
||||
.el-date-editor {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user