@@ -219,7 +219,9 @@ const toDelete = async () => {
.two .name .icon {
padding: 15px 0 0 8px;
}
-.two .name .title {
+.two .title {
+ overflow: hidden;
+ text-overflow: ellipsis;
line-height: 50px;
font-size: 18px;
@@ -84,6 +84,7 @@ if (props.id) {
console.log(data.id);
} else {
data.id = props.id as string;
+ search();
// #region 添加修改表