Compare commits

...

4 Commits

Author SHA1 Message Date
exiace 04ccd85ecf
Pre Merge pull request !172 from exiace/N/A 2025-03-10 03:45:39 +00:00
若依 a6bcebb62b
!397 修复actuator暴漏问题
Merge pull request !397 from 威士忌的纯度/N/A
2025-03-10 03:45:34 +00:00
威士忌的纯度 1cb262daa3
修复actuator暴漏问题
Signed-off-by: 威士忌的纯度 <whr888888@vip.qq.com>
2025-03-07 10:22:52 +00:00
exiace 4c7f0fd29f
edge浏览器 布局大小tooltip位置偏移
之前提过相关Issues
发现edge浏览器下该样式无效
.right-menu {
    line-height: 50px;
}
2022-03-21 07:46:46 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ http {
}
# 避免actuator暴露
if ($request_uri ~ "/actuator") {
if ($uri ~ "/actuator") {
return 403;
}

View File

@ -1,6 +1,6 @@
<template>
<el-dropdown trigger="click" @command="handleSetSize">
<div>
<div style="line-height: 50px;">
<svg-icon class-name="size-icon" icon-class="size" />
</div>
<el-dropdown-menu slot="dropdown">