xiangpei
2024-07-23 8d5e3919b20459b95ed3d978e3814f8a7f18d51f
src/views/system/data-manage/data-detail/index.vue
@@ -56,8 +56,8 @@
        <el-input v-model="queryParams.bayonetName" placeholder="请输入卡口名称" clearable @keyup.enter.native="handleQuery" />
      </el-form-item>
      <el-form-item>
        <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
        <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
        <el-button type="primary" icon="el-icon-search" size="small" @click="handleQuery">搜索</el-button>
        <el-button icon="el-icon-refresh" size="small" @click="resetQuery">重置</el-button>
      </el-form-item>
    </el-form>
@@ -309,7 +309,7 @@
  width: 20%;
  height: 80px;
  margin-left: 5%;
  background-color: #5599F7;
  background-color: #1890FF;
  font-size: 50px;
  color: #FFF;
  width: 85px;
@@ -323,4 +323,4 @@
.dashboard-item {
  text-align: center;
}
</style>
</style>