diff --git a/src/views/index/right-center.vue b/src/views/index/right-center.vue index e1c9104..76fa09b 100644 --- a/src/views/index/right-center.vue +++ b/src/views/index/right-center.vue @@ -183,12 +183,15 @@ onMounted(() => { cursor: pointer; background: linear-gradient(0deg, rgba(145, 175, 207, 0.1) 10%, rgba(145, 175, 207, 0.4) 100%); border-top: 2px solid rgb(152, 194, 221); + box-shadow: 0px -10px 5px rgba(145, 175, 207, 0.2); } div.active { // background-color: #ccc; background: linear-gradient(0deg, rgba(145, 175, 207, 0.1) 10%, rgba(0, 155, 228, 0.6) 100%); border-top: 2px solid #00A2FF; + box-shadow: 0px -10px 5px rgba(0, 162, 255, 0.2); + } .no-tab {