|
@@ -2,9 +2,9 @@
|
|
|
<div id="policyrightcont">
|
|
|
<el-row>
|
|
|
<el-col :span="24" class="info">
|
|
|
- <el-col :span="24" class="infoTop">
|
|
|
+ <!-- <el-col :span="24" class="infoTop">
|
|
|
<span>详情页面</span>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<el-col :span="24" class="infoMiddle">
|
|
|
<el-col :span="8" class="infoImage">
|
|
|
<el-carousel trigger="click" height="400px">
|
|
@@ -72,8 +72,8 @@
|
|
|
|
|
|
<el-form-item label="产品参数:">
|
|
|
<el-table :data="policyInfo.product_args" border style="width: 100%">
|
|
|
- <el-table-column prop="arg_name" label="参数名称"> </el-table-column>
|
|
|
- <el-table-column prop="memo" label="参数内容"> </el-table-column>
|
|
|
+ <el-table-column prop="arg_name" label="参数名称" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="memo" label="参数内容" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
</el-table>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
@@ -145,13 +145,15 @@ p {
|
|
|
font-family: 微软雅黑;
|
|
|
color: rgba(1, 1, 1, 0.7);
|
|
|
width: 57%;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
.infoRight p:first-child {
|
|
|
font-size: 25px;
|
|
|
- margin: 20px 0 30px 0;
|
|
|
+ padding: 20px 0 20px 0;
|
|
|
}
|
|
|
.infoType {
|
|
|
font-size: 20px;
|
|
|
+ padding: 20px 0;
|
|
|
}
|
|
|
.infoType span:first-child {
|
|
|
font-weight: bolder;
|
|
@@ -168,7 +170,7 @@ p {
|
|
|
line-height: 60px;
|
|
|
margin: 30px 0 30px 0;
|
|
|
width: 90%;
|
|
|
- padding: 0 30px;
|
|
|
+ padding: 0 20px;
|
|
|
font-size: 28px;
|
|
|
color: #fe0000;
|
|
|
}
|
|
@@ -177,7 +179,7 @@ p {
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
.infoStatus {
|
|
|
- margin: 30px 0 30px 0;
|
|
|
+ padding: 30px 0 30px 0;
|
|
|
}
|
|
|
.infoStatus span:nth-child(2) {
|
|
|
display: inline-block;
|
|
@@ -194,6 +196,9 @@ p {
|
|
|
color: rgba(1, 1, 1, 0.7);
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
+/deep/.el-table {
|
|
|
+ max-width: 95%;
|
|
|
+}
|
|
|
/deep/.el-table th {
|
|
|
background-color: #f3f3f3;
|
|
|
color: rgba(1, 1, 1, 0.5);
|