fix:左侧滚动样式 #308

Merged
yaoshuli merged 1 commits from fix/change_task into test 1 year ago

@ -185,7 +185,7 @@ defineExpose({
<style lang="less" scoped> <style lang="less" scoped>
.list { .list {
height: calc(100vh - 146px); height: calc(100vh - 102px);
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;

@ -188,7 +188,7 @@ defineExpose({
<style lang="less" scoped> <style lang="less" scoped>
.list { .list {
height: calc(100vh - 146px); height: calc(100vh - 78px);
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;

Loading…
Cancel
Save