From 8c3c1bbe9f331313a6bd2e071bdae20445926e6e Mon Sep 17 00:00:00 2001 From: zxy Date: Tue, 21 Apr 2026 16:44:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(example):=20=E9=87=8D=E6=9E=84=E6=9C=BA?= =?UTF-8?q?=E5=8F=B0=E5=8F=82=E6=95=B0=E8=A1=A8=E5=8D=95=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=B7=A5=E8=89=BA=E5=8F=82=E6=95=B0=E6=98=8E=E7=BB=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/example/tsoorder/index.vue | 36 +++---------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/jnpf-java-boot/jnpf-web/src/views/example/tsoorder/index.vue b/jnpf-java-boot/jnpf-web/src/views/example/tsoorder/index.vue index d79408b..e96e7f5 100644 --- a/jnpf-java-boot/jnpf-web/src/views/example/tsoorder/index.vue +++ b/jnpf-java-boot/jnpf-web/src/views/example/tsoorder/index.vue @@ -43,34 +43,13 @@ - - - - 查询 - - - 重置 - - - 生成订单 - - -
-
+
+ 查询 + 重置 + 生成订单 +
@@ -404,9 +383,4 @@ export default { ::v-deep .el-form-item__label { text-align: left !important; } -.button-col { - display: flex; - align-items: center; - gap: 8px; -}