权利人组件样式调整
Showing
1 changed file
with
7 additions
and
3 deletions
... | @@ -2,11 +2,11 @@ | ... | @@ -2,11 +2,11 @@ |
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"><span class="table-title">权利人信息</span></td> | 5 | <td colspan="2"><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> |
9 | <el-col :span="14" class="fl"> | 9 | <el-col :span="14" class="fl" style="line-height:32px"> |
10 | <el-radio-group v-model="gyfs"> | 10 | <el-radio-group v-model="gyfs"> |
11 | <el-radio :label="item.bsm" :disabled="qszt!='0' || item.disabled" :key="item.bsm" v-for="item in gyfsList">{{item.mc}}</el-radio> | 11 | <el-radio :label="item.bsm" :disabled="qszt!='0' || item.disabled" :key="item.bsm" v-for="item in gyfsList">{{item.mc}}</el-radio> |
12 | </el-radio-group> | 12 | </el-radio-group> |
... | @@ -647,6 +647,10 @@ | ... | @@ -647,6 +647,10 @@ |
647 | background-color: #fff; | 647 | background-color: #fff; |
648 | font-size: 14px; | 648 | font-size: 14px; |
649 | width: 100%; | 649 | width: 100%; |
650 | table-layout: fixed; | ||
651 | .iconfont{ | ||
652 | font-size: 14px!important; | ||
653 | } | ||
650 | .span { | 654 | .span { |
651 | color: #409eff; | 655 | color: #409eff; |
652 | margin-right: 10px; | 656 | margin-right: 10px; |
... | @@ -662,7 +666,7 @@ | ... | @@ -662,7 +666,7 @@ |
662 | } | 666 | } |
663 | td { | 667 | td { |
664 | text-align: center; | 668 | text-align: center; |
665 | padding: 10px 0; | 669 | padding: 8px 0; |
666 | } | 670 | } |
667 | } | 671 | } |
668 | .table-title{ | 672 | .table-title{ | ... | ... |
-
Please register or sign in to post a comment