123456789101112131415161718192021222324252627282930 |
- //驾驶舱模块-状态监视白色主题样式
- @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;
- }
- .map-1 .btn-group-tabs[data-v-0ec6dd0b]{
- display: flex;
- flex-direction: row;
- background: @white;
- height: 50px;
- }
- .status-panel .status-com-panel .p-body .item-box .data-item.light[data-v-74094c42]{
- background-color: @deepblue;
- position: relative;
- }
- //驾驶舱模块-Agc白色主题样式
- .com-panel2 .panel-header2 .panel-tools2{
- color: @black;
- opacity: 0.3;
- }
- }
|