Merge pull request 'fix:左侧滚动样式' (#308) from fix/change_task into test

Reviewed-on: #308
pull/309/head
yaoshuli 1 year ago
commit 8657b53a2c

@ -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