diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 7e6e474c1..85ba1d536 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -887,6 +887,7 @@ export default { doc: '文档', document: '文档说明', updatePrompt: '当前应用均为最新版本', + installPrompt: '尚未安装任何应用', }, website: { website: '网站', diff --git a/frontend/src/styles/common.scss b/frontend/src/styles/common.scss index 3fe385078..414eb7f15 100644 --- a/frontend/src/styles/common.scss +++ b/frontend/src/styles/common.scss @@ -228,6 +228,7 @@ // search条圆角 .search-button { + float: right; .el-input__wrapper { border-radius: 50px; } diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue index 9d5541223..0956ffdf2 100644 --- a/frontend/src/views/app-store/installed/index.vue +++ b/frontend/src/views/app-store/installed/index.vue @@ -3,29 +3,31 @@