From cc8560a0489b7e8a06fee7cb389f3820995b7192 Mon Sep 17 00:00:00 2001 From: XFeng Date: Tue, 13 Jan 2026 18:03:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor(OperationColumn):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E5=AE=BD=E5=BA=A6=E8=AE=A1=E7=AE=97=E7=9A=84?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=88=97=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 用更动态的方法代替静态宽度计算 - 优化计算逻辑代码 --- src/components/OperationColumn/index.vue | 98 ++++++++++-------------- 1 file changed, 40 insertions(+), 58 deletions(-) diff --git a/src/components/OperationColumn/index.vue b/src/components/OperationColumn/index.vue index f9f26eef..f7b9cdef 100644 --- a/src/components/OperationColumn/index.vue +++ b/src/components/OperationColumn/index.vue @@ -1,28 +1,29 @@ -