|
|
@@ -78,6 +78,15 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
+ logout(){
|
|
|
+
|
|
|
+ },
|
|
|
+ clearItemFn(){
|
|
|
+
|
|
|
+ },
|
|
|
+ breakage(){
|
|
|
+
|
|
|
+ },
|
|
|
changeProperty(property){
|
|
|
this.currentProperty = property
|
|
|
},
|
|
|
@@ -98,14 +107,14 @@ export default {
|
|
|
display: flex;
|
|
|
height: 100vh;
|
|
|
& .all-item-area {
|
|
|
- flex: 63;
|
|
|
+ flex: 76;
|
|
|
}
|
|
|
& .nav-left {
|
|
|
flex: 5;
|
|
|
background-color: rgba(72, 91, 107, 1);
|
|
|
}
|
|
|
& .itemList-box {
|
|
|
- flex: 25;
|
|
|
+ flex: 30;
|
|
|
}
|
|
|
& .open-box {
|
|
|
flex: 8;
|