mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 17:55:37 +08:00
我回答的
This commit is contained in:
@@ -5,15 +5,9 @@
|
||||
<br />
|
||||
</Remark>
|
||||
<div style="display: flex;height: 40px;">
|
||||
<div style="padding-top: 5px;">
|
||||
<!--
|
||||
<el-tag type="primary" style="margin-right: 20px;">最新</el-tag>
|
||||
<el-tag type="info">最热</el-tag>
|
||||
-->
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex;justify-content:space-around;padding: 12px 0px 10px 18px;">
|
||||
<!--<div style="padding: 0px 5px;"><el-cascader clearable v-model="params.type" :options="typeList"></el-cascader></div>-->
|
||||
<span class="title">我回答的</span>
|
||||
<div style="padding: 0px 5px;">
|
||||
<el-select v-model="queryObj.isResolve" placeholder="状态" style="width: 110px;" clearable>
|
||||
<el-option label="全部" value=""></el-option>
|
||||
@@ -141,6 +135,13 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.title{
|
||||
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