/* 工作台调整样式 :global(.dashboard-div-style){ height: 100%; width:100%; border-radius:10px; background-color:white; min-height: 20px; } :global(.slide-style){ margin-bottom: 10px; background: #dbe9ea; font-size: 24px; font-weight: bold; color:#cc0000; border-radius:4px; height:40px; line-height:40px; overflow:hidden; } :global(.slide-text-style){ position:relative; display:inline-block; white-space:nowrap; animation: slide-text-style 10s linear 1s infinite ; } @keyframes slide-text-style{ 0%{margin-left:100%;} 100%{margin-left:-800px;} } :global(.slick-prev){ padding: 2px 0px 0px 0px !important; } :global(.slick-next){ padding: 2px 0px 0px 0px !important; } :global(.slick-dots){ position: absolute!important; bottom: 20px!important; z-index: 100; } :global(.slick-prev){ background-color: rgb(50,150,250) !important; left: 8px !important; z-index: 100 !important; border-radius: 50%; } :global(.slick-next){ background-color: rgb(50,150,250) !important; right: 8px !important; z-index: 100 !important; border-radius: 50%; } :global(.score-title-style){ font-size: 14pt; padding-top: 18px; color: red; text-align: center; min-width: 110px; } :global(.score-num-style){ font-size: 60pt; font-weight: bold; margin-top: 14px; color: white; text-align: center; } :global(.score-icon-style){ font-size: 30pt; margin-top: -64px; color: white; float: right; } :global(.backlog-title-style){ font-size: 16pt; margin-left: 22px; padding-top: 10px; color: white; min-width: 120px; } :global(.backlog-title-style2){ font-size: 12pt; margin-left: 10px; padding-top: 2px; color: white; min-width: 500px; } :global(.backlog-style){ font-size: 48pt; font-weight: bold; margin-left:24px; color: white; margin-top: -10px; } :global(.backlog-style4){ font-size: 44pt; font-weight: bold; margin-left:24px; color: white; margin-top: -10px; } :global(.backlog-style2){ font-size: 20pt; font-weight: bold; margin-left:10px; color: white; margin-top: -8px; } :global(.backlog-style3){ font-size: 16pt; font-weight: bold; margin-left:10px; color: white; margin-top: -8px; } :global(.notice-title-style){ color: rgb(255, 255, 255); font-size: 16pt; margin-left: 20px; padding-top: 6px; } :global(.notice-title-style span){ float: right; margin-right: 48px; font-size: 14pt; margin-top: 6px; } :global(.notice-content-style ){ color: white; line-height: 38px; margin-left: 20px; margin-top: 20px; font-size: 12pt; } :global(.notice-content-style span){ margin-right: 16px; } :global(.statistical-title-style){ border-bottom: 1px solid #d9d9d9; color: #333333; font-size: 18px; padding: 8px 0px 0px 20px; } :global(.statistical-title-style2){ border-bottom: 1px solid #d9d9d9; color: #333333; font-size: 14px; padding: 8px 0px 0px 20px; } :global(.badge-style){ background: blue; width:5px; height:6px; margin-right:8px; display:inline-block; position: relative; top: -2px; } :global(.backlog-icon-style){ position: relative; top: -2px; margin-left: 45%; width: 30px; } :global(.backlog-icon-style2){ position: relative; } .sideContent :global(.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title){ padding: 0 10px !important; text-align: center; } .sideContent :global(.ant-menu-inline-collapsed){ width: inherit!important; } .IndexPageTabs{ background-color: inherit; } .IndexPageTabs :global(.ant-tabs-bar){ background-color: #ecf4f6; padding: 0 10px; } :global(.ant-select-combobox .ant-select-search__field) { z-index: auto!important; } */