|
|
@@ -13,6 +13,7 @@
|
|
|
:name="item.value"
|
|
|
></el-tab-pane>
|
|
|
</el-tabs>
|
|
|
+
|
|
|
<div class="btn-list" v-if="isLogin">
|
|
|
<el-dropdown @command="onCommand" style="margin-left: 20px">
|
|
|
<span class="el-dropdown-link">
|
|
|
@@ -286,6 +287,7 @@ export default {
|
|
|
}
|
|
|
/deep/.menus {
|
|
|
padding: 15px 24px 0;
|
|
|
+
|
|
|
.el-tabs__item {
|
|
|
padding: 0 22px;
|
|
|
color: #ffffff;
|
|
|
@@ -321,7 +323,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.border {
|
|
|
margin: 6px 16px;
|
|
|
height: 1px;
|
|
|
@@ -339,36 +340,6 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
- // position: absolute;
|
|
|
- // right: 52px;
|
|
|
- // top: 0;
|
|
|
- .tabs {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- padding-top: 10px;
|
|
|
- cursor: pointer;
|
|
|
- .tab {
|
|
|
- width: 130px;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: bold;
|
|
|
- text-align: center;
|
|
|
- color: #939599;
|
|
|
- line-height: 28px;
|
|
|
- &.active {
|
|
|
- color: #ffffff;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- .slip {
|
|
|
- width: 26px;
|
|
|
- margin: 0 auto;
|
|
|
- padding-bottom: 13px;
|
|
|
- &.active {
|
|
|
- border-bottom: 2px solid #fff;
|
|
|
- border-radius: 2px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
.btn-list {
|
|
|
width: 83px;
|
|
|
text-align: right;
|