🐛 修复构建后抽屉 UI 显示错误.

This commit is contained in:
lijiahangmax
2024-05-29 00:57:21 +08:00
parent 06a45c9cf2
commit 55d4d9f7e5
2 changed files with 4 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
server:
port: 9200
port: 1081
spring:
application:
@@ -208,7 +208,7 @@ orion:
session-idle-timeout: 1800000
swagger:
# swagger 配置
author: lijiahang
author: Jiahang Li
title: orion-visor 运维平台
description: 一站式运维服务平台
version: ${orion.version}

View File

@@ -135,12 +135,8 @@
}
// 抽屉
.arco-drawer {
width: 100%;
&-body {
padding: 0;
}
.arco-drawer .arco-drawer-body {
padding: 0;
}
.arco-trigger-menu {