Commit 527b4eec authored by 杨硕's avatar 杨硕

个人中心ui优化

parent 0476f96a
...@@ -443,7 +443,7 @@ ...@@ -443,7 +443,7 @@
</el-table> </el-table>
<div class="table-title">四、知识产权</div> <div class="table-title">四、知识产权</div>
<el-table <el-table
class="numtypeList" class="numtypeList1"
:data="affiliateFrom.intellectualPropertyPropertyData" :data="affiliateFrom.intellectualPropertyPropertyData"
> >
<el-table-column width="313" align="center" label="知识产权总数(个)" prop="intellectualProperty"> <el-table-column width="313" align="center" label="知识产权总数(个)" prop="intellectualProperty">
...@@ -521,7 +521,7 @@ ...@@ -521,7 +521,7 @@
</el-table> </el-table>
<div class="table-title">五、项目信息</div> <div class="table-title">五、项目信息</div>
<el-table <el-table
class="numtypeList" class="numtypeList2"
border border
style="padding-left: 43px" style="padding-left: 43px"
:data="affiliateFrom.projectInformationData" :data="affiliateFrom.projectInformationData"
...@@ -581,7 +581,7 @@ ...@@ -581,7 +581,7 @@
</el-table> </el-table>
<div class="table-title">六、载体信息</div> <div class="table-title">六、载体信息</div>
<el-table <el-table
class="numtypeList" class="numtypeList3"
border border
:data="affiliateFrom.carrierInformation" :data="affiliateFrom.carrierInformation"
> >
...@@ -1815,10 +1815,70 @@ export default { ...@@ -1815,10 +1815,70 @@ export default {
.numtypeList { .numtypeList {
padding-left: 45px; padding-left: 45px;
overflow: visible; overflow: visible;
::v-deep .cell { ::v-deep .cell {
height: 60px !important; height: 60px !important;
} }
::v-deep.el-input--suffix .el-input__inner {
margin-left: -3px;
width: 169px;
height: 28px;
margin-top: 10px;
}
::v-deep.el-input--medium .el-input__inner {
height: 28px;
width: 169px;
//line-height: 36px;
margin-top: 15px;
margin-left: -8px;
}
}
.numtypeList1 {
padding-left: 45px;
overflow: visible;
::v-deep .cell {
height: 60px !important;
}
::v-deep.el-input--medium .el-input__inner {
height: 28px;
width: 190px;
//line-height: 36px;
margin-top: 15px;
margin-left: -8px;
}
}
.numtypeList2 {
padding-left: 45px;
overflow: visible;
::v-deep .cell {
height: 60px !important;
}
::v-deep.el-input--suffix .el-input__inner {
margin-left: -3px;
width: 391px;
height: 28px;
margin-top: 10px;
}
::v-deep.el-input--medium .el-input__inner {
height: 28px;
width: 190px;
//line-height: 36px;
margin-top: 15px;
margin-left: -8px;
}
}
.numtypeList3 {
padding-left: 45px;
overflow: visible;
::v-deep .cell {
height: 60px !important;
}
::v-deep.el-input--medium .el-input__inner {
height: 28px;
width: 190px;
//line-height: 36px;
margin-top: 15px;
margin-left: -8px;
}
} }
.affiliateHeader { .affiliateHeader {
......
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