chore: edit README.en.md

This commit is contained in:
就眠儀式
2022-03-16 11:17:05 +08:00
parent 995bca261e
commit 7f0dfd5776
5 changed files with 93 additions and 103 deletions

View File

@@ -159,13 +159,6 @@ const throttle = (func: Function, wait: number) => {
};
</script>
<style lang="less" scoped>
.layui-side-scroll-bar {
overflow-y: scroll;
max-width: 156px;
}
.layui-side-scroll::-webkit-scrollbar {
width: 0;
}
.lay-aside {
position: fixed;
top: 65px;
@@ -270,8 +263,5 @@ const throttle = (func: Function, wait: number) => {
.lay-aside-list {
max-width: 68px;
}
.layui-side-scroll-bar {
max-width: 68px;
}
}
</style>