Skip to content

Commit 50990ab

Browse files
authored
feat:fix style and change image(#429) (#430)
1 parent 334d5f0 commit 50990ab

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/components/chromeDownload/index.tsx

Lines changed: 4 additions & 3 deletions
Large diffs are not rendered by default.

src/components/chromeDownload/style.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
$prefix: "dtc-chrome";
22
.#{$prefix}-chrome-download {
33
background: #F2F7FA;
4-
margin-top: 50px;
54
text-align: center;
6-
overflow-y: auto;
5+
overflow: auto;
76
.#{$prefix}-pic-update {
8-
width: 182px;
9-
margin: 148px 0 17.5px;
7+
width: 250px;
8+
margin: 160px 0 8px;
109
}
1110
.#{$prefix}-divide {
1211
margin: 80.5px 0 60px;
@@ -18,7 +17,7 @@ $prefix: "dtc-chrome";
1817
}
1918
.#{$prefix}-download {
2019
width: 160px;
21-
margin: 0 auto;
20+
margin: 0 auto 24px;
2221
cursor: pointer;
2322
.#{$prefix}-chrome-version {
2423
margin-top: 16.5px;

0 commit comments

Comments
 (0)