🐛 修复构建后抽屉 UI 显示错误.
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
@@ -135,12 +135,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 抽屉
|
// 抽屉
|
||||||
.arco-drawer {
|
.arco-drawer .arco-drawer-body {
|
||||||
width: 100%;
|
padding: 0;
|
||||||
|
|
||||||
&-body {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.arco-trigger-menu {
|
.arco-trigger-menu {
|
||||||
|
|||||||
Reference in New Issue
Block a user