* Fix css style of *.html.php

This commit is contained in:
zhujinyong
2021-03-10 23:35:56 +08:00
parent f54307a4cc
commit c869d88cc2
17 changed files with 100 additions and 102 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<style>
table, th, td{font-size:12px; border:1px solid gray; border-collapse:collapse;}
table th,table td{padding:5px;}
table, th, td {font-size: 12px; border: 1px solid gray; border-collapse: collapse;}
table th, table td {padding: 5px;}
</style>
<title><?php echo $fileName;?></title>
<body>