浏览代码

Add padding to tab-view component content div

sbkwgh 8 年之前
父节点
当前提交
2eca194210
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>