style update

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

View File

@@ -14,8 +14,8 @@
flex-grow: 1;
}
/* 右边批准按钮 */
.approve-button {
/* 右边批准按钮 */
.approve-button {
width: 40px;
height: 40px;
border-radius: 50%;
@@ -26,6 +26,11 @@
border: none;
flex-shrink: 0; /* 保证按钮不被压缩 */
transition: background-color 0.3s ease, transform 0.2s ease;
/* Flexbox 居中对勾 */
display: flex;
justify-content: center;
align-items: center;
}
/* 鼠标悬停时改变按钮颜色 */