This commit is contained in:
xiaozhiyong
2023-02-22 20:44:56 +08:00
parent b8b3905598
commit 9ca10a864d
15 changed files with 1737 additions and 104 deletions

View File

@@ -51,7 +51,3 @@ export function isLicensePlate(no) {
);
return instance.test(no);
}
export function cellStyle() {
return "text-align:center";
}