7fd064d0 by 杨威
2 parents ff3ce570 f277cc38
......@@ -2,7 +2,7 @@
<div class="temp">
<table class="tempTable" cellspacing="0" cellpadding="0" border="1">
<tr>
<td colspan="2" width="50px">权利</td>
<td colspan="2" width="50px"><span class="table-title">权利人信息</span></td>
<td colspan="2">共有方式</td>
<td colspan="8">
<el-row>
......@@ -567,6 +567,10 @@
padding: 10px 0;
}
}
.table-title{
font-weight: 700;
font-size: 15px;
}
.el-table th {
background-color: #fff !important;
}
......