mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-27 06:41:12 +00:00
style: 统一字符串引号为双引号并优化代码格式
将单引号字符串统一改为双引号 调整部分组件代码格式和样式 移除空行和冗余代码
This commit is contained in:
@@ -156,7 +156,11 @@
|
||||
>
|
||||
<template #default="scope">
|
||||
<el-text>{{ scope.row.ipaddr }}</el-text>
|
||||
<CopyButton v-if="scope.row.ipaddr" :text="scope.row.ipaddr" :style="{ marginLeft: '2px' }" />
|
||||
<CopyButton
|
||||
v-if="scope.row.ipaddr"
|
||||
:text="scope.row.ipaddr"
|
||||
:style="{ marginLeft: '2px' }"
|
||||
/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
||||
Reference in New Issue
Block a user