Browse Source

fix : [试验管理] [稽查轨迹] 样式修改

master
memorylkf 1 week ago
parent
commit
c6b2d9e757
2 changed files with 10 additions and 7 deletions
  1. +1
    -1
      src/views/business/comps/common/JcgjList.vue
  2. +9
    -6
      src/views/business/study/comp/detail.vue

+ 1
- 1
src/views/business/comps/common/JcgjList.vue View File

@ -1,7 +1,7 @@
<template>
<div class="jcgjList">
<div class="jcgjList-keywords">
<el-input v-model="queryParams.jcmc" clearable :placeholder="$t('form.placeholderInput')">
<el-input v-model="queryParams.jcmc" clearable :placeholder="$t('form.placeholderInput')" @keyup.enter.native="handleQuery">
<el-button slot="append" icon="el-icon-search" @click="handleQuery"></el-button>
</el-input>
</div>

+ 9
- 6
src/views/business/study/comp/detail.vue View File

@ -78,9 +78,14 @@ G