|
@@ -14,6 +14,14 @@
|
|
|
<el-col :span="24" class="brief">
|
|
|
{{ data.brief }}
|
|
|
</el-col>
|
|
|
+ <!-- <el-col :span="24" class="png">
|
|
|
+ <el-popover placement="top" trigger="click">
|
|
|
+ <div class="image">
|
|
|
+ <el-image :src="imgUrl"></el-image>
|
|
|
+ </div>
|
|
|
+ <el-button slot="reference" type="primary" size="mini">手机答卷</el-button>
|
|
|
+ </el-popover>
|
|
|
+ </el-col> -->
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="two">
|
|
|
<el-col :span="24" class="common">
|
|
@@ -126,6 +134,7 @@ export default {
|
|
|
contacts: [{ required: true, message: '请输入联系人', trigger: 'blur' }],
|
|
|
phone: [{ required: true, message: '请输入联系电话', trigger: 'blur' }],
|
|
|
},
|
|
|
+ imgUrl: require('@a/img_url.png'),
|
|
|
};
|
|
|
},
|
|
|
created() {},
|
|
@@ -237,4 +246,19 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+// .png {
|
|
|
+// text-align: right;
|
|
|
+// margin: 0 0 10px 0;
|
|
|
+// .image {
|
|
|
+// text-align: center;
|
|
|
+// .el-image {
|
|
|
+// width: 100px;
|
|
|
+// height: 100px;
|
|
|
+// /deep/.el-image__inner {
|
|
|
+// width: 100px;
|
|
|
+// height: 100px;
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }
|
|
|
</style>
|