From 65194ae22ba164c1d772f23eb02f991891b414fb Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:34:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=20(#1967)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed. --- frontend/src/layout/index.vue | 2 +- frontend/src/styles/common.scss | 2 +- frontend/src/views/app-store/apps/index.vue | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index 530b56ade..6ddb862e0 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -148,7 +148,7 @@ onMounted(() => { top: 0; bottom: 0; left: 0; - z-index: 1001; + z-index: 9999; overflow: hidden; } diff --git a/frontend/src/styles/common.scss b/frontend/src/styles/common.scss index e7c1923b9..1f38a3103 100644 --- a/frontend/src/styles/common.scss +++ b/frontend/src/styles/common.scss @@ -181,7 +181,7 @@ html { .mask-prompt { position: absolute; - z-index: 9999; + z-index: 9998; top: 220px; left: 45%; transform: translate(-50%, -50%); diff --git a/frontend/src/views/app-store/apps/index.vue b/frontend/src/views/app-store/apps/index.vue index f2617ae75..0acfbebd2 100644 --- a/frontend/src/views/app-store/apps/index.vue +++ b/frontend/src/views/app-store/apps/index.vue @@ -119,7 +119,6 @@ v-model:page-size="paginationConfig.pageSize" v-bind="paginationConfig" @change="search(req)" - :page-sizes="[30, 60, 90]" :layout="mobile ? 'total, prev, pager, next' : 'total, sizes, prev, pager, next, jumper'" /> @@ -259,14 +258,14 @@ onMounted(() => { } .app-desc { - margin-top: 5px; + margin-top: 8px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; - height: 45px; + height: 43px; .desc { font-size: 14px;