部分页面调整,后台未部署,页面改回开发中;

This commit is contained in:
郭永超 2025-07-11 11:39:53 +08:00
parent ef7140e446
commit 784ef2071d
4 changed files with 1130 additions and 1124 deletions

View File

@ -5,6 +5,6 @@ VITE_APP_TITLE = 运营云后台管理系统
VITE_APP_ENV = 'development'
# 开发环境
VITE_APP_BASE_API = 'http://192.168.18.99:8080'
VITE_APP_BASE_API = 'http://192.168.18.88:8080'
# VITE_APP_BASE_API = 'http://192.168.18.151:8080'
VITE_APP_PLATFORM = 'http://localhost:9000/platform'

View File

@ -243,8 +243,8 @@
justify-content: center;
align-items: center;
.table-cell-img {
width: 60px;
height: 60px;
width: 100%;
height: 100%;
object-fit: cover; /* 保持比例并覆盖容器 */
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff