-
This commit is contained in:
@@ -1057,10 +1057,10 @@ a:hover { text-decoration: underline; }
|
||||
@keyframes navPulse { 0%,100% { border-color: #4caf50; } 50% { border-color: #1b5e20; } }
|
||||
|
||||
/* 机器单元格状态 */
|
||||
.machine-cell { min-height: 62px; padding: 6px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
|
||||
.machine-cell { min-height: 62px; padding: 6px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; overflow: hidden; }
|
||||
.machine-label { font-size: 12px; font-weight: 600; color: #ccc; }
|
||||
.machine-steps-mini { display: flex; gap: 8px; font-size: 13px; }
|
||||
.machine-qr-mini { font-size: 10px; color: #4fc3f7; max-width: 80px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.machine-qr-mini { font-size: 10px; color: #4fc3f7; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.empty-cell { color: #445566; font-size: 12px; }
|
||||
|
||||
/* 步骤圆点 */
|
||||
|
||||
Reference in New Issue
Block a user