From e7e4c9460a261931a33126a42a62bac75f7bc969 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 06 三月 2021 14:39:11 +0800 Subject: [PATCH] # --- src/main/webapp/views/mat/mat.html | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html index ac87ff6..d16e8c5 100644 --- a/src/main/webapp/views/mat/mat.html +++ b/src/main/webapp/views/mat/mat.html @@ -33,11 +33,14 @@ padding: 30px 30px 10px 0px; margin-left: 0px; } + .layui-form.layui-border-box.layui-table-view { + height: 100%; + } </style> </head> <body> -<div class="layui-fluid" style="padding-bottom: 0;"> +<div class="layui-fluid" style="padding-bottom: 0;margin-bottom: 30px"> <!-- 宸� --> <div class="layui-row layui-col-space15"> <div class="layui-col-md3"> -- Gitblit v1.9.1