feat : update info

This commit is contained in:
2025-12-03 09:53:10 +08:00
parent e09f1f38e6
commit b088d9c8ee
6 changed files with 178 additions and 68 deletions

View File

@@ -53,6 +53,23 @@ button:focus-visible {
outline: 4px auto -webkit-focus-ring-color;
}
button:disabled {
background-color: #ccc;
cursor: not-allowed;
}
#process-btn {
margin-top: 10px;
background-color: #4472C4; /* Match Excel header color */
}
.file-path {
font-size: 0.9em;
color: #666;
margin: 10px 0;
word-break: break-all;
}
#status-msg {
margin-top: 20px;
font-weight: bold;