|
@@ -2,7 +2,7 @@
|
|
|
<div id="dynamicdata">
|
|
|
<!-- tab分页 -->
|
|
|
<el-row class="top-tab">
|
|
|
- <el-tabs v-model="curType">
|
|
|
+ <el-tabs v-model="curType" type='card'>
|
|
|
<el-tab-pane v-for="(item) in typeList" :key="item.Name" :label="item.Name+'('+item.Sum+'/'+item.Rcount+')'" :name="item.Name">
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
@@ -241,7 +241,7 @@ export default {
|
|
|
this.isPending = false;
|
|
|
this.getPrompt()
|
|
|
this.$refs.apply.getPromptobjs()
|
|
|
- if(this.hasClash){
|
|
|
+ if (this.hasClash) {
|
|
|
this.$refs.applyLog.showDialog(missionID)
|
|
|
}
|
|
|
}, 2000)
|
|
@@ -261,7 +261,7 @@ export default {
|
|
|
this.tipsType = 1;
|
|
|
},
|
|
|
//接收是否有冲突
|
|
|
- getClash(length){
|
|
|
+ getClash(length) {
|
|
|
this.hasClash = !!length
|
|
|
}
|
|
|
},
|
|
@@ -279,7 +279,7 @@ export default {
|
|
|
background-color: #fff;
|
|
|
padding: 10px;
|
|
|
position: relative;
|
|
|
- .top-tab {
|
|
|
+ /deep/ .top-tab {
|
|
|
position: relative;
|
|
|
height: 54px;
|
|
|
.pos-right {
|
|
@@ -296,6 +296,12 @@ export default {
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
}
|
|
|
+ /deep/ .el-tabs__item.is-top {
|
|
|
+ border-top: 2px solid transparent;
|
|
|
+ &.is-active {
|
|
|
+ border-top: 2px solid #409eff;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
#applySelect {
|
|
|
/deep/ .el-radio__input.is-checked + .el-radio__label {
|