fix:左侧滚动样式

pull/308/head
lihui_ocr 1 year ago
parent c6b210526c
commit 0bda98a8d2

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

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

Loading…
Cancel
Save