Skip to content

Commit

Permalink
button ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lvshaoping007 committed Aug 15, 2021
1 parent 9d01640 commit f82cdab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/popup/component/Button/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $common-btn-width: 120px;
border: 1px solid #6d5ffe;
}
.modal-button-width {
width: 130px;
width: 120px;
padding: 0px 0px;
}

Expand Down
1 change: 0 additions & 1 deletion src/popup/pages/AddressBook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ class AddressBook extends React.Component {
<Button
content={getLanguage("onAdd")}
onClick={this.goToAdd}
propsClass={"address-common-btn"}
/>
</div>)
}
Expand Down
5 changes: 0 additions & 5 deletions src/popup/pages/AddressBook/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
padding-bottom: 100px;
overflow: scroll;
}
.address-common-btn {
height: 44px;
width: 153px;
}

.address-text-area-input {
width: 100%;
resize: none;
Expand Down

0 comments on commit f82cdab

Please sign in to comment.