-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enhanced Dedaub support, automated workflows, fixed Ethereum ch…
…ain restriction, and resolved website list issue
- Loading branch information
Showing
56 changed files
with
756 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,42 @@ | ||
@import '@common/styles/common.less'; | ||
|
||
.container { | ||
.content { | ||
padding: 12px 20px; | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
font-size: 12px; | ||
line-height: 15px; | ||
&.border { | ||
border-bottom: 1px solid #f0f0f2; | ||
} | ||
&.pointer { | ||
cursor: pointer; | ||
} | ||
.icon { | ||
width: 40px; | ||
height: 40px; | ||
margin-right: 14px; | ||
} | ||
.title { | ||
.flex-column; | ||
span { | ||
font-size: 14px; | ||
&:nth-of-type(1) { | ||
font-weight: 400; | ||
color: #000000; | ||
line-height: 17px; | ||
} | ||
&:nth-of-type(2) { | ||
color: #747478; | ||
line-height: 17px; | ||
margin-top: 3px; | ||
} | ||
padding: 12px 20px; | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
font-size: 12px; | ||
line-height: 15px; | ||
&.border { | ||
border-bottom: 1px solid #f0f0f2; | ||
} | ||
&.pointer { | ||
cursor: pointer; | ||
} | ||
.icon { | ||
width: 40px; | ||
height: 40px; | ||
margin-right: 14px; | ||
} | ||
.title { | ||
.flex-column; | ||
span { | ||
font-size: 14px; | ||
&:nth-of-type(1) { | ||
font-weight: 400; | ||
color: #000000; | ||
line-height: 17px; | ||
} | ||
&:nth-of-type(2) { | ||
color: #747478; | ||
line-height: 17px; | ||
margin-top: 3px; | ||
} | ||
} | ||
.iconContainer { | ||
width: 22px; | ||
height: 22px; | ||
.center; | ||
} | ||
} | ||
.iconContainer { | ||
width: 22px; | ||
height: 22px; | ||
.center; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.