-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: sample image updates following the selected value in settings page
Signed-off-by: DingChil <[email protected]>
- Loading branch information
Showing
7 changed files
with
36 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<template> | ||
<svg fill="none" height="90" viewBox="0 0 185 90" width="185" xmlns="http://www.w3.org/2000/svg"> | ||
<rect fill="white" height="89" rx="10.5" stroke="#DCDEE1" width="184" x="0.5" y="0.5" /> | ||
<rect fill="#D9D9D9" height="9" rx="4.5" width="128.4" x="6" y="47" /> | ||
<rect fill="#D9D9D9" height="9" rx="4.5" width="104" x="6" y="60" /> | ||
<rect fill="#D9D9D9" height="9" rx="4.5" width="34.8" x="99" y="34" /> | ||
<rect fill="white" height="9" rx="4.5" width="88.2" x="7" y="34" /> | ||
<rect fill="#4F5AFF" fill-opacity="0.2" height="9" rx="4.5" width="88.2" x="7" y="34" /> | ||
<path | ||
d="M1 11C1 5.47715 5.47715 1 11 1H174C179.523 1 184 5.47715 184 11V20H1V11Z" | ||
fill="#EDEFF2" | ||
/> | ||
</svg> | ||
</template> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,6 @@ function toggleSwitch() { | |
} | ||
.off { | ||
left: 60%; | ||
left: 67%; | ||
} | ||
</style> |
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