fix(scroll): 边距样式

This commit is contained in:
就眠儀式 2022-04-08 14:40:01 +08:00
parent f3963ae4ee
commit 8f9564524a
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,6 @@ export default defineComponent({
.scrollbar-y {
position: relative;
height: 100%;
margin-right: -17px; //
.scroll-wrap {
height: 100%;
overflow-y: scroll;
@ -256,7 +255,7 @@ export default defineComponent({
.scrollbar-track {
position: absolute;
top: 0;
right: 17px;
right: 0;
bottom: 0;
border-radius: 8px;
z-index: 20;

View File

@ -22,6 +22,7 @@
<li>[修复] tab 组件 layui-tab-head 默认存在背景色。(by @就眠儀式)</li>
<li>[修复] button-group 组件 first-child 样式。(by @就眠儀式)</li>
<li>[修复] dark 模式 step 组件线条不显示。(by @莫名点)</li>
<li>[修复] scroll 组件屏幕缩放时样式异常。(by @Sight)</li>
</ul>
</li>
</ul>