jsc-ztjs.less 864 B

1234567891011121314151617181920212223242526272829303132
  1. //驾驶舱模块-状态监视白色主题样式
  2. @import "./setting.less";
  3. #appBody.light {
  4. .status-panel .status-com-panel .p-body .category-box[data-v-74094c42]{
  5. width: 100%;
  6. background-color: @white;
  7. transition : @transition;
  8. display: flex;
  9. margin-bottom: 0.37vh;
  10. }
  11. .el-scrollbar__wrap{
  12. background: @white;
  13. transition : @transition;
  14. }
  15. .booster-station .btn-group-tabs[data-v-7cf05ca5]{
  16. display: flex;
  17. flex-direction: row;
  18. background: @white;
  19. height: 60px;
  20. }
  21. .map-1 .btn-group-tabs[data-v-0ec6dd0b]{
  22. display: flex;
  23. flex-direction: row;
  24. background: @white;
  25. height: 50px;
  26. }
  27. //驾驶舱模块-Agc白色主题样式
  28. .com-panel2 .panel-header2 .panel-tools2{
  29. color: @black;
  30. opacity: 0.3;
  31. }
  32. }