Browse Source

样式调整。

zhengqiang 4 năm trước cách đây
mục cha
commit
d591988ed5
1 tập tin đã thay đổi với 16 bổ sung1 xóa
  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>