|
@@ -14,10 +14,10 @@
|
|
|
label-width="120px"
|
|
|
ref="baseConfigForm"
|
|
|
>
|
|
|
- <div class="part-type-box" style="margin-bottom:20px">
|
|
|
- <el-button type="primary" @click="partType=1">登陆设置</el-button>
|
|
|
- <el-button type="primary" @click="partType=2">研报设置</el-button>
|
|
|
- <el-button type="primary" v-if="isShowPPT||isShowEnPPT" @click="partType=3">PPT配置</el-button>
|
|
|
+ <div class="part-type-box" style="margin-bottom:40px">
|
|
|
+ <el-button type="primary" :plain="partType===1?false:true" @click="partType=1" :style="{width:'120px',border:'none',color:partType==1?'#fff':'#333'}">登录设置</el-button>
|
|
|
+ <el-button type="primary" :plain="partType===2?false:true" @click="partType=2" :style="{width:'120px',border:'none',color:partType==2?'#fff':'#333'}">研报设置</el-button>
|
|
|
+ <el-button type="primary" :plain="partType===3?false:true" v-if="isShowPPT||isShowEnPPT" @click="partType=3" :style="{width:'120px',border:'none',color:partType==3?'#fff':'#333'}">PPT配置</el-button>
|
|
|
</div>
|
|
|
<!-- 登录设置模块 -->
|
|
|
<div class="part" v-show="partType===1">
|
|
@@ -665,6 +665,7 @@ export default {
|
|
|
padding: 8px;
|
|
|
cursor: pointer;
|
|
|
margin-right: 10px;
|
|
|
+ color: rgba($color: #000000, $alpha: 0.6);
|
|
|
}
|
|
|
.active{
|
|
|
color: #0052D9;
|