|
|
@@ -152,13 +152,6 @@
|
|
|
prop="remark"
|
|
|
:show-overflow-tooltip="true"
|
|
|
>
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-tooltip placement="top">
|
|
|
- <div slot="content" class="tooltipClass">
|
|
|
- {{ scope.row.remark }}
|
|
|
- </div>
|
|
|
- </el-tooltip>
|
|
|
- </template>
|
|
|
</el-table-column>
|
|
|
|
|
|
<el-table-column
|
|
|
@@ -523,7 +516,14 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
- .tooltipClass{
|
|
|
- width: 300px;
|
|
|
- }
|
|
|
+.tooltipClass {
|
|
|
+ width: 300px;
|
|
|
+}
|
|
|
+</style>
|
|
|
+<style >
|
|
|
+.el-tooltip__popper {
|
|
|
+ max-width: 200px;
|
|
|
+
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
</style>
|