1b3a658f by zhaoqian

权利人组件title

1 parent 43481d0a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <div class="temp"> 2 <div class="temp">
3 <table class="tempTable" cellspacing="0" cellpadding="0" border="1"> 3 <table class="tempTable" cellspacing="0" cellpadding="0" border="1">
4 <tr> 4 <tr>
5 <td colspan="2" width="50px">权利</td> 5 <td colspan="2" width="50px"><span class="table-title">权利人信息</span></td>
6 <td colspan="2">共有方式</td> 6 <td colspan="2">共有方式</td>
7 <td colspan="8"> 7 <td colspan="8">
8 <el-row> 8 <el-row>
...@@ -567,6 +567,10 @@ ...@@ -567,6 +567,10 @@
567 padding: 10px 0; 567 padding: 10px 0;
568 } 568 }
569 } 569 }
570 .table-title{
571 font-weight: 700;
572 font-size: 15px;
573 }
570 .el-table th { 574 .el-table th {
571 background-color: #fff !important; 575 background-color: #fff !important;
572 } 576 }
......