From 3ca71b782b85c59413a3be2ddd181bd0c0756d43 Mon Sep 17 00:00:00 2001 From: yml2213 Date: Sat, 16 May 2026 15:32:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=89=8D=E7=AB=AFui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/styles/admin-config-pages.css | 37 +------------------ apps/frontend/src/styles/admin-list-pages.css | 1 + .../frontend/src/styles/element-overrides.css | 2 + .../admin/audit-logs/AdminAuditLogsView.vue | 4 +- .../admin/dashboard/AdminDashboardView.vue | 4 +- .../fulfillment/AdminFulfillmentBindings.css | 2 +- .../AdminKuaishouCloudFulfillment.css | 1 + .../admin/inventory/AdminInventoryView.vue | 4 +- .../AdminMessageDeliveriesView.vue | 4 +- .../views/admin/orders/AdminOrdersView.vue | 4 +- .../AdminPlatformCloudtentaclesSection.vue | 6 +-- .../AdminPlatformKuaishouEticketSection.vue | 4 +- .../AdminPlatformNotificationSection.vue | 4 +- .../src/views/admin/tasks/AdminTasksView.vue | 6 +-- .../src/views/admin/users/AdminUsersView.vue | 4 +- .../webhook-events/AdminWebhookEventsView.vue | 4 +- 16 files changed, 31 insertions(+), 60 deletions(-) diff --git a/apps/frontend/src/styles/admin-config-pages.css b/apps/frontend/src/styles/admin-config-pages.css index 08727357..5ddd347a 100644 --- a/apps/frontend/src/styles/admin-config-pages.css +++ b/apps/frontend/src/styles/admin-config-pages.css @@ -4,8 +4,7 @@ 各页面自行覆盖颜色、圆角、主题属性 ============================================================ */ -/* ---------- 面板头部 & 分区标题 ---------- */ -.panel-header, +/* ---------- 分区标题 ---------- */ .section-title-row { display: flex; justify-content: space-between; @@ -13,30 +12,15 @@ align-items: flex-start; } -.panel-header { - flex-wrap: wrap; -} - -.panel-header-copy { - min-width: 280px; - flex: 1; -} - -.panel-header h1, -.panel-header-copy h1, .section-title-row h3 { margin: 0; } -.panel-header p, -.panel-header-copy p, .section-title-row p { margin: 6px 0 0; } /* ---------- 头部工具 ---------- */ -.header-tags, -.header-actions, .section-header-tools, .section-mini-stats, .section-action-group { @@ -46,7 +30,6 @@ align-items: center; } -.header-actions, .section-header-tools { justify-content: flex-end; } @@ -245,16 +228,6 @@ color: #027a48; } -/* ---------- 折叠 ---------- */ -.collapse-button { - border: 1px solid rgba(86, 108, 138, 0.18); - background: rgba(255, 255, 255, 0.96); - border-radius: var(--radius-full); - padding: 7px 12px; - font: inherit; - cursor: pointer; -} - .binding-collapsed-preview { display: grid; gap: 6px; @@ -268,15 +241,9 @@ align-items: center; } -/* ---------- 复选框 ---------- */ -.checkbox-line { - display: inline-flex; - gap: 8px; - align-items: center; -} - /* ---------- 工具栏提示 ---------- */ .toolbar-hint { margin: 10px 0 0; font-size: var(--text-xs); } +.mt-4 { margin-top: 16px; } diff --git a/apps/frontend/src/styles/admin-list-pages.css b/apps/frontend/src/styles/admin-list-pages.css index 866ac4e9..67bff397 100644 --- a/apps/frontend/src/styles/admin-list-pages.css +++ b/apps/frontend/src/styles/admin-list-pages.css @@ -306,3 +306,4 @@ flex: 1 1 auto; } } +.mt-4 { margin-top: 16px; } diff --git a/apps/frontend/src/styles/element-overrides.css b/apps/frontend/src/styles/element-overrides.css index 086d4d43..bf258a3c 100644 --- a/apps/frontend/src/styles/element-overrides.css +++ b/apps/frontend/src/styles/element-overrides.css @@ -115,3 +115,5 @@ .el-empty__description { color: var(--text-muted); } + +.mt-4 { margin-top: 16px; } diff --git a/apps/frontend/src/views/admin/audit-logs/AdminAuditLogsView.vue b/apps/frontend/src/views/admin/audit-logs/AdminAuditLogsView.vue index 26b5a719..2a9d3ee7 100644 --- a/apps/frontend/src/views/admin/audit-logs/AdminAuditLogsView.vue +++ b/apps/frontend/src/views/admin/audit-logs/AdminAuditLogsView.vue @@ -137,11 +137,11 @@ onMounted(loadAuditLogs) type="error" show-icon :closable="false" - style="margin-top: 16px" + class="mt-4" /> - + - +
diff --git a/apps/frontend/src/views/admin/fulfillment/AdminFulfillmentBindings.css b/apps/frontend/src/views/admin/fulfillment/AdminFulfillmentBindings.css index 080b9e5a..8fbc1038 100644 --- a/apps/frontend/src/views/admin/fulfillment/AdminFulfillmentBindings.css +++ b/apps/frontend/src/views/admin/fulfillment/AdminFulfillmentBindings.css @@ -124,6 +124,7 @@ .admin-panel :deep(.el-textarea__inner), .admin-panel :deep(.el-select__wrapper) { min-height: 40px; + border: 0; border-radius: 14px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 0 0 1px rgba(86, 108, 138, 0.18) inset; @@ -244,7 +245,6 @@ 响应式 ============================================== */ @media (max-width: 900px) { - .panel-header, .section-title-row, .section-header-tools, .binding-actions, diff --git a/apps/frontend/src/views/admin/fulfillment/AdminKuaishouCloudFulfillment.css b/apps/frontend/src/views/admin/fulfillment/AdminKuaishouCloudFulfillment.css index 65eea980..316578c2 100644 --- a/apps/frontend/src/views/admin/fulfillment/AdminKuaishouCloudFulfillment.css +++ b/apps/frontend/src/views/admin/fulfillment/AdminKuaishouCloudFulfillment.css @@ -282,6 +282,7 @@ .admin-panel :deep(.el-textarea__inner), .admin-panel :deep(.el-select__wrapper) { min-height: 36px; + border: 0; border-radius: var(--radius-sm); background: #fff; box-shadow: 0 0 0 1px var(--panel-line) inset; diff --git a/apps/frontend/src/views/admin/inventory/AdminInventoryView.vue b/apps/frontend/src/views/admin/inventory/AdminInventoryView.vue index 3f607af2..3305bebf 100644 --- a/apps/frontend/src/views/admin/inventory/AdminInventoryView.vue +++ b/apps/frontend/src/views/admin/inventory/AdminInventoryView.vue @@ -575,7 +575,7 @@ onMounted(async () => { type="error" show-icon :closable="false" - style="margin-top: 16px" + class="mt-4" /> { :page-size="pagination.pageSize" :total="pagination.total" layout="total, prev, pager, next" - style="margin-top: 16px; justify-content: center" + class="mt-4" style="justify-content: center" @current-change="loadInventoryItems" /> diff --git a/apps/frontend/src/views/admin/message-deliveries/AdminMessageDeliveriesView.vue b/apps/frontend/src/views/admin/message-deliveries/AdminMessageDeliveriesView.vue index 58c12809..80315723 100644 --- a/apps/frontend/src/views/admin/message-deliveries/AdminMessageDeliveriesView.vue +++ b/apps/frontend/src/views/admin/message-deliveries/AdminMessageDeliveriesView.vue @@ -178,7 +178,7 @@ onMounted(loadMessageDeliveries) type="error" show-icon :closable="false" - style="margin-top: 16px" + class="mt-4" /> @@ -274,7 +274,7 @@ onMounted(loadMessageDeliveries) :page-size="pagination.pageSize" :total="pagination.total" layout="total, prev, pager, next" - style="margin-top: 16px; justify-content: center" + class="mt-4" style="justify-content: center" @current-change="loadMessageDeliveries" /> diff --git a/apps/frontend/src/views/admin/orders/AdminOrdersView.vue b/apps/frontend/src/views/admin/orders/AdminOrdersView.vue index 087e1e0d..1b5bb3a3 100644 --- a/apps/frontend/src/views/admin/orders/AdminOrdersView.vue +++ b/apps/frontend/src/views/admin/orders/AdminOrdersView.vue @@ -224,7 +224,7 @@ onMounted(() => { type="error" show-icon :closable="false" - style="margin-top: 16px" + class="mt-4" /> { :page-size="pagination.pageSize" :total="pagination.total" layout="total, prev, pager, next" - style="margin-top: 16px; justify-content: center" + class="mt-4" style="justify-content: center" @current-change="applyFilters" /> diff --git a/apps/frontend/src/views/admin/platform-shops/components/AdminPlatformCloudtentaclesSection.vue b/apps/frontend/src/views/admin/platform-shops/components/AdminPlatformCloudtentaclesSection.vue index 9a9539cf..cc72f70c 100644 --- a/apps/frontend/src/views/admin/platform-shops/components/AdminPlatformCloudtentaclesSection.vue +++ b/apps/frontend/src/views/admin/platform-shops/components/AdminPlatformCloudtentaclesSection.vue @@ -234,10 +234,10 @@ defineProps() type="error" show-icon :closable="false" - style="margin-top: 16px" + class="mt-4" /> -
+

{{ cloudtentaclesSmsResult.phoneMasked }},{{ @@ -333,7 +333,7 @@ defineProps() >

-
{{
+      
{{
         cloudtentaclesDebugResult
       }}
() type="error" show-icon :closable="false" - style="margin-top: 16px" + class="mt-4" /> @@ -411,7 +411,7 @@ defineProps()
-
+
+