提交 bdae33e3 编写于 作者: V Vben

chore: revert scrollbar

上级 e9e51b2f
......@@ -29,7 +29,6 @@
nextTick,
provide,
computed,
watch,
unref,
} from 'vue';
import Bar from './bar';
......@@ -65,7 +64,7 @@
default: 'div',
},
},
setup(props, { slots }) {
setup(props) {
const sizeWidth = ref('0');
const sizeHeight = ref('0');
const moveX = ref(0);
......@@ -82,13 +81,6 @@
return props.wrapStyle;
});
watch(
() => slots.default?.(),
() => {
nextTick(update);
}
);
const handleScroll = () => {
if (!props.native) {
moveY.value = (unref(wrap).scrollTop * 100) / unref(wrap).clientHeight;
......
......@@ -59,7 +59,7 @@
}
&.ant-btn-link.is-disabled {
color: rgba(0, 0, 0, 0.25) !important;
color: rgba(0, 0, 0, 0.25);
text-shadow: none;
cursor: not-allowed !important;
background-color: transparent !important;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册