diff --git a/src/main/webapp/assets/css/feeds.css b/src/main/webapp/assets/css/feeds.css index a25d36d73..c74bc7446 100644 --- a/src/main/webapp/assets/css/feeds.css +++ b/src/main/webapp/assets/css/feeds.css @@ -214,7 +214,6 @@ display: inline-block; padding: 6px 10px 6px 26px; padding-right: 0; - color: #888; } .feeds-list .actions li>a:hover, @@ -226,12 +225,31 @@ left: 6px; } +.feeds-pages { + margin-top: 10px; +} + +.feeds-pages .float-left>p { + margin: 0; + margin-top: 9px; +} + +.feeds-pages .pagination { + margin-bottom: 0; +} + .comments { margin-left: 56px; margin-top: 4px; margin-bottom: 10px; } +.comments .comment-reply { + background-color: #f5f5f5; + padding: 15px; + margin-bottom: 15px; +} + .comments .rich-input { margin-top: 0; } @@ -244,11 +262,10 @@ border: 1px solid #eee; border-radius: 2px; background-color: #fff; - height: 40px; + height: 39px; color: #aaa; padding: 9px 10px; cursor: text; - margin-bottom: 15px; } .comments .reply-mask:hover { @@ -257,7 +274,9 @@ .comment-list>div { padding: 8px 0; - border-bottom: 1px dotted #ddd; + border-bottom: 1px dotted #eee; + margin: 0; + margin-top: 5px; } .comment-list .feeds>.content .rich { @@ -290,6 +309,10 @@ right: 0; } +.comments .feeds-pages .float-left>p { + margin-top: 3px; +} + .side-wrapper { position: sticky; top: 60px; @@ -300,7 +323,7 @@ .fixed-icon { position: relative; padding-left: 17px; - color: #888; + color: #777; } .fixed-icon>.zmdi { diff --git a/src/main/webapp/assets/css/rb-base.css b/src/main/webapp/assets/css/rb-base.css index b2efd4727..6315f05a2 100644 --- a/src/main/webapp/assets/css/rb-base.css +++ b/src/main/webapp/assets/css/rb-base.css @@ -5541,6 +5541,11 @@ input[type=submit].btn-block { .page-link .icon { font-size: 1.2rem; + transform: translateY(1px); +} + +.pagination-sm .page-link .icon { + transform: translateY(2px); } .page-link:hover { diff --git a/src/main/webapp/assets/css/rb-page.css b/src/main/webapp/assets/css/rb-page.css index 3cc18aecd..07df888e2 100644 --- a/src/main/webapp/assets/css/rb-page.css +++ b/src/main/webapp/assets/css/rb-page.css @@ -100,6 +100,10 @@ html.admin .admin-show.row { transform: rotate(45deg); } +.pagination.pagination-sm .page-link { + min-width: 28px; +} + .text-disabled { color: #aaa; font-style: italic; @@ -194,6 +198,10 @@ a.btn { text-decoration: none !important; } +.btn.btn-link.btn-sm { + line-height: 30px; +} + .btn.btn-link:hover { color: #0d5bdd !important; } diff --git a/src/main/webapp/assets/js/feeds/feeds-list.jsx b/src/main/webapp/assets/js/feeds/feeds-list.jsx index 88bbdde1b..6dbd3e97f 100644 --- a/src/main/webapp/assets/js/feeds/feeds-list.jsx +++ b/src/main/webapp/assets/js/feeds/feeds-list.jsx @@ -30,7 +30,7 @@ class FeedsList extends React.Component {
@@ -84,18 +84,7 @@ class FeedsList extends React.Component { })} - +共 {this.state.rowsTotal} 条数据
+