|
@@ -93,8 +93,10 @@ import {apiSandBoxPermission,apiSandBoxList,apiSandTableDetail} from "../../api/
|
|
|
import {apiReportIndexPageAuthList} from "../../api/report"
|
|
|
import {apiApplyPermission} from "../../api/user"
|
|
|
import { ElMessageBox } from 'element-plus'
|
|
|
+import {useStore} from 'vuex'
|
|
|
const router = useRouter()
|
|
|
const route = useRoute()
|
|
|
+const store = useStore()
|
|
|
|
|
|
// -----------------------------------------------------数据
|
|
|
let sandBox = reactive({
|
|
@@ -473,12 +475,11 @@ onActivated(()=>{
|
|
|
}
|
|
|
}
|
|
|
.sandBox-contain{
|
|
|
- margin-top: 130px;
|
|
|
.classify-box{
|
|
|
padding: 30px 30px 12px 30px;
|
|
|
background: #FFFFFF;
|
|
|
box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.04);
|
|
|
- position: fixed;
|
|
|
+ position: sticky;
|
|
|
top: 60px;
|
|
|
width: 100%;
|
|
|
max-width: 1240px;
|