From 3a6fca8a9ef505301907217ac9d98866fb5eeb3c Mon Sep 17 00:00:00 2001 From: huang <1532065656@qq.com> Date: 星期二, 25 三月 2025 11:08:57 +0800 Subject: [PATCH] 修改看板表格加滚动,适应大屏 --- UI-Project/src/layout/MainErpView.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UI-Project/src/layout/MainErpView.vue b/UI-Project/src/layout/MainErpView.vue index dbbb8f9..82b46b1 100644 --- a/UI-Project/src/layout/MainErpView.vue +++ b/UI-Project/src/layout/MainErpView.vue @@ -234,9 +234,9 @@ } #main { - width: 99%; + width: 100%; float: right; - height: 99%; + height: 100%; background-color: #fff; } -- Gitblit v1.8.0