a little change
This commit is contained in:
parent
86f4cf4c6d
commit
43d5822200
|
@ -10,7 +10,9 @@
|
|||
color: '#251B1D',
|
||||
fontWeight: 'bold',
|
||||
transform: 'scale(1.05)'
|
||||
}" :inactiveStyle="{
|
||||
}"
|
||||
:lineColor="`url(${lineBg}) 100% 100%`"
|
||||
:inactiveStyle="{
|
||||
color: '#AFADB0 ',
|
||||
transform: 'scale(1)'
|
||||
}" itemStyle=" height: 50px; ">
|
||||
|
@ -70,7 +72,7 @@ export default {
|
|||
}],
|
||||
workList: [],
|
||||
pages: 1,
|
||||
size: 20,
|
||||
size: 20, lineBg: '../../static/scrollLine.png',
|
||||
};
|
||||
},
|
||||
// 下拉刷新
|
||||
|
@ -266,10 +268,6 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
/* /deep/ .u-tabs__wrapper__nav__item__text {
|
||||
font-size: 28rpx;
|
||||
}*/
|
||||
|
||||
/deep/ .u-tabs__wrapper__nav__line {
|
||||
height: 14px !important;
|
||||
width: 30px !important;
|
||||
|
|
Loading…
Reference in New Issue