Skip to content

Commit 7d1f360

Browse files
authored
Merge pull request #23 from BernardXiong/sdk_ui
fix: 调整.sdk-expand-content的内边距和添加左边距
2 parents cd968fe + bf65194 commit 7d1f360

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/vue/setting/view/sdk/index.less

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,15 @@
8080
}
8181

8282
.sdk-expand-content {
83-
padding: @spacing-lg @spacing-xl;
83+
padding: 1px;
8484
background-color: @color-surface;
8585
}
8686

8787
.sdk-versions {
8888
display: flex;
8989
flex-direction: column;
9090
row-gap: @spacing-sm;
91+
margin-left: 50px;
9192

9293
.version-radio-item {
9394
display: flex;
@@ -98,10 +99,6 @@
9899
border-radius: @border-radius-base;
99100
transition: background-color @transition-duration-fast ease;
100101

101-
&:hover {
102-
background-color: @color-surface-muted;
103-
}
104-
105102
input[type='radio'] {
106103
width: 16px;
107104
height: 16px;
@@ -111,7 +108,6 @@
111108

112109
label {
113110
margin-left: @spacing-xs;
114-
font-size: @font-size-base;
115111
cursor: pointer;
116112
user-select: none;
117113
}

0 commit comments

Comments
 (0)