mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 05:46:43 +08:00
我的报名掉块
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
<div style="display: flex;justify-content:space-between; padding: 12px 32px 10px 22px;">
|
||||
<div style="display: flex;justify-content:space-between; padding: 12px 32px 10px 18px;">
|
||||
<div style="display: flex;justify-content: flex-start;">
|
||||
<div class="uc-center-page" style="width:73px">我报名的</div>
|
||||
<div style="margin-left:32px">
|
||||
<span class="title-myqalist">我报名的</span>
|
||||
<div style="margin-left:5px">
|
||||
<el-select v-model="courseType" class="uc-select" clearable placeholder="类型">
|
||||
<el-option label="全部类型" value='1'></el-option>
|
||||
<!-- <el-option label="微课" :value="10"></el-option> -->
|
||||
@@ -412,6 +412,13 @@ computed: {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.title-myqalist{
|
||||
font-size: 18px;
|
||||
color: #333333;
|
||||
font-weight: 600;
|
||||
line-height: 35px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
.uc-title{
|
||||
word-break:break-all;
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user