1234567891011121314151617181920212223242526272829303132 |
- //驾驶舱模块-状态监视白色主题样式
- @import "./setting.less";
- #appBody.light {
- .status-panel .status-com-panel .p-body .category-box[data-v-74094c42]{
- width: 100%;
- background-color: @white;
- transition : @transition;
- display: flex;
- margin-bottom: 0.37vh;
- }
- .el-scrollbar__wrap{
- background: @white;
- transition : @transition;
- }
- .booster-station .btn-group-tabs[data-v-7cf05ca5]{
- display: flex;
- flex-direction: row;
- background: @white;
- height: 60px;
- }
- .map-1 .btn-group-tabs[data-v-0ec6dd0b]{
- display: flex;
- flex-direction: row;
- background: @white;
- height: 50px;
- }
- //驾驶舱模块-Agc白色主题样式
- .com-panel2 .panel-header2 .panel-tools2{
- color: @black;
- opacity: 0.3;
- }
- }
|