@@ -194,7 +194,7 @@
<el-tooltip
:content="getAllDeviceNames(row.deviceIds)"
placement="top"
- :disabled="row.deviceIds && row.deviceIds.length <= 2"
+ :disabled="row.deviceIds && row.deviceIds.length <= 1"
>
<span v-if="!row.editing" class="device-names">
{{ getDeviceNames(row.deviceIds) }}
@@ -1205,7 +1205,7 @@ const handleDelete = async (str: string) => {
/* 已完整填写行的背景色 */
:deep(.el-table .all-filled) {
- background-color: #f0fff3 !important; /* 淡绿色背景 */
+ background-color: #67c23a !important; /* 淡绿色背景 */
transition: background-color 0.3s ease; /* 平滑过渡效果 */
}
</style>
@@ -1736,7 +1736,7 @@ el-table {