b06136ea by 杨威

权利人组件样式调整

1 parent 3a066138
......@@ -2,11 +2,11 @@
<div class="temp">
<table class="tempTable" cellspacing="0" cellpadding="0" border="1">
<tr>
<td colspan="2" width="50px"><span class="table-title">权利人信息</span></td>
<td colspan="2"><span class="table-title">权利人信息</span></td>
<td colspan="2">共有方式</td>
<td colspan="8">
<el-row>
<el-col :span="14" class="fl">
<el-col :span="14" class="fl" style="line-height:32px">
<el-radio-group v-model="gyfs">
<el-radio :label="item.bsm" :disabled="qszt!='0' || item.disabled" :key="item.bsm" v-for="item in gyfsList">{{item.mc}}</el-radio>
</el-radio-group>
......@@ -647,6 +647,10 @@
background-color: #fff;
font-size: 14px;
width: 100%;
table-layout: fixed;
.iconfont{
font-size: 14px!important;
}
.span {
color: #409eff;
margin-right: 10px;
......@@ -662,7 +666,7 @@
}
td {
text-align: center;
padding: 10px 0;
padding: 8px 0;
}
}
.table-title{
......