style:全局样式
Showing
3 changed files
with
6 additions
and
3 deletions
... | @@ -184,6 +184,8 @@ export default { | ... | @@ -184,6 +184,8 @@ export default { |
184 | </script> | 184 | </script> |
185 | <style rel="stylesheet/scss" scoped lang="scss"> | 185 | <style rel="stylesheet/scss" scoped lang="scss"> |
186 | .lb-table { | 186 | .lb-table { |
187 | margin-top: 1px; | ||
188 | |||
187 | .interlaced { | 189 | .interlaced { |
188 | background: #fafcff; | 190 | background: #fafcff; |
189 | border: 1px solid #ebf2fa; | 191 | border: 1px solid #ebf2fa; | ... | ... |
... | @@ -3,16 +3,16 @@ | ... | @@ -3,16 +3,16 @@ |
3 | --> | 3 | --> |
4 | <template> | 4 | <template> |
5 | <div class='该组件名称'> | 5 | <div class='该组件名称'> |
6 | <el-form :model="ruleForm" :rules="rules"> | 6 | <el-form :model="ruleForm"> |
7 | <el-row> | 7 | <el-row> |
8 | <el-col :span="5"> | 8 | <el-col :span="5"> |
9 | <el-form-item label="登记业务编码"> | 9 | <el-form-item label="登记业务编码"> |
10 | {{ ruleForm.djywbm }} | 10 | {{ ruleForm.djywbm }} |
11 | </el-form-item> | 11 | </el-form-item> |
12 | </el-col> | 12 | </el-col> |
13 | <el-col :span="12"> | 13 | <el-col :span="12"> |
14 | <el-form-item label="登记业务名称"> | 14 | <el-form-item label="登记业务名称"> |
15 | {{ ruleForm.djywmc }} | 15 | {{ ruleForm.djywmc }} |
16 | </el-form-item> | 16 | </el-form-item> |
17 | </el-col> | 17 | </el-col> |
18 | </el-row> | 18 | </el-row> | ... | ... |
-
Please register or sign in to post a comment