【修改】更改左侧树样式

This commit is contained in:
zhoulingpo
2023-05-18 11:48:20 +08:00
parent e84c646256
commit c15eff54bb
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -504,6 +504,7 @@ export default {
margin-top: 20px;
height: calc(100vh - 320px);
//overflow: scroll;
font-size: 14px;
}
}
+3 -2
View File
@@ -1000,12 +1000,13 @@ export default {
<style lang="scss" scoped>
.treeList{
padding: 20px 20px 0;
padding: 20px 20px 0;
//margin-left: 13px;
box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
.filter-tree{
margin-top: 20px;
height: calc(100vh - 320px);
font-size: 14px;
}
}
@@ -1014,7 +1015,7 @@ export default {
margin: 20px 0;
.filter-tree{
font-size: 14px;
}
}