Browse Source

Add padding to tab-view component content div

sbkwgh 8 năm trước cách đây
mục cha
commit
2eca194210
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/TabView.vue

+ 1 - 0
src/components/TabView.vue

@@ -64,6 +64,7 @@
 		}
 		@at-root #{&}__content {
 			background-color: #fff;
+			padding: 1rem;
 		}
 	}
 </style>