|
@@ -59,7 +59,7 @@
|
59
|
59
|
align="center">
|
60
|
60
|
<template slot-scope="scope">
|
61
|
61
|
<el-popover trigger="hover" placement="top">
|
62
|
|
- <div style="width: 300px; word-wrap: break-word;">{{ scope.row.remark }}</div>
|
|
62
|
+ <div style="max-width: 300px; word-wrap: break-word;">{{ scope.row.remark }}</div>
|
63
|
63
|
<div slot="reference" class="text-remark">
|
64
|
64
|
{{ scope.row.remark }}
|
65
|
65
|
</div>
|