diff --git a/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/previewNavSfc.vue b/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/previewNavSfc.vue index fe04026..7cc2b06 100644 --- a/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/previewNavSfc.vue +++ b/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/previewNavSfc.vue @@ -77,7 +77,7 @@ const runCode = async () => { '@/viewsnew/application/permissionset/user/userinfo.vue': Vue.defineAsyncComponent(() => import('@/viewsnew/application/permissionset/user/userinfo.vue') ), - '@/hooks/web/useCache': { useCache } + '@/hooks/web/useCache': { useCache } }, getFile: async (fileName) => { if (fileName === 'dynamic.vue') { diff --git a/core/core-frontend/src/viewsnew/application/permissionset/index.vue b/core/core-frontend/src/viewsnew/application/permissionset/index.vue index 2b3580b..3bb048c 100644 --- a/core/core-frontend/src/viewsnew/application/permissionset/index.vue +++ b/core/core-frontend/src/viewsnew/application/permissionset/index.vue @@ -3,9 +3,9 @@ import Header from './header.vue' import { findApplicationById } from "@/api/application/application"; import { useRoute, useRouter } from 'vue-router' import { computed,reactive, ref, shallowRef, nextTick, watch, onMounted } from 'vue' -import Organization from './organization/index.vue' -import Role from './role/index.vue' -import User from './user/index.vue' +import Organization from '@/viewsnew/application/permissionset/organization/index.vue' +import Role from '@/viewsnew/application/permissionset/role/index.vue' +import User from '@/viewsnew/application/permissionset/user/index.vue' const projectInfo:any =ref({}) const route = useRoute() const router = useRouter() @@ -218,4 +218,11 @@ function menuclick(name){ box-shadow:none; border: 1px solid #f54a45; } + :deep(.ed-pagination__total){ + color: #1f2329 !important; + } + :deep(.ed-checkbox__inner){ + background-color: #ffffff !important; + border:1px solid #bbbfc4 !important; + }