master
lion 2 years ago
parent 7cada593d7
commit 637dce0481

@ -176,11 +176,11 @@
class = "el-icon-document" > </i><span>{row.title}</span > </span>) class = "el-icon-document" > </i><span>{row.title}</span > </span>)
} }
}, },
{ // {
prop: "myindex", // prop: "myindex",
label: "排序", // label: "",
width:80 // width:80
}, // },
{ {
prop: "records_count", prop: "records_count",
label: "预警规则", label: "预警规则",
@ -351,6 +351,6 @@
text-decoration: underline; text-decoration: underline;
} }
::v-deep .el-table .cell.el-tooltip{ ::v-deep .el-table .cell.el-tooltip{
white-space: wrap; white-space: wrap!important;
} }
</style> </style>

@ -160,11 +160,11 @@
class = "el-icon-document" > </i><span>{row.title}</span > </span>) class = "el-icon-document" > </i><span>{row.title}</span > </span>)
} }
}, },
{ // {
prop: "myindex", // prop: "myindex",
label: "排序", // label: "",
width:80 // width:80
}, // },
{ {
prop: "records_count", prop: "records_count",
label: "预警规则", label: "预警规则",
@ -333,6 +333,6 @@
text-decoration: underline; text-decoration: underline;
} }
::v-deep .el-table .cell.el-tooltip{ ::v-deep .el-table .cell.el-tooltip{
white-space: wrap; white-space: wrap!important;
} }
</style> </style>

Loading…
Cancel
Save