From eab634a5622a4af2f2dfeb9d56a3d35eab2f80ad Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Wed, 21 May 2025 15:23:11 +0800 Subject: [PATCH] dev --- src/components/settings/item/ItemSearch.vue | 37 +-- .../settings/item/group/GroupAdd.vue | 235 +++++++++++------- .../settings/item/group/GroupList.vue | 5 +- 3 files changed, 172 insertions(+), 105 deletions(-) diff --git a/src/components/settings/item/ItemSearch.vue b/src/components/settings/item/ItemSearch.vue index 8332408..d713d90 100644 --- a/src/components/settings/item/ItemSearch.vue +++ b/src/components/settings/item/ItemSearch.vue @@ -3,14 +3,14 @@ @@ -67,6 +67,7 @@ let tableRowClassName = (res: any) => { } let changePage = (page: number) => { + searchResult.value.pageNum = page; searchSocialItem() } const changeCurRow = (row: any) => { @@ -124,28 +125,20 @@ const close = () => { width: 100%; height: 100%; overflow: hidden; - margin: auto; - margin-top: 20px; border-radius: 10px; box-sizing: border-box; - padding: 10px; + padding: 24px; display: flex; flex-direction: column; } .search_wrapper { - position: relative; width: 100%; display: flex; - margin: 0 auto; - height: 60px; + margin-bottom: 24px; span { - position: relative; - display: block; - width: 100px; - text-align: right; - line-height: 40px; + line-height: 42px; } .input { @@ -153,6 +146,9 @@ const close = () => { flex: 1; } + .default-btn { + margin-left: 24px; + } button { width: 80px; @@ -185,5 +181,16 @@ const close = () => { :deep(.el-input__wrapper) { width: 100%; + height: 42px; +} + +.btn { + .default-btn { + margin-right: 24px; + + &:last-child { + margin-right: 0; + } + } } diff --git a/src/components/settings/item/group/GroupAdd.vue b/src/components/settings/item/group/GroupAdd.vue index 211b852..a70452b 100644 --- a/src/components/settings/item/group/GroupAdd.vue +++ b/src/components/settings/item/group/GroupAdd.vue @@ -1,106 +1,129 @@ \ No newline at end of file diff --git a/src/components/settings/item/group/GroupList.vue b/src/components/settings/item/group/GroupList.vue index 5063f20..4608f5c 100644 --- a/src/components/settings/item/group/GroupList.vue +++ b/src/components/settings/item/group/GroupList.vue @@ -3,7 +3,7 @@ - +