Ver Fonte

pms 保养计划 保养项 序号颜色 样式调整

zhangcl há 1 mês atrás
pai
commit
b7892f2a83

+ 1 - 1
src/views/pms/iotprojecttask/IotProjectTaskForm.vue

@@ -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) }}

+ 1 - 1
src/views/pms/maintenance/IotMaintenancePlan.vue

@@ -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>

+ 1 - 1
src/views/pms/maintenance/IotMaintenancePlanEdit.vue

@@ -1736,7 +1736,7 @@ el-table {
 
 /* 已完整填写行的背景色 */
 :deep(.el-table .all-filled) {
-  background-color: #f0fff3 !important; /* 淡绿色背景 */
+  background-color: #67c23a !important; /* 淡绿色背景 */
   transition: background-color 0.3s ease; /* 平滑过渡效果 */
 }
 </style>