mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
我的提问掉块
This commit is contained in:
@@ -367,6 +367,9 @@ body {margin: 0px;padding: 0px;}
|
||||
padding-bottom:10px
|
||||
}
|
||||
}
|
||||
.title-myqalist{
|
||||
margin-right: 5px !important;
|
||||
}
|
||||
.course-card {
|
||||
padding:20px;
|
||||
margin-right: 20px;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div>
|
||||
<div style="display: flex;justify-content:space-around;padding: 12px 22px 10px 18px;">
|
||||
<!--<div style="padding: 0px 5px;"><el-cascader clearable v-model="params.type" :options="typeList"></el-cascader></div>-->
|
||||
<div class="uc-center-page" style="margin-right:20px;width: 73px;">我的提问</div>
|
||||
<span class="title-myqalist">我的提问</span>
|
||||
<div style="padding: 0px 5px;">
|
||||
<el-select v-model="queryObj.isResolve" class="uc-select" clearable placeholder="状态">
|
||||
<el-option label="全部" value=""></el-option>
|
||||
@@ -122,6 +122,13 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.title-myqalist{
|
||||
font-size: 18px;
|
||||
color: #333333;
|
||||
font-weight: 600;
|
||||
line-height: 35px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
.uc-badge {
|
||||
margin-top: 10px;
|
||||
margin-right: 40px;
|
||||
|
||||
Reference in New Issue
Block a user