Commit 761539fb by heshihao

style: chrome浏览器下展示错误

parent 771542ce
...@@ -2941,7 +2941,7 @@ export default { ...@@ -2941,7 +2941,7 @@ export default {
overflow-y: scroll; overflow-y: scroll;
scrollbar-color: #767ffe #e9f3ff; scrollbar-color: #767ffe #e9f3ff;
scrollbar-width: 0px; scrollbar-width: 0px;
scrollbar-width: thin; scrollbar-width: none;
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 0px; width: 0px;
height: 0px; height: 0px;
...@@ -3519,7 +3519,7 @@ span.san-right { ...@@ -3519,7 +3519,7 @@ span.san-right {
overflow-y: scroll; overflow-y: scroll;
scrollbar-color: #767ffe #e9f3ff; scrollbar-color: #767ffe #e9f3ff;
scrollbar-width: 0px; scrollbar-width: 0px;
scrollbar-width: thin; scrollbar-width: none;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow-y: auto; overflow-y: auto;
...@@ -3556,7 +3556,7 @@ span.san-right { ...@@ -3556,7 +3556,7 @@ span.san-right {
overflow-y: scroll; overflow-y: scroll;
scrollbar-color: #767ffe #e9f3ff; scrollbar-color: #767ffe #e9f3ff;
scrollbar-width: 0px; scrollbar-width: 0px;
scrollbar-width: thin; scrollbar-width: none;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow-y: auto; overflow-y: auto;
...@@ -3600,7 +3600,7 @@ span.san-right { ...@@ -3600,7 +3600,7 @@ span.san-right {
overflow-y: scroll; overflow-y: scroll;
scrollbar-color: #767ffe #e9f3ff; scrollbar-color: #767ffe #e9f3ff;
scrollbar-width: 0px; scrollbar-width: 0px;
scrollbar-width: thin; scrollbar-width: none;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
&::-webkit-scrollbar { &::-webkit-scrollbar {
......
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 to comment