1
haoxuan
2024-01-24 b4a603e7e1c123195f5515aa7c3b247e1784fb76
src/views/dashboard/components/TaskTabs.vue
@@ -39,14 +39,14 @@
<style scoped lang="scss">
$active-bg: #6b83ff;
$tab-bg: #0b4694;
$tab-height: 50px;
$tab-height: 46px;
.task-tabs {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: $tab-height;
  font-size: 20px;
  font-size: 18px;
  .task-tab-item {
    background-color: $tab-bg;
@@ -77,7 +77,7 @@
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    bottom: -8px;
    display: none;
  }
  .active.triangle-tip:before {