diff --git a/frontend/src/business/components/common/head/HeaderOrgWs.vue b/frontend/src/business/components/common/head/HeaderOrgWs.vue index 7001b206fd..dfc1be978e 100644 --- a/frontend/src/business/components/common/head/HeaderOrgWs.vue +++ b/frontend/src/business/components/common/head/HeaderOrgWs.vue @@ -5,20 +5,22 @@ - + 'PROJECT_PERFORMANCE_TEST:READ','PROJECT_PERFORMANCE_REPORT:READ']" style="margin-top: 5px;"> - - {{ item.name }} - - + + + {{ item.name }} + + + @@ -170,29 +172,29 @@ export default { float: right; } -.ws-content { +.dropdown-content { height: 240px; overflow: auto; - margin-top: 5px; + /*margin-top: 5px;*/ } /* 设置滚动条的样式 */ -.ws-content::-webkit-scrollbar { +.dropdown-content::-webkit-scrollbar { width: 8px; } /* 滚动槽 */ -.ws-content::-webkit-scrollbar-track { +.dropdown-content::-webkit-scrollbar-track { border-radius: 10px; } /* 滚动条滑块 */ -.ws-content::-webkit-scrollbar-thumb { +.dropdown-content::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(0, 0, 0, 0.2); } -.ws-content::-webkit-scrollbar-thumb:window-inactive { +.dropdown-content::-webkit-scrollbar-thumb:window-inactive { background: rgba(255, 0, 0, 0.4); }