haoxuan
2023-12-01 35a5eaea2cedb4bef40398e28f656ab82036e658
src/components/cockpitPage/BackgroundBoardLayout.vue
@@ -19,10 +19,10 @@
        </div>
        <div class="left-bottom-right-block">
          <div class="right-bottom-top-block">
            <slot name="leftBlock2"></slot>
            <slot name="leftBlock5"></slot>
          </div>
          <div class="right-bottom-bottom-block">
            <slot name="leftBlock3"></slot>
            <slot name="leftBlock6"></slot>
          </div>
        </div>
      </div>
@@ -166,6 +166,5 @@
}
.right-bottom-block {
  height: 35%;
  background: #dd355f;
}
</style>