style update

This commit is contained in:
CakeCN
2025-09-14 16:20:14 +08:00
parent 7766366367
commit f88c414b17

View File

@@ -26,6 +26,11 @@
border: none; border: none;
flex-shrink: 0; /* 保证按钮不被压缩 */ flex-shrink: 0; /* 保证按钮不被压缩 */
transition: background-color 0.3s ease, transform 0.2s ease; transition: background-color 0.3s ease, transform 0.2s ease;
/* Flexbox 居中对勾 */
display: flex;
justify-content: center;
align-items: center;
} }
/* 鼠标悬停时改变按钮颜色 */ /* 鼠标悬停时改变按钮颜色 */