Browse Source

样式调整。

zhengqiang 4 years ago
parent
commit
d591988ed5
1 changed files with 16 additions and 1 deletions
  1. 16 1
      src/views/Home.vue

+ 16 - 1
src/views/Home.vue

@@ -27,4 +27,19 @@ export default {
     
     
   }
   }
 };
 };
-</script>
+</script>
+<style lang="scss" scoped>
+.el-breadcrumb {
+  margin: 10px;
+  line-height: 20px;
+}
+
+.el-divider {
+  margin: 5px 0;
+}
+
+.demo-form-inline {
+  margin-left: 10px;
+  text-align: left;
+}
+</style>