🐛 修复构建后抽屉 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: server:
port: 9200 port: 1081
spring: spring:
application: application:
@@ -208,7 +208,7 @@ orion:
session-idle-timeout: 1800000 session-idle-timeout: 1800000
swagger: swagger:
# swagger 配置 # swagger 配置
author: lijiahang author: Jiahang Li
title: orion-visor 运维平台 title: orion-visor 运维平台
description: 一站式运维服务平台 description: 一站式运维服务平台
version: ${orion.version} version: ${orion.version}

View File

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