loulijun2021
2023-01-03 1c0d53fe69f4fe442810d2ccc0cd44ca54931393
src/views/zlgl/gxjyxm.vue
@@ -12,7 +12,7 @@
          :model="form"
          label-width="100px"
          inline
          style="display: flex;justify-content: space-between"
          style="display: flex"
        >
          <div class="elForm">
            <el-form-item label-width="70px" label="项目编码" style=" display: flex;">
@@ -25,7 +25,7 @@
              <el-input v-model="form.itemdescr" style="width: 200px" placeholder="请输入" />
            </el-form-item>
          </div>
          <div class="bodySearchReset" :style="{marginLeft:$store.state.app.sidebar.opened?'5%':'10%'}">
          <div class="bodySearchReset" :style="{marginLeft:$store.state.app.sidebar.opened? $store.state.settings.menuIsHorizontal?'15%':'3%':'10%'}">
            <el-button type="primary" icon="el-icon-search" @click="search">查询</el-button>
            <el-button type="info" icon="el-icon-refresh" @click="reset">重置</el-button>
          </div>