From a112ecbbbb8eb3e61abf57c081e47070b0d10240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E5=BA=86=E6=B3=B0?= <12369755+htcloud1@user.noreply.gitee.com> Date: Tue, 18 Aug 2026 01:18:57 +0800 Subject: [PATCH] =?UTF-8?q?style(manager/accounts):=20filter-tip=20?= =?UTF-8?q?=E5=8A=A0=20padding-left:120px=20=E8=B7=9F=20el-input=20?= =?UTF-8?q?=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ry-vue3/src/views/manager/Accounts.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ry-vue3/src/views/manager/Accounts.vue b/ry-vue3/src/views/manager/Accounts.vue index bf92955..ebdefc6 100644 --- a/ry-vue3/src/views/manager/Accounts.vue +++ b/ry-vue3/src/views/manager/Accounts.vue @@ -78,5 +78,5 @@ onMounted(loadProfile) /* 整页面板 (与 People.vue 风格一致) */ .manager-accounts { padding: 16px; } .breadcrumb { font-size: 13px; color: #8c8c8c; margin-bottom: 12px; } -.filter-tip { color: #909399; font-size: 12px; margin-bottom: 12px; } +.filter-tip { color: #909399; font-size: 12px; margin-bottom: 12px; padding-left: 120px; } \ No newline at end of file