From fc75f2f27f1ce66801c5637175046f8c65a81249 Mon Sep 17 00:00:00 2001 From: zhang_12370 <z2864490065@outlook.com> Date: 星期四, 26 六月 2025 09:58:18 +0800 Subject: [PATCH] 完善部分页面查看 --- src/views/index.vue | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 452fcfa..525a893 100644 --- a/src/views/index.vue +++ b/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 { -- Gitblit v1.9.3