This commit is contained in:
xiaojunnuo
2024-11-08 10:14:48 +08:00
parent fdc6eef921
commit edd6615bcf
3 changed files with 5 additions and 2 deletions
@@ -154,6 +154,8 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
}
},
column: {
width: 120,
align: "center",
cellRender({ value }) {
if (value < 0) {
return <a-tag color={"green"}>CNAME</a-tag>;
@@ -266,6 +266,7 @@ onMounted(async () => {
overflow: hidden;
text-overflow: ellipsis;
word-break: keep-all;
white-space: nowrap;
}
}
}