优化调整

This commit is contained in:
24kycj
2026-06-28 18:54:37 +08:00
parent 784cacf259
commit c24004d6c7
3 changed files with 24 additions and 10 deletions
+12 -5
View File
@@ -325,12 +325,19 @@ textarea:hover{
} }
.transparent-button{ .transparent-button{
display: inline-block; display: inline-flex;
height: 19px; align-items: center;
justify-content: center;
box-sizing: border-box;
min-width: 40px;
height: 24px;
padding: 0 6px;
border: #646E76 solid 1px; border: #646E76 solid 1px;
position: relative; font-size: 12px;
bottom: 2px; line-height: 1;
padding: 3px; white-space: nowrap;
cursor: pointer;
vertical-align: middle;
} }
.transparent-button:hover{ .transparent-button:hover{
background-color: #646E76; background-color: #646E76;
+12 -5
View File
@@ -355,12 +355,19 @@ textarea:hover{
} }
.transparent-button{ .transparent-button{
display: inline-block; display: inline-flex;
height: 19px; align-items: center;
justify-content: center;
box-sizing: border-box;
min-width: 40px;
height: 24px;
padding: 0 6px;
border: #646E76 solid 1px; border: #646E76 solid 1px;
position: relative; font-size: 12px;
bottom: 2px; line-height: 1;
padding: 3px; white-space: nowrap;
cursor: pointer;
vertical-align: middle;
} }
.transparent-button:hover{ .transparent-button:hover{
background-color: #646E76; background-color: #646E76;
Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB