Skip to content

Commit

Permalink
🎨 联系方式表格样式优化
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Apr 2, 2021
1 parent c7bdcb3 commit 6e228b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/admin/admin-usite.ftl
Expand Up @@ -28,9 +28,9 @@
</div>
<style type="text/css">
table.tftable {font-size:12px;color: #545454;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
table.tftable th {font-size:12px;background-color: #f8f8f8;border-width: 1px;padding: 8px;border-style: solid;border-color: rgba(118, 118, 118, 0.2);text-align:left;}
table.tftable th {font-size:14px;background-color: #fdfdfd;border-width: 1px;padding: 20px 0px 20px 20px;border-style: solid;border-color: #efefef;text-align:left;font-weight: bold}
table.tftable tr {background-color:#ffffff;}
table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: rgba(118, 118, 118, 0.2);}
table.tftable td {font-size:12px;border-width: 1px;padding: 5px 0px 5px 20px;border-style: solid;border-color: #efefef;}
</style>
<div id="tabUsitePanel" class="sub-tabs-main usite">
<div id="tabUsitePanel_edit" class="form">
Expand Down

0 comments on commit 6e228b4

Please sign in to comment.