From 68e6afe2bc6ce68b341e7dccff4bd1b0e5f2c905 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 04 Feb 2026 13:58:41 +0800
Subject: [PATCH] feat:调整
---
applications/drone-command/src/views/system/param.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/drone-command/src/views/system/param.vue b/applications/drone-command/src/views/system/param.vue
index 5bbf8ed..e715670 100644
--- a/applications/drone-command/src/views/system/param.vue
+++ b/applications/drone-command/src/views/system/param.vue
@@ -3,7 +3,7 @@
<div class="avue-crud">
<el-row :hidden="!search">
<!-- 查询模块 -->
- <div class="ztzf-form-search">
+ <div class="command-form-search">
<el-form inline :model="query">
<el-row :gutter="24">
<el-col :span="8">
@@ -137,7 +137,7 @@
</el-row>
<!-- 表单模块 -->
<el-dialog
- class="ztzf-dialog-mange"
+ class="command-dialog-mange"
:title="title"
v-model="box"
width="50%"
--
Gitblit v1.9.3