fix: feed scrollbar cannot be dragged

This commit is contained in:
pa
2025-10-06 10:02:06 +09:00
committed by Natsumi
parent 277ba22a87
commit 5afcfb59fe

View File

@@ -195,3 +195,9 @@
const { setAsideWidth } = appearanceStore;
const { asideWidth, isSideBarTabShow } = storeToRefs(appearanceStore);
</script>
<style lang="scss" scoped>
:deep(.el-splitter-bar__dragger) {
width: 4px !important;
}
</style>