Compare commits
2 Commits
0067999831
...
c1ba8fee05
Author | SHA1 | Date |
---|---|---|
Kane Wang | c1ba8fee05 | |
Kane Wang | 1bed3b3bc4 |
|
@ -2,7 +2,7 @@
|
|||
* @Author: Kane
|
||||
* @Date: 2023-01-04 11:05:44
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-01-19 14:52:24
|
||||
* @LastEditTime: 2023-01-23 17:10:55
|
||||
* @FilePath: \admin_system\src\layout\Index.vue
|
||||
* @Description:
|
||||
*
|
||||
|
@ -37,7 +37,8 @@ export default {
|
|||
LayoutMain,
|
||||
},
|
||||
computed: {
|
||||
asideWidth() {
|
||||
asideWidth()
|
||||
{
|
||||
const collapse = this.$store.state.app.asideBarCollapse;
|
||||
|
||||
return collapse === true ? "65px" : "180px";
|
||||
|
@ -75,6 +76,6 @@ export default {
|
|||
|
||||
#layout-container-down {
|
||||
height: calc(100vh - 50px);
|
||||
/* max-height: calc(100vh - 50px); */
|
||||
max-height: calc(100vh - 50px);
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue