From 8b4db9c89e733066826487e76fb41b322a9f92ae Mon Sep 17 00:00:00 2001 From: QiuSW <105186638@qq.com> Date: Thu, 24 Sep 2026 14:39:47 +0800 Subject: [PATCH] style(web): narrow SYB order-code filter input to 80% width (#339) 210px -> 168px, requested while trying the 500-rows page. Co-Authored-By: Claude Opus 5.5 Claude-Session: https://claude.ai/code/session_01NTDbDcwbDw1TSAcE6wfh2F --- web/src/views/goauto/syb-products/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/goauto/syb-products/index.vue b/web/src/views/goauto/syb-products/index.vue index 4ffabf8..c6660da 100644 --- a/web/src/views/goauto/syb-products/index.vue +++ b/web/src/views/goauto/syb-products/index.vue @@ -853,7 +853,7 @@ export default { .search-form{display:flex;flex-wrap:nowrap;align-items:center;column-gap:8px;padding:12px 16px 0;margin-bottom:16px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc} .search-form :deep(.el-form-item){margin-right:0;margin-bottom:12px} .search-form :deep(.el-form-item__content){flex-wrap:nowrap} -.shop-input{width:130px}.order-codes-input{width:210px}.unlinked-tag{margin-left:8px} +.shop-input{width:130px}.order-codes-input{width:168px}.unlinked-tag{margin-left:8px} .shop-option{display:flex;align-items:center;justify-content:space-between;gap:12px} .shop-option-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .toolbar-actions :deep(.el-form-item__content){gap:8px}