Merge branch 'dev-3.7' of git.mesalab.cn:nezha/nezha-fronted into dev-3.8

This commit is contained in:
zyh
2023-06-08 16:54:05 +08:00
4 changed files with 4 additions and 3 deletions

View File

@@ -17233,7 +17233,7 @@
},
"sass-loader": {
"version": "8.0.2",
"resolved": "https://registry.npmmirror.com/sass-loader/-/sass-loader-8.0.2.tgz",
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-8.0.2.tgz",
"integrity": "sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ==",
"dev": true,
"requires": {

View File

@@ -12,7 +12,7 @@
flex-direction: column;
height: 100%;
width: 100%;
z-index: 0;
// z-index: 0;
}
.main-container {
padding: 0px;

View File

@@ -14,7 +14,7 @@
}
.alert-days-info-tooltip{
position: fixed;
z-index: 1;
z-index: 3000;
padding: 5px 10px 5px 10px;
line-height: 20px;
min-width: 120px;

View File

@@ -76,6 +76,7 @@
height: 50%;
position: relative;
padding: 0;
z-index: 10;
.top-tools.top-tools--sub {
border-bottom: 1px solid $--border-color-light;
.top-tool-right {