task#14196,border适配问题

This commit is contained in:
2024-07-08 13:59:47 +08:00
parent ad49a716b9
commit 39603134fb

View File

@ -108,7 +108,9 @@
</div>
<div :class="{'chartWrapWeb':!isMobile,'comChart':true}">
<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">
<el-select v-model="value" @change="changeHandle">
<el-option
@ -230,7 +232,7 @@ export default {
pageSize: 10,
total: 0,
swithVal: true,
supplierId:'',//1128,
supplierId:'',
selectLoading: false,
selectOption: [],
}
@ -1221,6 +1223,7 @@ export default {
background: #FFFFFF;
border-radius: 7px 7px 0px 0px;
@include sizeWeightCol(13px, 500, #5D7FD7 !important);
border-bottom: none;
}
::v-deep .van-tabs__line {
@ -1341,9 +1344,7 @@ export default {
width: 0;
height: 0;
border: 4px solid;
//border-color: #F1B289 transparent transparent transparent;
border-color: transparent transparent transparent transparent;
border-color: #F1B289 transparent transparent transparent;
}
}