diff --git a/src/App.vue b/src/App.vue
index 1f5f36d7a715e53aef7d6f4ff71b0bf976410487..7407d97adb22c317f2382b88db6b989a642edb7b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -54,8 +54,4 @@ body {
.#{$prefix-cls}-grey-mode {
filter: grayscale(100%);
}
-
-.scrollbar__view {
- height: 99%!important;
-}
diff --git a/src/components/Icon/src/IconSelect.vue b/src/components/Icon/src/IconSelect.vue
index d4a5b074235851a2d002d5a16cd2a27848995272..4b1f8ea26dc448bf320efaef14c5bc22f57e5fbc 100644
--- a/src/components/Icon/src/IconSelect.vue
+++ b/src/components/Icon/src/IconSelect.vue
@@ -122,7 +122,7 @@ watch(
placement: 'auto'
}"
:visible="visible"
- :width="350"
+ :width="355"
popper-class="pure-popper"
trigger="click"
>
@@ -147,7 +147,7 @@ watch(
>
-
+
diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue
index af51970792073a4b4fb7de6529165cbddce9e1e6..d15025c6e1affe4344cc84a2c9263cbf6c8ee213 100644
--- a/src/layout/Layout.vue
+++ b/src/layout/Layout.vue
@@ -71,8 +71,5 @@ $prefix-cls: #{$namespace}-layout;
.#{$prefix-cls} {
background-color: var(--app-content-bg-color);
- :deep(.#{$elNamespace}-scrollbar__view) {
- height: 99% !important;
- }
}
diff --git a/src/layout/components/AppView.vue b/src/layout/components/AppView.vue
index 44341873252407a55514c34dd632c5d81bc4fc45..df720a111f5986ee4eaefc29608f36a7111acd63 100644
--- a/src/layout/components/AppView.vue
+++ b/src/layout/components/AppView.vue
@@ -36,27 +36,10 @@ provide('reload', reload)
diff --git a/src/styles/var.css b/src/styles/var.css
index 63459ba63bccbc106894bd18092eb01324a580ac..44f9405c6043588b4114d8edea363b4527412c18 100644
--- a/src/styles/var.css
+++ b/src/styles/var.css
@@ -64,3 +64,11 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
+
+*,
+:after,
+:before {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
diff --git a/src/views/system/menu/MenuForm.vue b/src/views/system/menu/MenuForm.vue
index 2b4a90d1507b6ddda43c7c92790b775b2a9c5722..ba3de87b267abeb3b67d3c552d7c95554f41c8c5 100644
--- a/src/views/system/menu/MenuForm.vue
+++ b/src/views/system/menu/MenuForm.vue
@@ -25,7 +25,7 @@
{{ dict.label }}