申请查询记录
Showing
1 changed file
with
5 additions
and
2 deletions
| ... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +33,7 @@ |
| 33 | </el-form-item> | 33 | </el-form-item> |
| 34 | </el-col> | 34 | </el-col> |
| 35 | <el-col :span="6"> | 35 | <el-col :span="6"> |
| 36 | <el-form-item label="查询用途:" label-width="90px">{{ form.djSqcxDO.cxyt }} | 36 | <el-form-item label="查询用途:">{{ form.djSqcxDO.cxyt }} |
| 37 | </el-form-item> | 37 | </el-form-item> |
| 38 | </el-col> | 38 | </el-col> |
| 39 | <el-col :span="6"> | 39 | <el-col :span="6"> |
| ... | @@ -163,7 +163,10 @@ | ... | @@ -163,7 +163,10 @@ |
| 163 | </script> | 163 | </script> |
| 164 | <style scoped lang="scss"> | 164 | <style scoped lang="scss"> |
| 165 | @import "~@/styles/mixin.scss"; | 165 | @import "~@/styles/mixin.scss"; |
| 166 | 166 | .sqcxjlInfo { | |
| 167 | height: 82vh; | ||
| 168 | overflow-y: scroll; | ||
| 169 | } | ||
| 167 | /deep/.el-form-item { | 170 | /deep/.el-form-item { |
| 168 | margin-bottom: 0 !important; | 171 | margin-bottom: 0 !important; |
| 169 | } | 172 | } | ... | ... |
-
Please register or sign in to post a comment