Commit 4e8eb9f1 by Lays-lzq

feat: 样式优化

parent 0b228c8c
...@@ -267,6 +267,7 @@ export default { ...@@ -267,6 +267,7 @@ export default {
// top: 0; // top: 0;
width: 100%; width: 100%;
height: calc(100% - 60px); height: calc(100% - 60px);
background-color: #fff;
} }
&__scroll { &__scroll {
// padding: 80px 16px 0px !important; // padding: 80px 16px 0px !important;
...@@ -275,7 +276,7 @@ export default { ...@@ -275,7 +276,7 @@ export default {
&::-webkit-scrollbar { &::-webkit-scrollbar {
display: none; display: none;
} }
border-radius: 11px; // border-radius: 11px;
} }
.__view { .__view {
// min-height: unset !important; // min-height: unset !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment