zhang_12370
5 天以前 fc75f2f27f1ce66801c5637175046f8c65a81249
src/views/index.vue
@@ -325,11 +325,12 @@
}
</script>
<style scoped>
<style scoped lang="scss">
.dashboard {
  padding: 20px;
  background-color: #f5f7fa;
  min-height: 100vh;
  min-height: 91vh;
  box-sizing: border-box;
}
/* 顶部统计卡片 */
@@ -507,7 +508,7 @@
/* 表格样式调整 */
.bottom-card.table {
  min-width: 320px;
  width: 100%;
}
.bottom-card.table .el-table {
@@ -518,7 +519,16 @@
.bottom-card.table .el-table th {
  padding: 8px 0;
}
:deep(.el-scrollbar__view){
  width: 100% !important;
}
:deep(.el-table__header,){
    width: 100% !important;
  }
:deep(.el-table__body,){
    width: 100% !important;
  }
/* 响应式设计 */
@media (max-width: 1200px) {
  .bottom-section {