From 8ca5a05fe44094fbf0d746e03c9a323237a5eb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Tue, 11 Oct 2022 10:18:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20flow=20=E7=9A=84=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E6=8C=89=E9=92=AE=EF=BC=8C=E4=BB=A5=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=20grid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/layui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/layui.css b/src/css/layui.css index 8f784534..e100581d 100644 --- a/src/css/layui.css +++ b/src/css/layui.css @@ -897,7 +897,7 @@ a cite{font-style: normal; *cursor:pointer;} .layui-laypage button{margin-left: 10px; padding: 0 10px; cursor: pointer;} /** 流加载 **/ -.layui-flow-more{margin: 10px 0; text-align: center; color: #999; font-size: 14px;} +.layui-flow-more{margin: 10px 0; text-align: center; color: #999; font-size: 14px; clear: both;} .layui-flow-more a{ height: 32px; line-height: 32px; } .layui-flow-more a *{display: inline-block; vertical-align: top;} .layui-flow-more a cite{padding: 0 20px; border-radius: 3px; background-color: #eee; color: #333; font-style: normal;}