修改
This commit is contained in:
parent
4f02bdb066
commit
2667bda2c5
@ -129,7 +129,7 @@
|
|||||||
<span>路径信息</span>
|
<span>路径信息</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="topbutton" :class="tab == 2 ? 'blue' : ''" @click="getlist"
|
<div class="topbutton" :class="tab == 2 ? 'blue' : ''" @click="getlist"
|
||||||
:style="tab == 2 ? 'width:150px' : ''">
|
:style="tab == 2 ? 'min-width:150px' : ''">
|
||||||
<img src="../../../assets/pathReview/blackrenwu.png" alt="" v-if="tab != 2">
|
<img src="../../../assets/pathReview/blackrenwu.png" alt="" v-if="tab != 2">
|
||||||
<img src="../../../assets/pathReview/bluerenwu.png" alt="" v-else>
|
<img src="../../../assets/pathReview/bluerenwu.png" alt="" v-else>
|
||||||
<span>路径任务</span>
|
<span>路径任务</span>
|
||||||
@ -462,6 +462,7 @@ export default {
|
|||||||
.zljtitle {
|
.zljtitle {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
padding-left: 2px;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
border-bottom: 1px solid #e6ebf5;
|
border-bottom: 1px solid #e6ebf5;
|
||||||
}
|
}
|
||||||
@ -630,7 +631,7 @@ export default {
|
|||||||
|
|
||||||
.topbutton {
|
.topbutton {
|
||||||
background-color: #DDE0E9;
|
background-color: #DDE0E9;
|
||||||
width: 100px;
|
min-width: 100px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user