添加供应商URL可点击功能:支持在默认浏览器中打开链接

This commit is contained in:
farion1231
2025-08-06 09:56:27 +08:00
parent b83652a162
commit 4540ad613f
5 changed files with 47 additions and 3 deletions

View File

@@ -78,6 +78,18 @@
text-overflow: ellipsis;
}
.url-link {
color: #3498db;
text-decoration: none;
cursor: pointer;
transition: color 0.2s;
}
.url-link:hover {
color: #2980b9;
text-decoration: underline;
}
.provider-status {
display: flex;
align-items: center;