feat: 网站 - 证书,acme列表中 uri显示完整

This commit is contained in:
zhengkunwang223 2023-02-20 17:11:48 +08:00 committed by zhengkunwang223
parent 716b30d169
commit b671843c6a

View file

@ -8,7 +8,7 @@
<el-button type="primary" @click="openCreate">{{ $t('website.addAccount') }}</el-button>
</template>
<el-table-column :label="$t('website.email')" fix show-overflow-tooltip prop="email"></el-table-column>
<el-table-column label="URL" show-overflow-tooltip prop="url"></el-table-column>
<el-table-column label="URL" show-overflow-tooltip prop="url" min-width="300px"></el-table-column>
<fu-table-operations
:ellipsis="1"
:buttons="buttons"