task#14196,border适配问题
This commit is contained in:
@ -108,7 +108,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div :class="{'chartWrapWeb':!isMobile,'comChart':true}">
|
<div :class="{'chartWrapWeb':!isMobile,'comChart':true}">
|
||||||
<template v-if="isMobile">
|
<template v-if="isMobile">
|
||||||
<div v-if="active===1" id="chartWrap" style="width: 100%;height:300px"></div>
|
<div v-if="active==1" style="width: 100%">
|
||||||
|
<div id="chartWrap" style="width: 100%;height:300px"></div>
|
||||||
|
</div>
|
||||||
<div v-if="isMobile && activeIndex==3" class="selectWrap">
|
<div v-if="isMobile && activeIndex==3" class="selectWrap">
|
||||||
<el-select v-model="value" @change="changeHandle">
|
<el-select v-model="value" @change="changeHandle">
|
||||||
<el-option
|
<el-option
|
||||||
@ -230,7 +232,7 @@ export default {
|
|||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
total: 0,
|
total: 0,
|
||||||
swithVal: true,
|
swithVal: true,
|
||||||
supplierId:'',//1128,
|
supplierId:'',
|
||||||
selectLoading: false,
|
selectLoading: false,
|
||||||
selectOption: [],
|
selectOption: [],
|
||||||
}
|
}
|
||||||
@ -1221,6 +1223,7 @@ export default {
|
|||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 7px 7px 0px 0px;
|
border-radius: 7px 7px 0px 0px;
|
||||||
@include sizeWeightCol(13px, 500, #5D7FD7 !important);
|
@include sizeWeightCol(13px, 500, #5D7FD7 !important);
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .van-tabs__line {
|
::v-deep .van-tabs__line {
|
||||||
@ -1341,9 +1344,7 @@ export default {
|
|||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border: 4px solid;
|
border: 4px solid;
|
||||||
//border-color: #F1B289 transparent transparent transparent;
|
border-color: #F1B289 transparent transparent transparent;
|
||||||
border-color: transparent transparent transparent transparent;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user