样式小优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user