|
|
@@ -166,10 +166,6 @@
|
|
|
<div v-for="typeItem in typeList" :key="typeItem.typeId" @click="reset(typeItem.typeId)" :data-typeid="typeItem.typeId" :class="tid == typeItem.typeId ? 'cur' : ''" class="developer-tab-title-item">
|
|
|
{{ typeItem.name }}
|
|
|
</div>
|
|
|
-
|
|
|
- <div :style="{
|
|
|
- transform: 'translateX(' + dynamicTranlate + 'px)'
|
|
|
- }" class="developer-tab-title-line"></div>
|
|
|
</div>
|
|
|
|
|
|
<div class="developer-tab-main">
|
|
|
@@ -297,7 +293,7 @@
|
|
|
<!-- 收入:start -->
|
|
|
<section @click.stop="goto('/wo/account')" class="developer-reward block" v-if="init">
|
|
|
<div class="developer-reward-title">
|
|
|
- <p @click.stop="goto('/wo/bills')">总收入 (元) <span class="arrow_icon"></span></p>
|
|
|
+ <p>总收入 (元) <span class="arrow_icon"></span></p>
|
|
|
<div @click.stop="toggleBanlace" class="developer-reward-show-setting" :class="isShowBablance ? 'show' : 'hide'"></div>
|
|
|
</div>
|
|
|
|
|
|
@@ -446,8 +442,9 @@ export default {
|
|
|
// return false
|
|
|
},
|
|
|
dynamicTranlate() {
|
|
|
+ return ;
|
|
|
let typeList = this.typeList;
|
|
|
- let total = 730;
|
|
|
+ let total = 680;
|
|
|
let block = parseInt(total / typeList.length);
|
|
|
let half = parseInt(block / 2);
|
|
|
let line = 24 / 2;
|