Browse Source

bug修改

wangfei 6 years ago
parent
commit
3ad10871f7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/system/library/borrow/borrow.vue

+ 1
- 1
src/pages/system/library/borrow/borrow.vue View File

@@ -51,7 +51,7 @@
51 51
         <el-form-item label="图书名">
52 52
           <el-input v-model="formData.name" :style="{ width: '200px' }"></el-input>
53 53
         </el-form-item>
54
-        <el-form-item :style="{ float: 'right' }">
54
+        <el-form-item :style="{ float: 'right', marginRight: '50px' }">
55 55
           <el-button type="primary" @click="search()">搜索</el-button>
56 56
         </el-form-item>
57 57
       </el-form>