Skip to content

Commit

Permalink
Update index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
nkxingxh committed Jul 19, 2022
1 parent 7ba24ab commit 456d83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/quickstart/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<template v-for="(item, index) in remoteObjects" :key="index">
<el-col :md="6" :offset="0" @click="selectHost(item.uuid)" v-if="item.available">
<ItemGroup>
<SelectBlock style="height: 120px; background-color: white">
<SelectBlock style="height: 120px;"> <!-- background-color: white -->
<template #title>{{ item.ip }}:{{ item.port }}</template>
<template #info>{{ item.remarks }}</template>
</SelectBlock>
Expand Down

0 comments on commit 456d83f

Please sign in to comment.