zouyu
2026-05-07 b0d4df5f39525ae7fe252e8ee65d85fd71dca721
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 {