修改目录

This commit is contained in:
2025-05-17 16:18:36 +08:00
parent 8e052811e3
commit 6bacf24d12
33 changed files with 1851 additions and 12787 deletions

BIN
src/assets/login_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 KiB

BIN
src/assets/login_2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
src/assets/login_3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -1,3 +1,18 @@
/* 全局样式 */
html, body {
margin: 0;
padding: 0;
min-height: 100vh;
width: 100%;
overflow-x: hidden;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* 表格通用样式 */
.table-container {
background: white;