We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25470a commit a12001cCopy full SHA for a12001c
frontend/src/views/ds/RecommendedProblemConfigDialog.vue
@@ -136,6 +136,7 @@ defineExpose({
136
v-for="(recommendedItem, index) in state.recommended.recommendedProblemList"
137
:key="index"
138
prop="mode"
139
+ class="recommended-form-item"
140
>
141
<el-row class="question-item">
142
<el-input
@@ -183,6 +184,9 @@ defineExpose({
183
184
background-color: #fff;
185
padding: 0 12px;
186
}
187
+ .recommended-form-item {
188
+ margin-bottom: 8px;
189
+ }
190
.question-item {
191
width: 100%;
192
display: flex;
0 commit comments