我回答的

This commit is contained in:
lmj
2022-10-14 15:04:41 +08:00
parent 394352ef3d
commit ca9dea067f
2 changed files with 55 additions and 42 deletions

View File

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