|
@@ -6,7 +6,7 @@
|
|
<el-col :span="5">
|
|
<el-col :span="5">
|
|
<div class="pull-left to-mooctest-ranking" :style="{backgroundImage: 'url(' + mooctest_rank_logo_url + ')'}" @click="handleLogoClick"></div>
|
|
<div class="pull-left to-mooctest-ranking" :style="{backgroundImage: 'url(' + mooctest_rank_logo_url + ')'}" @click="handleLogoClick"></div>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="15">
|
|
|
|
|
|
+ <el-col :span="14">
|
|
<div class="search-nav-input">
|
|
<div class="search-nav-input">
|
|
<div id="search-block ">
|
|
<div id="search-block ">
|
|
<el-tabs v-model="searchType" type="card" @tab-click="handleTypeClick">
|
|
<el-tabs v-model="searchType" type="card" @tab-click="handleTypeClick">
|
|
@@ -22,7 +22,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="19">
|
|
|
|
|
|
+ <el-col :span="5">
|
|
<el-button type="primary pull-right" class="releaseBtn" @click="checkLogin()">发布众测需求</el-button>
|
|
<el-button type="primary pull-right" class="releaseBtn" @click="checkLogin()">发布众测需求</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|