| | |
| | | <text class="font-18">我的业绩</text> |
| | | </view> |
| | | <view class="tab-box"> |
| | | <liuyuno-tabs |
| | | <h-tabs |
| | | class="tab" |
| | | :tabData="tabs" |
| | | :config="{ |
| | | color: '#abb1cc', |
| | | activeColor: '#518EFF', |
| | | underLineColor: '#518EFF', |
| | | underLineHeight: 5, |
| | | fontSize: 30, |
| | | underLineHeight: 4, |
| | | fontSize: '30px', |
| | | itemWidth: 70, |
| | | underLineWidth: 50, |
| | | underLineWidth: 60, |
| | | }" |
| | | /> |
| | | <view class="performance-content"> |
| | |
| | | <text class="font-14 mt-5">项目业绩</text> |
| | | </view> |
| | | </view> |
| | | <view class="flex justify-around mt-20"> |
| | | <view class="flex justify-around mt-15"> |
| | | <view class="flex flex-v align-center performance-item"> |
| | | <text class="font-16 blueness">600.00</text> |
| | | <text class="font-14 mt-5">产品业绩</text> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import liuyunoTabs from "@/components/liuyuno-tabs/liuyuno-tabs.vue"; |
| | | import HTabs from "@/components/liuyuno-tabs/liuyuno-tabs.vue"; |
| | | export default { |
| | | components: { |
| | | liuyunoTabs |
| | | HTabs |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | border: 1px solid #EDEAF4; |
| | | border-radius: 4px; |
| | | box-shadow:0 6px 6px rgba(237,234,244,0.5); |
| | | padding: 10px; |
| | | } |
| | | .tab{ |
| | | border-bottom: 1px solid #EDEAF4; |
| | | } |
| | | .performance-content{ |
| | | padding: 10px 0; |
| | | padding: 20px 0; |
| | | } |
| | | .performance-item{ |
| | | width: 33.3%; |