Commit 4a459fd9 by 林家欣

修改条码公告详情页td、th默认配色被污染bug

parent ae41b34f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="guide"> <div class="guide">
<cate :father="czznCate"></cate> <cate :father="czznCate"></cate>
<div class="guide-msg container"> <div class="guide-msg container">
<table cellspacing="1" class="table table-striped table-hover"> <table cellspacing="1" class="table table-default table-hover">
<tbody> <tbody>
<tr> <tr>
<th>厂商识别代码:</th> <th>厂商识别代码:</th>
...@@ -135,7 +135,7 @@ export default { ...@@ -135,7 +135,7 @@ export default {
} }
} }
} }
.table-striped { .table-default {
tbody { tbody {
tr:nth-child(odd) { tr:nth-child(odd) {
th { th {
......
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