zouyu
2026-07-01 72780bc3f7a4b47ebba49f28f4ffe219c14349ba
src/views/performance/class/index.vue
@@ -1142,15 +1142,15 @@
.scroll-right {
  width: calc(100% - 220px);
  /* 减去左边区域宽度 */
  min-height: calc(100% - 10px);
  /*min-height: calc(100% - 10px);*/
  /* 视口高度 */
  margin-left: 220px;
  overflow-x: auto;
  /*overflow-x: auto;*/
}
.content {
  /* 视口高度 */
  min-height: calc(100% - 10px);
  /*min-height: calc(100% - 10px);*/
}
.content-title {