From 4e0e9dbd7dd76c410c69be093e9bcd444642d9b1 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 9 Nov 2023 09:46:02 +0800 Subject: [PATCH] * Adjust app view page style. --- module/store/css/appview.ui.css | 4 +++- module/store/ui/appview.html.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/module/store/css/appview.ui.css b/module/store/css/appview.ui.css index d89935a49e..fa9b59afb4 100644 --- a/module/store/css/appview.ui.css +++ b/module/store/css/appview.ui.css @@ -6,4 +6,6 @@ #dynamicPager {justify-content: flex-end;} #dynamicPager .ghost {color: rgb(131, 138, 157);} #dynamicTable a {color: inherit;} -#store-detail-action .install-btn {padding-left: 25px; padding-right: 25px;} \ No newline at end of file +#store-detail-action .install-btn {padding-left: 25px; padding-right: 25px;} + +.menu-item > .item-inner, .menu-item > a {justify-content: flex-start;} diff --git a/module/store/ui/appview.html.php b/module/store/ui/appview.html.php index 85c57cced6..0f224e739b 100644 --- a/module/store/ui/appview.html.php +++ b/module/store/ui/appview.html.php @@ -141,7 +141,7 @@ detailBody setClass('table borderless table-hover mb-3'), ...$dynamicArticlesWd, ), - pager(setID('dynamicPager')), + pager(set::props(array('id' => 'dynamicPager'))), ) ) )