【修改】更改左侧树样式
This commit is contained in:
@@ -504,6 +504,7 @@ export default {
|
|||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
height: calc(100vh - 320px);
|
height: calc(100vh - 320px);
|
||||||
//overflow: scroll;
|
//overflow: scroll;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1000,12 +1000,13 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.treeList{
|
.treeList{
|
||||||
padding: 20px 20px 0;
|
padding: 20px 20px 0;
|
||||||
//margin-left: 13px;
|
//margin-left: 13px;
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
|
||||||
.filter-tree{
|
.filter-tree{
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
height: calc(100vh - 320px);
|
height: calc(100vh - 320px);
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1014,7 +1015,7 @@ export default {
|
|||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
.filter-tree{
|
.filter-tree{
|
||||||
|
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user