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:
@@ -773,7 +773,7 @@ export default {
|
||||
line-height: 30px;
|
||||
display: flex;
|
||||
.case-tittext {
|
||||
font-size: 18px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
width: 67%;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<el-option label="已解决" :value="3"></el-option>
|
||||
</el-select>
|
||||
</el-col> -->
|
||||
<el-col :span="2"><span class="uc-center-page">我的收藏</span></el-col>
|
||||
<el-col :span="3"><span class="uc-center-page">我的收藏</span></el-col>
|
||||
<el-col :span="6"><el-input placeholder="标题查询" clearable v-model="keyword" style="margin-right: 20px"></el-input></el-col>
|
||||
<el-col :span="6">
|
||||
<el-button type="primary" icon="el-icon-search" @click="queryData" style="padding: 10px 15px;">搜索</el-button>
|
||||
|
||||
Reference in New Issue
Block a user