@import "~@/mixins.less"; .quickSwitchTabComponent { z-index: 20; position: absolute; top: 0; right: -10px; .size(36px, auto); .flex(); flex-direction: column; gap: 10px; >div { .size(100%, 92px); .flex(center, center); overflow: hidden; padding: 0 5px 0 9px; font-size: 18px; font-weight: bold; line-height: 20px; background: #FFFFFF; box-shadow: -4px 4px 4px 0px rgba(0, 0, 0, 0.1); border-radius: 10px 0px 0px 10px; cursor: default; &:hover { color: #1890FF; } } .active { background: #D2E5FF; color: #1890FF; } } .quickSwitchTabEngComponent{ z-index: 20; position: absolute; top: 0; right: -10px; .size(60px, auto); .flex(); flex-direction: column; gap: 10px; >div { .size(100%, 92px); .flex(center, center); overflow: hidden; padding: 0 5px 0 9px; font-size: 12px; font-weight: bold; line-height: 22px; background: #FFFFFF; box-shadow: -4px 4px 4px 0px rgba(0, 0, 0, 0.1); border-radius: 10px 0px 0px 10px; cursor: default; &:hover { color: #1890FF; } } .active { background: #D2E5FF; color: #1890FF; } }