Skip to content

Commit 90a4319

Browse files
Merge remote-tracking branch 'upstream/master' into develop
# Conflicts: # packages/gui/src/view/pages/proxy.vue
2 parents 175e902 + 7519956 commit 90a4319

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

packages/gui/src/view/pages/proxy.vue

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ export default {
166166
<a-button type="primary" icon="plus" @click="addExcludeIp()" />
167167
</a-col>
168168
</a-row>
169-
<a-row v-for="(item, index) of excludeIpList" :key="index" :gutter="10">
170-
<a-col :span="17" class="fine-tuning">
169+
<a-row v-for="(item, index) of excludeIpList" :key="index" :gutter="10" class="fine-tuning">
170+
<a-col :span="17">
171171
<MockInput v-model="item.key" />
172172
</a-col>
173173
<a-col :span="5">
@@ -218,3 +218,10 @@ export default {
218218
</a-drawer>
219219
</ds-container>
220220
</template>
221+
222+
<style lang="scss">
223+
/*样式微调*/
224+
.fine-tuning .ant-btn-danger {
225+
margin-top: 3px;
226+
}
227+
</style>

0 commit comments

Comments
 (0)