|
|
@@ -162,25 +162,6 @@
|
|
|
</p>
|
|
|
</article>
|
|
|
|
|
|
- <article class="developer-order-item">
|
|
|
- <div class="developer-order-title-area">
|
|
|
- <div class="developer-order-title-area-wrap">
|
|
|
- <div class="developer-order-icon icon-5"></div>
|
|
|
- <h5 class="developer-order-title">上传资源</h5>
|
|
|
- </div>
|
|
|
- <div class="developer-order-link">
|
|
|
- <a
|
|
|
- @click="cnzz('开发者首页', '立即上传', '')"
|
|
|
- href="/otherpage/works/create"
|
|
|
- >立即上传</a
|
|
|
- >
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <p class="developer-order-tips">
|
|
|
- 增加收益来源
|
|
|
- </p>
|
|
|
- </article>
|
|
|
-
|
|
|
<div class="developer-activity-tips">100%派单</div>
|
|
|
</div>
|
|
|
</section>
|
|
|
@@ -190,17 +171,21 @@
|
|
|
|
|
|
<section class="developer-tab block">
|
|
|
<div class="developer-tab-title-list">
|
|
|
- <!-- cur -->
|
|
|
- <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 class="left_box">
|
|
|
+ <span
|
|
|
+ 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 }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
+ <a target="_blank" href="https://jishuin.proginn.com/" class="more developer-tab-title-item">
|
|
|
+ 更多
|
|
|
+ </a>
|
|
|
</div>
|
|
|
|
|
|
<div class="developer-tab-main">
|
|
|
@@ -821,4 +806,16 @@ export default {
|
|
|
.dynamic-user-avatar-vip {
|
|
|
position: relative;
|
|
|
}
|
|
|
+.developer-tab-title-list{
|
|
|
+ justify-content: space-between;
|
|
|
+ .left_box{
|
|
|
+ width: 600px;
|
|
|
+ overflow-x: auto;
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+ .left_box::-webkit-scrollbar {
|
|
|
+ height: 1px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
</style>
|