diff --git a/src/App.vue b/src/App.vue
index 1f5f36d7..7407d97a 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 d4a5b074..4b1f8ea2 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 af519707..d15025c6 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 44341873..df720a11 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 63459ba6..44f9405c 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;
+}