PAMapp/pages/myConsultantList.vue
@@ -1,6 +1,6 @@ <template> <div> <div class="flex mb-30"> <div class="pam-cus-tabs mb-30"> <div class="cus-tab-item" :class="{'is-active': activeTabName === 'consultantList'}" @@ -73,27 +73,4 @@ } } </script> <style lang="scss" scoped> .flex { display: flex; width: 100%; height: 45px; .cus-tab-item { width: 50%; text-align: center; font-size: 24px; border-bottom: solid 3px $LIGHT_GREY; cursor: pointer; } .is-active { font-weight: bold; border-bottom: solid 3px $PRIMARY_BLACK; } } </style> </script>