样式小优化

This commit is contained in:
2025-05-29 18:17:14 +08:00
parent b92d87a3b4
commit b32e055c7f
4 changed files with 16 additions and 7 deletions
+11
View File
@@ -485,6 +485,17 @@
border-color: var(--primary-color);
}
.page-btn:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.page-btn:disabled:hover {
background: white;
color: var(--text-color);
border-color: #e5e7eb;
}
/* 模板详情页面 */
.template-detail {
max-width: 800px;