Commit f6db0a2d authored by tufengqi's avatar tufengqi

table样式修改

parent 45cd3a5e
...@@ -67,8 +67,8 @@ ...@@ -67,8 +67,8 @@
} }
?> ?>
/* ========= table表格 ===========}}} */ /* ========= table表格 ===========}}} */
.cookie_table .dataintable th{height:40px;line-height:40px;} .cookie_table .my_table th{height:40px;line-height:40px;}
.cookie_table .dataintable td,.cookie_table .dataintable th{text-align:center;padding:10px;color:#666666;} .cookie_table .my_table td,.cookie_table .my_table th{text-align:center;padding:10px;color:#666666;}
.cookie_table td input{height:30px;width:<?php echo $witdh; ?>px;padding:0 10px;border:1px solid #d6d6d6;} .cookie_table td input{height:30px;width:<?php echo $witdh; ?>px;padding:0 10px;border:1px solid #d6d6d6;}
.cookie_table tr{padding:10px;} .cookie_table tr{padding:10px;}
.btn_list{overflow:hidden;padding:5px;} .btn_list{overflow:hidden;padding:5px;}
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
echo '您当前处于本地开发环境,无版本目录'; echo '您当前处于本地开发环境,无版本目录';
} }
?></span></div> ?></span></div>
<table class="dataintable"> <table class="fashiontable my_table">
<tr> <tr>
<th width="50%">COOKIE名</th><th width="50%">COOKIE值(jira项目名-项目ID,如: TRADE-11)</th> <th width="50%">COOKIE名</th><th width="50%">COOKIE值(jira项目名-项目ID,如: TRADE-11)</th>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment