| | |
| | | } |
| | | } |
| | | }, |
| | | created() { |
| | | if (sessionStorage.getItem("flushPage") == 0) { |
| | | location.reload(); |
| | | sessionStorage.setItem("flushPage",1) |
| | | } |
| | | }, |
| | | methods: { |
| | | handleClickOutside() { |
| | | this.$store.dispatch('app/closeSideBar', { withoutAnimation: false }) |
| | |
| | | position: relative; |
| | | height: 100%; |
| | | width: 100%; |
| | | |
| | | &.mobile.openSidebar{ |
| | | position: fixed; |
| | | top: 0; |
| | | } |
| | | |
| | | .sidebar-container{ |
| | | box-shadow: 0 0 0.857143rem rgba(0,0,0,.12); |
| | | } |
| | | |
| | | .main-container{ |
| | | position: relative; |
| | | background: #f0f2f5; |
| | | |
| | | .clearFixed{ |
| | | height: 50px; |
| | | } |
| | | |
| | | .breadcrumb{ |
| | | position: fixed; |
| | | left: 0.57rem !important; |
| | | width: 93.8%; |
| | | z-index: 999; |
| | | } |
| | | |
| | | .app-main{ |
| | | margin-top: 4vh; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .drawer-bg { |
| | | background: #000; |
| | | opacity: 0.3; |
| | |
| | | |
| | | .mobile .fixed-header { |
| | | width: 100%; |
| | | } |
| | | </style> |
| | | }</style> |