我的报名掉块

This commit is contained in:
lmj
2022-11-21 14:42:59 +08:00
parent 24dcbf2e07
commit faddf2a52a

View File

@@ -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;