Commit 4a459fd9 by 林家欣

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

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