hyingbo
2 天以前 5636ee8eb5d1108668d0abf1e425268bde14922d
src/views/dashboard/TodoList.vue
@@ -587,7 +587,7 @@
  margin: 0;
  box-sizing: border-box;
  /* 新增:设置容器最大高度(可根据页面布局调整,如500px/80vh) */
  max-height: 80vh;
  max-height: 100vh;
  /* 新增:垂直方向溢出时显示滚动条,水平方向溢出隐藏(避免布局错乱) */
  overflow-y: auto;
  overflow-x: hidden;