代码格式小调整。

pull/352/head
王良 2024-09-11 05:56:05 +08:00
parent 34a4a74de5
commit 72db13c930
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<a-input v-model="item.value" :title="item.value" :readonly="true"></a-input>
</a-col>
<a-col :span="4">
<a-icon v-if="item.exists&& item.hadSet" title="已设置" style="color:green" type="check"/>
<a-icon v-if="item.exists && item.hadSet" title="已设置" style="color:green" type="check"/>
<a-icon v-else title="还未设置" style="color:red" type="exclamation-circle"/>
</a-col>
</a-row>