lybenson 8 anos atrás
pai
commit
45f4455480
1 arquivos alterados com 5 adições e 2 exclusões
  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>