pengwei
2025-04-27 366612bd8e8b88d02a98edf508f96d7add23ff9f
项目代码/可视化大屏/client/src/layout/index.vue
@@ -183,8 +183,8 @@
        <router-view
          style="
            height: calc(100vh - 4.38rem - 1.61rem);
            width: calc(100vw - 1.61rem);
            height: calc(100vh - 4.38rem - 10rem);
            width: calc(100vw - 10rem);
          "
          v-slot="{ Component }"
        >
@@ -781,10 +781,11 @@
.main {
  width: 100%;
  flex: 1;
  background-image: url("../assets/index/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0.81rem 0.81rem;
  // background-image: url("../assets/index/bg.png");
  // background-repeat: no-repeat;
  // background-size: 100% 100%;
  background: linear-gradient(to bottom, #0072c6, #2e6aa7);
  padding: 5rem 5rem;
  box-sizing: border-box;
}