This commit is contained in:
xiaozhiyong
2023-02-14 13:35:22 +08:00
parent 3796514d32
commit 308362a143
11 changed files with 679 additions and 120 deletions

View File

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