张诺
2025-07-25 50b6007b336a65b7deb6c77c9fdc608865067608
src/views/production/index.vue
@@ -1,5 +1,5 @@
<template>
  <div>
  <div class="app-container">
    <!-- 搜索表单 -->
    <el-form :inline="true" :model="queryParams" class="search-form">
      <el-form-item label="搜索">
@@ -216,7 +216,7 @@
.search-form {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;