style:全局样式
Showing
3 changed files
with
4 additions
and
1 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,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
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="登记业务编码"> | ... | ... |
-
Please register or sign in to post a comment