This commit is contained in:
A1300399510
2023-08-09 11:51:41 +08:00
parent e56dcd4ca7
commit 497b50f7c8
4 changed files with 50 additions and 19 deletions

View File

@@ -741,7 +741,8 @@ let deleteSeachVal = (i) => {
text-align: left;
.btn {
margin: 20px 30px 0 0;
margin-top: 20px;
padding-right: 30px;
cursor: pointer;
word-break: break-word;
position: relative;
@@ -752,7 +753,7 @@ let deleteSeachVal = (i) => {
.btn-icon {
position: absolute;
top: 50%;
right: -16px;
right: 16px;
transform: translateY(-50%);
width: 8px;
height: 8px;