From 6dfb5e44a7072d78ca6c04d21b7ed8ad126b874f Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 01 七月 2025 14:05:44 +0800 Subject: [PATCH] 1.巡检管理频次选择逻辑修改 --- 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