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