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>