a little change

This commit is contained in:
周源 2022-05-07 10:37:15 +08:00
parent 86f4cf4c6d
commit 43d5822200
1 changed files with 4 additions and 6 deletions

View File

@ -10,7 +10,9 @@
color: '#251B1D', color: '#251B1D',
fontWeight: 'bold', fontWeight: 'bold',
transform: 'scale(1.05)' transform: 'scale(1.05)'
}" :inactiveStyle="{ }"
:lineColor="`url(${lineBg}) 100% 100%`"
:inactiveStyle="{
color: '#AFADB0 ', color: '#AFADB0 ',
transform: 'scale(1)' transform: 'scale(1)'
}" itemStyle=" height: 50px; "> }" itemStyle=" height: 50px; ">
@ -70,7 +72,7 @@ export default {
}], }],
workList: [], workList: [],
pages: 1, pages: 1,
size: 20, size: 20, lineBg: '../../static/scrollLine.png',
}; };
}, },
// //
@ -266,10 +268,6 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/* /deep/ .u-tabs__wrapper__nav__item__text {
font-size: 28rpx;
}*/
/deep/ .u-tabs__wrapper__nav__line { /deep/ .u-tabs__wrapper__nav__line {
height: 14px !important; height: 14px !important;
width: 30px !important; width: 30px !important;