From e48fff7164866d4afb3ec54b587de2c8c25e48de Mon Sep 17 00:00:00 2001 From: zhang_12370 <z2864490065@outlook.com> Date: 星期四, 26 六月 2025 11:35:53 +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