工作台相关界面

This commit is contained in:
Flow 2025-07-10 10:46:47 +08:00
parent 67650adebc
commit 2a22bf8d3c
12 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
@ -48,7 +48,7 @@
} }
.app-loading .app-loading-logo { .app-loading .app-loading-logo {
width: 100px; width: 200px;
margin: 0 auto 15px auto; margin: 0 auto 15px auto;
} }

View File

@ -4,6 +4,8 @@ export interface ProfileVO {
id: number id: number
username: string username: string
nickname: string nickname: string
orgid: number
orgname: string
dept: { dept: {
id: number id: number
name: string name: string

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 334 KiB

View File

View File

View File

View File

View File

View File

View File

View File