From 5b6a186ab28344775c6c342998bedc718ed315bb Mon Sep 17 00:00:00 2001 From: priscilla0123 <823841737@qq.com> Date: Tue, 16 May 2017 17:50:28 +0800 Subject: [PATCH] fix pager item >10,000 and more --- index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index e2dd526..2e2ad3d 100644 --- a/index.css +++ b/index.css @@ -33,8 +33,9 @@ text-align: center; color: #666; height: 28px; - width: 28px; + min-width: 28px; line-height: 28px; + padding:0 5px; text-decoration: none; } @@ -107,4 +108,4 @@ height: 24px; line-height: 24px; margin-left: 5px; -} \ No newline at end of file +}