diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index 33a79bc36..15bf4e59f 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -146,7 +146,7 @@ li{ .to-top { position: fixed; bottom: 10px; - right: 23px; + right: 5px; border-radius: 5px; height: 40px; width: 40px; @@ -438,7 +438,7 @@ li{ .content-right { height: 100%; margin-left: 201px; - padding: 0 15px; + padding: 0 5px; background-color: $content-right-background-color; } .content-right-option { @@ -471,7 +471,7 @@ li{ } .top-tools .top-tool-search { width: 260px; - margin: -1px 20px 0 0; + margin: -1px 0 0 0; } .top-tools .top-tool-btn-txt .nz-icon{ display: inline-block; @@ -1219,6 +1219,9 @@ li{ .ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y { width: 6px; } +.ps__thumb-y { + right: 0px; +} .ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x { height: 6px; } diff --git a/nezha-fronted/src/components/common/exportXLSX.vue b/nezha-fronted/src/components/common/exportXLSX.vue index 9be3f4d7d..f6664dc39 100644 --- a/nezha-fronted/src/components/common/exportXLSX.vue +++ b/nezha-fronted/src/components/common/exportXLSX.vue @@ -286,6 +286,9 @@ font-size: 12px; height: 24px; } + .dropdownBtn .el-button--mini:first-of-type { + right: 3px; + } .el-dropdown .el-button-group{ display: block; position: relative; @@ -296,7 +299,7 @@ padding-right: 5px; border-left: none; top:0px; - left:2px; + left: -1px; } .footer:before{ /*content: '';*/ diff --git a/nezha-fronted/src/components/page/alert/config.vue b/nezha-fronted/src/components/page/alert/config.vue index 88d92e1c6..10e0cca33 100644 --- a/nezha-fronted/src/components/page/alert/config.vue +++ b/nezha-fronted/src/components/page/alert/config.vue @@ -21,7 +21,7 @@
diff --git a/nezha-fronted/src/components/page/config/account.vue b/nezha-fronted/src/components/page/config/account.vue index 4145475a1..7738646fb 100644 --- a/nezha-fronted/src/components/page/config/account.vue +++ b/nezha-fronted/src/components/page/config/account.vue @@ -25,7 +25,7 @@