lybenson 8 년 전
부모
커밋
45f4455480
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      src/components/common/TopContainer.vue

+ 5 - 2
src/components/common/TopContainer.vue

@@ -9,6 +9,9 @@ export default {
 }
 </script>
 
-<style>
-
+<style lang="stylus">
+    .top-container
+        background-color red
+        width 200px
+        height 200px
 </style>