瀏覽代碼

_reset table, tr, td border none

bach 3 年之前
父節點
當前提交
30e3aca691

文件差異過大導致無法顯示
+ 2 - 80
web/themes/custom/materiotheme/assets/dist/main.css


二進制
web/themes/custom/materiotheme/assets/dist/main.css.gz


文件差異過大導致無法顯示
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 4 - 0
web/themes/custom/materiotheme/assets/styles/base/_reset.scss

@@ -50,3 +50,7 @@ input[type="password"]{
 	// outline-style: solid;
 	// outline-width: 1px;
 }
+
+table, tr, td {
+	border: none;
+}

部分文件因文件數量過多而無法顯示