@gx-design-vue/create-gx-cli 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/cli.js +1 -1
- package/src/main.js +4 -0
- package/template-design-pro/.editorconfig +0 -19
- package/template-design-pro/.env +0 -2
- package/template-design-pro/.env.development +0 -18
- package/template-design-pro/.env.pro +0 -32
- package/template-design-pro/.env.production +0 -32
- package/template-design-pro/.env.test +0 -20
- package/template-design-pro/.eslintignore +0 -16
- package/template-design-pro/.eslintrc.js +0 -64
- package/template-design-pro/.gitpod.yml +0 -6
- package/template-design-pro/.husky/pre-commit +0 -4
- package/template-design-pro/.prettierignore +0 -9
- package/template-design-pro/.stylelintignore +0 -3
- package/template-design-pro/.yarnclean +0 -48
- package/template-design-pro/LICENSE +0 -21
- package/template-design-pro/README.md +0 -111
- package/template-design-pro/build/constant.ts +0 -6
- package/template-design-pro/build/generate/generateModifyVars.ts +0 -18
- package/template-design-pro/build/getConfigFileName.ts +0 -13
- package/template-design-pro/build/script/buildConf.ts +0 -44
- package/template-design-pro/build/script/postBuild.ts +0 -25
- package/template-design-pro/build/script/reSetRootHtml.ts +0 -20
- package/template-design-pro/build/utils.ts +0 -85
- package/template-design-pro/build/vite/cdn.ts +0 -7
- package/template-design-pro/build/vite/optimizer.ts +0 -22
- package/template-design-pro/build/vite/plugin/autoImport.ts +0 -18
- package/template-design-pro/build/vite/plugin/compress.ts +0 -35
- package/template-design-pro/build/vite/plugin/hmr.ts +0 -25
- package/template-design-pro/build/vite/plugin/html.ts +0 -47
- package/template-design-pro/build/vite/plugin/index.ts +0 -89
- package/template-design-pro/build/vite/plugin/mock.ts +0 -20
- package/template-design-pro/build/vite/plugin/pwa.ts +0 -37
- package/template-design-pro/build/vite/plugin/styleImport.ts +0 -129
- package/template-design-pro/build/vite/plugin/visualizer.ts +0 -17
- package/template-design-pro/build/vite/plugin/vite-plugin-antd-theme/index.ts +0 -24
- package/template-design-pro/build/vite/plugin/vite-plugin-mock/createMockServer.ts +0 -303
- package/template-design-pro/build/vite/plugin/vite-plugin-mock/createProdMockServer.ts +0 -93
- package/template-design-pro/build/vite/plugin/vite-plugin-mock/index.ts +0 -68
- package/template-design-pro/build/vite/plugin/vite-plugin-mock/types.ts +0 -30
- package/template-design-pro/build/vite/plugin/vite-plugin-mock/utils.ts +0 -26
- package/template-design-pro/commitlint.config.js +0 -32
- package/template-design-pro/config/config.ts +0 -14
- package/template-design-pro/config/default/animate.ts +0 -30
- package/template-design-pro/config/default/defaultSettings.ts +0 -75
- package/template-design-pro/config/default/network.ts +0 -16
- package/template-design-pro/config/default/proxy.ts +0 -26
- package/template-design-pro/config/default/theme.ts +0 -43
- package/template-design-pro/config/default/themeColor.ts +0 -62
- package/template-design-pro/index.html +0 -45
- package/template-design-pro/jest.config.mjs +0 -36
- package/template-design-pro/mock/_createProductionServer.ts +0 -19
- package/template-design-pro/mock/_util.ts +0 -55
- package/template-design-pro/mock/controller/menu.ts +0 -85
- package/template-design-pro/mock/controller/notices.ts +0 -114
- package/template-design-pro/mock/system/dict.ts +0 -60
- package/template-design-pro/mock/system/user.ts +0 -218
- package/template-design-pro/package.json +0 -151
- package/template-design-pro/pnpm-lock.yaml +0 -9913
- package/template-design-pro/postcss.config.js +0 -5
- package/template-design-pro/prettier.config.js +0 -18
- package/template-design-pro/public/resource/css/index.css +0 -171
- package/template-design-pro/public/resource/img/favicon.ico +0 -0
- package/template-design-pro/public/resource/img/logo.png +0 -0
- package/template-design-pro/public/resource/img/pro_icon.svg +0 -5
- package/template-design-pro/public/resource/img/pwa-192x192.png +0 -0
- package/template-design-pro/public/resource/img/pwa-512x512.png +0 -0
- package/template-design-pro/src/App.vue +0 -47
- package/template-design-pro/src/assets/error_images/403.png +0 -0
- package/template-design-pro/src/assets/error_images/404.png +0 -0
- package/template-design-pro/src/assets/error_images/cloud.png +0 -0
- package/template-design-pro/src/assets/login_images/login_background.svg +0 -69
- package/template-design-pro/src/assets/logo.png +0 -0
- package/template-design-pro/src/assets/menu_font/iconfont.css +0 -94
- package/template-design-pro/src/assets/menu_font/iconfont.eot +0 -0
- package/template-design-pro/src/assets/menu_font/iconfont.js +0 -1
- package/template-design-pro/src/assets/menu_font/iconfont.json +0 -142
- package/template-design-pro/src/assets/menu_font/iconfont.svg +0 -57
- package/template-design-pro/src/assets/menu_font/iconfont.ttf +0 -0
- package/template-design-pro/src/assets/menu_font/iconfont.woff +0 -0
- package/template-design-pro/src/assets/menu_font/iconfont.woff2 +0 -0
- package/template-design-pro/src/assets/menu_font/index.less +0 -94
- package/template-design-pro/src/common/global.ts +0 -1
- package/template-design-pro/src/components/GDesign/ProLayout/BasicLayout.less +0 -80
- package/template-design-pro/src/components/GDesign/ProLayout/BasicLayout.tsx +0 -342
- package/template-design-pro/src/components/GDesign/ProLayout/PageLoading.tsx +0 -20
- package/template-design-pro/src/components/GDesign/ProLayout/RenderTypings.ts +0 -31
- package/template-design-pro/src/components/GDesign/ProLayout/RouteContext.tsx +0 -82
- package/template-design-pro/src/components/GDesign/ProLayout/WrapContent.tsx +0 -69
- package/template-design-pro/src/components/GDesign/ProLayout/components/GlobalFooter/index.tsx +0 -88
- package/template-design-pro/src/components/GDesign/ProLayout/components/GlobalHeader/DefaultHeader.tsx +0 -189
- package/template-design-pro/src/components/GDesign/ProLayout/components/GlobalHeader/Header.less +0 -8
- package/template-design-pro/src/components/GDesign/ProLayout/components/GlobalHeader/index.tsx +0 -105
- package/template-design-pro/src/components/GDesign/ProLayout/components/GlobalHeader/props.ts +0 -69
- package/template-design-pro/src/components/GDesign/ProLayout/components/GlobalHeader/style.less +0 -144
- package/template-design-pro/src/components/GDesign/ProLayout/components/LogoContent/index.tsx +0 -81
- package/template-design-pro/src/components/GDesign/ProLayout/components/LogoContent/props.ts +0 -29
- package/template-design-pro/src/components/GDesign/ProLayout/components/MultiTab/index.tsx +0 -384
- package/template-design-pro/src/components/GDesign/ProLayout/components/MultiTab/props.ts +0 -15
- package/template-design-pro/src/components/GDesign/ProLayout/components/MultiTab/style.less +0 -79
- package/template-design-pro/src/components/GDesign/ProLayout/components/NoticeIcon/NoticeIcon.tsx +0 -148
- package/template-design-pro/src/components/GDesign/ProLayout/components/NoticeIcon/NoticeList.module.less +0 -115
- package/template-design-pro/src/components/GDesign/ProLayout/components/NoticeIcon/NoticeList.tsx +0 -154
- package/template-design-pro/src/components/GDesign/ProLayout/components/NoticeIcon/index.less +0 -39
- package/template-design-pro/src/components/GDesign/ProLayout/components/NoticeIcon/index.tsx +0 -133
- package/template-design-pro/src/components/GDesign/ProLayout/components/PageContainer/index.tsx +0 -190
- package/template-design-pro/src/components/GDesign/ProLayout/components/PageContainer/props.ts +0 -48
- package/template-design-pro/src/components/GDesign/ProLayout/components/PageContainer/style.less +0 -128
- package/template-design-pro/src/components/GDesign/ProLayout/components/PageContainer/typings.ts +0 -0
- package/template-design-pro/src/components/GDesign/ProLayout/components/RightContent/AvatarDropdown.tsx +0 -63
- package/template-design-pro/src/components/GDesign/ProLayout/components/RightContent/HeaderSearch.tsx +0 -122
- package/template-design-pro/src/components/GDesign/ProLayout/components/RightContent/headerSearch.less +0 -30
- package/template-design-pro/src/components/GDesign/ProLayout/components/RightContent/index.tsx +0 -95
- package/template-design-pro/src/components/GDesign/ProLayout/components/RightContent/style.less +0 -90
- package/template-design-pro/src/components/GDesign/ProLayout/components/SettingDrawer/BlockCheckbox.tsx +0 -70
- package/template-design-pro/src/components/GDesign/ProLayout/components/SettingDrawer/LayoutSetting.tsx +0 -107
- package/template-design-pro/src/components/GDesign/ProLayout/components/SettingDrawer/ThemeColor.tsx +0 -68
- package/template-design-pro/src/components/GDesign/ProLayout/components/SettingDrawer/index.tsx +0 -346
- package/template-design-pro/src/components/GDesign/ProLayout/components/SiderMenu/BaseMenu.tsx +0 -224
- package/template-design-pro/src/components/GDesign/ProLayout/components/SiderMenu/SiderMenu.tsx +0 -224
- package/template-design-pro/src/components/GDesign/ProLayout/components/SiderMenu/index.tsx +0 -43
- package/template-design-pro/src/components/GDesign/ProLayout/components/SiderMenu/props.ts +0 -112
- package/template-design-pro/src/components/GDesign/ProLayout/components/SiderMenu/style.less +0 -262
- package/template-design-pro/src/components/GDesign/ProLayout/components/SiderMenu/typings.ts +0 -44
- package/template-design-pro/src/components/GDesign/ProLayout/default.less +0 -2
- package/template-design-pro/src/components/GDesign/ProLayout/defaultSettings.ts +0 -121
- package/template-design-pro/src/components/GDesign/ProLayout/hooks/context/index.ts +0 -45
- package/template-design-pro/src/components/GDesign/ProLayout/index.ts +0 -43
- package/template-design-pro/src/components/GDesign/ProLayout/props.ts +0 -57
- package/template-design-pro/src/components/GDesign/ProLayout/style.less +0 -272
- package/template-design-pro/src/components/GDesign/ProLayout/typings.ts +0 -1
- package/template-design-pro/src/components/GDesign/ProLayout/utils/getMenuData.ts +0 -31
- package/template-design-pro/src/components/GDesign/ProLayout/utils/index.ts +0 -94
- package/template-design-pro/src/components/GDesign/ProLayout/utils/isImg/index.ts +0 -6
- package/template-design-pro/src/components/GDesign/ProLayout/utils/isUrl/index.ts +0 -5
- package/template-design-pro/src/components/GDesign/Result/index.tsx +0 -142
- package/template-design-pro/src/components/GDesign/Result/style.less +0 -140
- package/template-design-pro/src/components/GDesign/Scrollbars/components/Bar/index.tsx +0 -56
- package/template-design-pro/src/components/GDesign/Scrollbars/components/Bar/props.ts +0 -23
- package/template-design-pro/src/components/GDesign/Scrollbars/components/Thumb/index.tsx +0 -164
- package/template-design-pro/src/components/GDesign/Scrollbars/components/Thumb/props.ts +0 -11
- package/template-design-pro/src/components/GDesign/Scrollbars/context.ts +0 -10
- package/template-design-pro/src/components/GDesign/Scrollbars/index.tsx +0 -200
- package/template-design-pro/src/components/GDesign/Scrollbars/props.ts +0 -65
- package/template-design-pro/src/components/GDesign/Scrollbars/style.less +0 -85
- package/template-design-pro/src/components/GDesign/Scrollbars/util.ts +0 -40
- package/template-design-pro/src/components/GDesign/utils/index.ts +0 -7
- package/template-design-pro/src/components/PageLoading/index.tsx +0 -44
- package/template-design-pro/src/components/PageTransition/index.vue +0 -98
- package/template-design-pro/src/components/index.ts +0 -6
- package/template-design-pro/src/core/ant-design/index.ts +0 -14
- package/template-design-pro/src/core/gx-admin-design/index.ts +0 -7
- package/template-design-pro/src/core/gx-admin-directives/index.ts +0 -8
- package/template-design-pro/src/core/gx-admin-directives/permission.ts +0 -28
- package/template-design-pro/src/core/gx-design/index.ts +0 -7
- package/template-design-pro/src/core/gx-pro-design/index.ts +0 -10
- package/template-design-pro/src/core/index.ts +0 -27
- package/template-design-pro/src/design/ant-design/index.less +0 -4
- package/template-design-pro/src/design/ant-design/layout.less +0 -29
- package/template-design-pro/src/design/ant-design/menu.less +0 -55
- package/template-design-pro/src/design/ant-design/table.less +0 -67
- package/template-design-pro/src/design/ant-design/tooltip.less +0 -13
- package/template-design-pro/src/design/color.less +0 -1
- package/template-design-pro/src/design/config.less +0 -5
- package/template-design-pro/src/design/index.less +0 -41
- package/template-design-pro/src/design/mixin.less +0 -66
- package/template-design-pro/src/design/normalize.less +0 -390
- package/template-design-pro/src/global.less +0 -15
- package/template-design-pro/src/hooks/core/index.ts +0 -3
- package/template-design-pro/src/hooks/core/useRequest/index.ts +0 -70
- package/template-design-pro/src/hooks/core/useRequest/typings.ts +0 -0
- package/template-design-pro/src/hooks/event/index.ts +0 -3
- package/template-design-pro/src/hooks/event/useClipboard.ts +0 -14
- package/template-design-pro/src/hooks/system/index.ts +0 -5
- package/template-design-pro/src/hooks/system/useDict.ts +0 -62
- package/template-design-pro/src/hooks/system/usePermissions.ts +0 -39
- package/template-design-pro/src/hooks/typings.ts +0 -17
- package/template-design-pro/src/layout/BasicLayout.vue +0 -104
- package/template-design-pro/src/layout/BlankLayout.vue +0 -5
- package/template-design-pro/src/layout/ContentView.vue +0 -76
- package/template-design-pro/src/layout/IframeView.vue +0 -1
- package/template-design-pro/src/layout/UserLayout.vue +0 -7
- package/template-design-pro/src/main.ts +0 -34
- package/template-design-pro/src/plugins/index.ts +0 -3
- package/template-design-pro/src/router/guard/index.ts +0 -84
- package/template-design-pro/src/router/guard/permissions.ts +0 -73
- package/template-design-pro/src/router/guard/stateGuard.ts +0 -11
- package/template-design-pro/src/router/helper/routeHelper.ts +0 -244
- package/template-design-pro/src/router/helper/utils.ts +0 -19
- package/template-design-pro/src/router/index.ts +0 -30
- package/template-design-pro/src/router/routes/index.ts +0 -85
- package/template-design-pro/src/router/routes/modules/workplace.ts +0 -19
- package/template-design-pro/src/services/common/index.ts +0 -11
- package/template-design-pro/src/services/controller/router.ts +0 -10
- package/template-design-pro/src/services/controller/user.ts +0 -35
- package/template-design-pro/src/services/system/dictData.ts +0 -10
- package/template-design-pro/src/services/system/notices.ts +0 -9
- package/template-design-pro/src/store/index.ts +0 -32
- package/template-design-pro/src/store/modules/dict.ts +0 -27
- package/template-design-pro/src/store/modules/permission.ts +0 -19
- package/template-design-pro/src/store/modules/routes.ts +0 -110
- package/template-design-pro/src/store/modules/settings.ts +0 -102
- package/template-design-pro/src/store/modules/tabsRouter.ts +0 -73
- package/template-design-pro/src/store/modules/user.ts +0 -153
- package/template-design-pro/src/utils/accessToken.ts +0 -93
- package/template-design-pro/src/utils/crypto.ts +0 -39
- package/template-design-pro/src/utils/env.ts +0 -52
- package/template-design-pro/src/utils/fetchFile.ts +0 -79
- package/template-design-pro/src/utils/index.ts +0 -127
- package/template-design-pro/src/utils/pageTitle.ts +0 -17
- package/template-design-pro/src/utils/request/XHR.ts +0 -131
- package/template-design-pro/src/utils/request/axiosCancel.ts +0 -60
- package/template-design-pro/src/utils/request/checkStatus.ts +0 -26
- package/template-design-pro/src/utils/request/index.ts +0 -145
- package/template-design-pro/src/utils/request/typings.ts +0 -114
- package/template-design-pro/src/utils/storage.ts +0 -194
- package/template-design-pro/src/utils/uploadFile.ts +0 -26
- package/template-design-pro/src/utils/util.ts +0 -278
- package/template-design-pro/src/utils/validate.ts +0 -221
- package/template-design-pro/src/views/Iframe/index.vue +0 -76
- package/template-design-pro/src/views/MenuOne/index.vue +0 -15
- package/template-design-pro/src/views/MenuTwo/index.vue +0 -13
- package/template-design-pro/src/views/exception/403/index.vue +0 -9
- package/template-design-pro/src/views/exception/404/index.vue +0 -9
- package/template-design-pro/src/views/user/login/index.vue +0 -110
- package/template-design-pro/src/views/user/login/style.less +0 -38
- package/template-design-pro/stylelint.config.js +0 -106
- package/template-design-pro/tests/__mocks__/fileMock.ts +0 -1
- package/template-design-pro/tests/__mocks__/styleMock.ts +0 -1
- package/template-design-pro/tests/__mocks__/workerMock.ts +0 -5
- package/template-design-pro/tests/server/README.md +0 -15
- package/template-design-pro/tests/server/controller/FileController.ts +0 -18
- package/template-design-pro/tests/server/controller/UserController.ts +0 -15
- package/template-design-pro/tests/server/ecosystem.config.js +0 -18
- package/template-design-pro/tests/server/index.ts +0 -63
- package/template-design-pro/tests/server/nodemon.json +0 -8
- package/template-design-pro/tests/server/package.json +0 -36
- package/template-design-pro/tests/server/routes.ts +0 -23
- package/template-design-pro/tests/server/service/FileService.ts +0 -54
- package/template-design-pro/tests/server/service/UserService.ts +0 -25
- package/template-design-pro/tests/server/tsconfig.json +0 -15
- package/template-design-pro/tests/server/utils.ts +0 -9
- package/template-design-pro/tests/server/yarn.lock +0 -2955
- package/template-design-pro/tests/test.spec.ts +0 -16
- package/template-design-pro/tsconfig.json +0 -47
- package/template-design-pro/types/auto-imports.d.ts +0 -61
- package/template-design-pro/types/config.d.ts +0 -100
- package/template-design-pro/types/global.d.ts +0 -103
- package/template-design-pro/types/gx-components.d.ts +0 -24
- package/template-design-pro/types/index.d.ts +0 -13
- package/template-design-pro/types/mock.d.ts +0 -23
- package/template-design-pro/types/module.d.ts +0 -16
- package/template-design-pro/types/response.d.ts +0 -15
- package/template-design-pro/types/route.d.ts +0 -89
- package/template-design-pro/vite.config.ts +0 -136
- package/template-design-pro/yarn.lock +0 -9697
@@ -1,44 +0,0 @@
|
|
1
|
-
import { defineComponent, reactive } from 'vue'
|
2
|
-
|
3
|
-
export default defineComponent({
|
4
|
-
props: {
|
5
|
-
loading: {
|
6
|
-
type: Boolean,
|
7
|
-
default: false
|
8
|
-
},
|
9
|
-
tip: {
|
10
|
-
type: String,
|
11
|
-
default: ''
|
12
|
-
},
|
13
|
-
size: {
|
14
|
-
type: String,
|
15
|
-
default: 'large'
|
16
|
-
}
|
17
|
-
},
|
18
|
-
setup(props) {
|
19
|
-
const style: any = reactive({
|
20
|
-
textAlign: 'center',
|
21
|
-
position: 'fixed',
|
22
|
-
top: 0,
|
23
|
-
bottom: 0,
|
24
|
-
left: 0,
|
25
|
-
right: 0,
|
26
|
-
zIndex: 0
|
27
|
-
})
|
28
|
-
const spinStyle = reactive({
|
29
|
-
position: 'absolute',
|
30
|
-
left: '50%',
|
31
|
-
top: '40%',
|
32
|
-
transform: 'translate(-50%, -50%)'
|
33
|
-
})
|
34
|
-
return () => (
|
35
|
-
<>
|
36
|
-
{props.loading ? (
|
37
|
-
<div style={style}>
|
38
|
-
<a-spin size={props.size} style={spinStyle} tip={props.tip} />
|
39
|
-
</div>
|
40
|
-
) : null}
|
41
|
-
</>
|
42
|
-
)
|
43
|
-
}
|
44
|
-
})
|
@@ -1,98 +0,0 @@
|
|
1
|
-
<template>
|
2
|
-
<transition
|
3
|
-
v-if="!disabled"
|
4
|
-
:enter-active-class="`animated ${enterAnimate} page-toggle-enter-active`"
|
5
|
-
:leave-active-class="`animated ${leaveAnimate} page-toggle-leave-active`"
|
6
|
-
>
|
7
|
-
<slot></slot>
|
8
|
-
</transition>
|
9
|
-
<div v-else>
|
10
|
-
<slot></slot>
|
11
|
-
</div>
|
12
|
-
</template>
|
13
|
-
|
14
|
-
<script lang="ts">
|
15
|
-
import { computed, defineComponent } from 'vue'
|
16
|
-
import animates from '/config/default/animate'
|
17
|
-
|
18
|
-
export default defineComponent({
|
19
|
-
props: {
|
20
|
-
disabled: {
|
21
|
-
type: Boolean,
|
22
|
-
default: false
|
23
|
-
},
|
24
|
-
animate: {
|
25
|
-
type: String,
|
26
|
-
default: 'bounce'
|
27
|
-
},
|
28
|
-
direction: {
|
29
|
-
type: String
|
30
|
-
},
|
31
|
-
reverse: {
|
32
|
-
type: Boolean,
|
33
|
-
default: true
|
34
|
-
}
|
35
|
-
},
|
36
|
-
setup(props) {
|
37
|
-
const enterAnimate = computed(() => {
|
38
|
-
return activeClass(false)
|
39
|
-
})
|
40
|
-
const leaveAnimate = computed(() => {
|
41
|
-
return activeClass(true)
|
42
|
-
})
|
43
|
-
const activeClass = (isLeave) => {
|
44
|
-
let animate = animates.preset.find((item) => props.animate == item.name)
|
45
|
-
if (animate == undefined) {
|
46
|
-
return ''
|
47
|
-
}
|
48
|
-
let direction = ''
|
49
|
-
if (props.direction == undefined) {
|
50
|
-
direction = animate.directions[0]
|
51
|
-
} else {
|
52
|
-
direction = animate.directions.find((item) => item == props.direction)
|
53
|
-
}
|
54
|
-
direction = direction == undefined || direction === 'default' ? '' : direction
|
55
|
-
if (direction != '') {
|
56
|
-
direction =
|
57
|
-
isLeave && props.reverse ? reversePosition(direction, animate.directions) : direction
|
58
|
-
direction = direction[0].toUpperCase() + direction.substring(1)
|
59
|
-
}
|
60
|
-
let t = isLeave ? 'Out' : 'In'
|
61
|
-
return animate.name + t + direction
|
62
|
-
}
|
63
|
-
const reversePosition = (direction, directions) => {
|
64
|
-
if (direction.length == 0 || direction == 'x' || direction == 'y') {
|
65
|
-
return direction
|
66
|
-
}
|
67
|
-
let index = directions.indexOf(direction)
|
68
|
-
index = index % 2 == 1 ? index - 1 : index + 1
|
69
|
-
return directions[index]
|
70
|
-
}
|
71
|
-
return {
|
72
|
-
enterAnimate,
|
73
|
-
leaveAnimate
|
74
|
-
}
|
75
|
-
}
|
76
|
-
})
|
77
|
-
</script>
|
78
|
-
|
79
|
-
<style lang="less">
|
80
|
-
.page-toggle-enter-active {
|
81
|
-
top: 0;
|
82
|
-
right: 0;
|
83
|
-
bottom: 0;
|
84
|
-
left: 0;
|
85
|
-
background: transparent;
|
86
|
-
animation-duration: .3s !important;
|
87
|
-
}
|
88
|
-
|
89
|
-
.page-toggle-leave-active {
|
90
|
-
display: none;
|
91
|
-
top: 0;
|
92
|
-
right: 0;
|
93
|
-
bottom: 0;
|
94
|
-
left: 0;
|
95
|
-
background: transparent;
|
96
|
-
animation-duration: .3s !important;
|
97
|
-
}
|
98
|
-
</style>
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import type { App, Directive, DirectiveBinding } from 'vue'
|
2
|
-
|
3
|
-
import { usePermissions } from '@gx-admin/hooks/system'
|
4
|
-
|
5
|
-
function isAuth(el: Element, binding: any) {
|
6
|
-
const { permission, hasPermission } = usePermissions()
|
7
|
-
|
8
|
-
const value = binding.value
|
9
|
-
if (value) {
|
10
|
-
hasPermission(value)
|
11
|
-
if (!permission.value) el.parentNode?.removeChild(el)
|
12
|
-
}
|
13
|
-
return
|
14
|
-
}
|
15
|
-
|
16
|
-
const mounted = (el: Element, binding: DirectiveBinding) => {
|
17
|
-
isAuth(el, binding)
|
18
|
-
}
|
19
|
-
|
20
|
-
const authDirective: Directive = {
|
21
|
-
mounted
|
22
|
-
}
|
23
|
-
|
24
|
-
export function setupPermissionDirective(app: App) {
|
25
|
-
app.directive('auth', authDirective)
|
26
|
-
}
|
27
|
-
|
28
|
-
export default authDirective
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import type { App } from 'vue'
|
2
|
-
import ProLayout, { PageContainer } from '@gx-design/ProLayout'
|
3
|
-
|
4
|
-
const gxProDesign = (app: App) => {
|
5
|
-
// pro-layout
|
6
|
-
app.component('g-pro-layout', ProLayout)
|
7
|
-
// pro-wrapper
|
8
|
-
app.component('g-pro-page-container', PageContainer)
|
9
|
-
}
|
10
|
-
export default gxProDesign
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import dayjs from 'dayjs'
|
2
|
-
import relativeTime from 'dayjs/plugin/relativeTime'
|
3
|
-
import weekOfYear from 'dayjs/plugin/weekOfYear'
|
4
|
-
import advancedFormat from 'dayjs/plugin/advancedFormat'
|
5
|
-
import 'dayjs/locale/zh-cn'
|
6
|
-
|
7
|
-
import antDesign from './ant-design'
|
8
|
-
import gxDesign from './gx-design'
|
9
|
-
import gxProDesign from './gx-pro-design'
|
10
|
-
import gxAdminDesign from './gx-admin-design'
|
11
|
-
|
12
|
-
import setupGlobDirectives from './gx-admin-directives'
|
13
|
-
|
14
|
-
dayjs.locale('zh-cn')
|
15
|
-
dayjs.extend(relativeTime)
|
16
|
-
dayjs.extend(weekOfYear)
|
17
|
-
dayjs.extend(advancedFormat)
|
18
|
-
|
19
|
-
export function setupGlobCommon(app) {
|
20
|
-
// design
|
21
|
-
antDesign(app)
|
22
|
-
gxDesign(app)
|
23
|
-
gxProDesign(app)
|
24
|
-
gxAdminDesign(app)
|
25
|
-
// directives
|
26
|
-
setupGlobDirectives(app)
|
27
|
-
}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @Author gx12358
|
3
|
-
* @DateTime 2021/7/30
|
4
|
-
* @lastTime 2021/7/30
|
5
|
-
* @description 修改左侧菜单栏滚动条样式
|
6
|
-
*/
|
7
|
-
|
8
|
-
html {
|
9
|
-
body {
|
10
|
-
.ant-layout-sider {
|
11
|
-
.ant-layout-sider-children {
|
12
|
-
&::-webkit-scrollbar {
|
13
|
-
width: 6px;
|
14
|
-
height: 6px;
|
15
|
-
}
|
16
|
-
|
17
|
-
&::-webkit-scrollbar-thumb {
|
18
|
-
background: rgba(0, 0, 0, 0.12);
|
19
|
-
border-radius: 3px;
|
20
|
-
}
|
21
|
-
|
22
|
-
&::-webkit-scrollbar-track {
|
23
|
-
background: hsla(0, 0%, 100%, 0.15);
|
24
|
-
border-radius: 3px;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|
28
|
-
}
|
29
|
-
}
|
@@ -1,55 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @Author gx12358
|
3
|
-
* @DateTime 2021/7/30
|
4
|
-
* @lastTime 2021/7/30
|
5
|
-
* @description menu Icon图标
|
6
|
-
*/
|
7
|
-
html {
|
8
|
-
body {
|
9
|
-
.ant-menu-item .anticon,
|
10
|
-
.ant-menu-submenu-title .anticon {
|
11
|
-
margin-right: 10px !important;
|
12
|
-
}
|
13
|
-
|
14
|
-
.ant-menu-item .customicon,
|
15
|
-
.ant-menu-submenu-title .customicon {
|
16
|
-
min-width: 14px;
|
17
|
-
margin-right: 8px !important;
|
18
|
-
font-size: 14px;
|
19
|
-
vertical-align: bottom;
|
20
|
-
transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
|
21
|
-
margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
22
|
-
}
|
23
|
-
|
24
|
-
.ant-menu-item .customimg,
|
25
|
-
.ant-menu-submenu-title .customimg {
|
26
|
-
width: 14px;
|
27
|
-
min-width: 14px;
|
28
|
-
margin-right: 8px !important;
|
29
|
-
transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
30
|
-
}
|
31
|
-
|
32
|
-
.ant-menu-submenu-title {
|
33
|
-
[class*='ri'] {
|
34
|
-
min-width: 16px;
|
35
|
-
margin-right: 8px !important;
|
36
|
-
font-size: 16px;
|
37
|
-
vertical-align: bottom;
|
38
|
-
transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
|
39
|
-
margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
40
|
-
}
|
41
|
-
}
|
42
|
-
|
43
|
-
.ant-menu-inline-collapsed {
|
44
|
-
.ant-menu-submenu-title {
|
45
|
-
[class*='ri'] {
|
46
|
-
margin-right: 16px !important;
|
47
|
-
}
|
48
|
-
|
49
|
-
[class*='iconfont'] {
|
50
|
-
margin-right: 18px !important;
|
51
|
-
}
|
52
|
-
}
|
53
|
-
}
|
54
|
-
}
|
55
|
-
}
|
@@ -1,67 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @Author gx12358
|
3
|
-
* @DateTime 2021/7/30
|
4
|
-
* @lastTime 2021/7/30
|
5
|
-
* @description ant-modal
|
6
|
-
*/
|
7
|
-
|
8
|
-
html {
|
9
|
-
body {
|
10
|
-
.ant-table-thead {
|
11
|
-
& > tr > th {
|
12
|
-
position: relative;
|
13
|
-
font-weight: 700;
|
14
|
-
color: #262626;
|
15
|
-
background: #fafafa;
|
16
|
-
|
17
|
-
.ant-table-header-column {
|
18
|
-
font-weight: 700;
|
19
|
-
background: #fafafa;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
.ant-table-column-title {
|
25
|
-
position: relative;
|
26
|
-
z-index: 1;
|
27
|
-
flex: 1 1;
|
28
|
-
}
|
29
|
-
|
30
|
-
.ant-table-resize-handle {
|
31
|
-
position: absolute;
|
32
|
-
top: 0;
|
33
|
-
height: 100% !important;
|
34
|
-
bottom: 0;
|
35
|
-
left: auto !important;
|
36
|
-
right: -8px;
|
37
|
-
cursor: col-resize;
|
38
|
-
touch-action: none;
|
39
|
-
-webkit-user-select: auto;
|
40
|
-
-moz-user-select: auto;
|
41
|
-
user-select: auto;
|
42
|
-
width: 16px;
|
43
|
-
z-index: 1;
|
44
|
-
}
|
45
|
-
|
46
|
-
.ant-table-resize-handle:hover .ant-table-resize-handle-line,
|
47
|
-
.dragging .ant-table-resize-handle-line {
|
48
|
-
opacity: 1;
|
49
|
-
}
|
50
|
-
|
51
|
-
.ant-table-resize-handle-line {
|
52
|
-
display: block;
|
53
|
-
width: 1px;
|
54
|
-
margin-left: 7px;
|
55
|
-
height: 100% !important;
|
56
|
-
background-color: var(--ant-primary-color);
|
57
|
-
opacity: 0;
|
58
|
-
}
|
59
|
-
|
60
|
-
.ant-table-column-sorters {
|
61
|
-
display: flex;
|
62
|
-
flex: auto;
|
63
|
-
align-items: center;
|
64
|
-
justify-content: space-between;
|
65
|
-
}
|
66
|
-
}
|
67
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
/* 文字颜色相关 */
|
@@ -1,41 +0,0 @@
|
|
1
|
-
@import './config';
|
2
|
-
@import './normalize';
|
3
|
-
@import './mixin';
|
4
|
-
@import './color';
|
5
|
-
@import './ant-design/index';
|
6
|
-
|
7
|
-
html,
|
8
|
-
body,
|
9
|
-
#app {
|
10
|
-
height: 100%;
|
11
|
-
.reset();
|
12
|
-
}
|
13
|
-
|
14
|
-
html {
|
15
|
-
body {
|
16
|
-
/**
|
17
|
-
* @Author gx12358
|
18
|
-
* @DateTime 2021/5/20
|
19
|
-
* @lastTime 2021/5/20
|
20
|
-
* @description 清楚浮动
|
21
|
-
*/
|
22
|
-
|
23
|
-
.clearfix {
|
24
|
-
.clearfix();
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|
28
|
-
|
29
|
-
@media (max-width: @screen-xs) {
|
30
|
-
.ant-table {
|
31
|
-
width: 100%;
|
32
|
-
overflow-x: auto;
|
33
|
-
}
|
34
|
-
}
|
35
|
-
|
36
|
-
// 兼容IE11
|
37
|
-
@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
|
38
|
-
body .ant-design-pro > .ant-layout {
|
39
|
-
min-height: 100vh;
|
40
|
-
}
|
41
|
-
}
|
@@ -1,66 +0,0 @@
|
|
1
|
-
/*一些less函数*/
|
2
|
-
.scrollbar() {
|
3
|
-
&::-webkit-scrollbar {
|
4
|
-
width: 6px;
|
5
|
-
height: 6px;
|
6
|
-
}
|
7
|
-
|
8
|
-
&::-webkit-scrollbar-thumb {
|
9
|
-
background-color: rgba(50, 50, 50, 0.3);
|
10
|
-
border-radius: 1em;
|
11
|
-
}
|
12
|
-
|
13
|
-
&::-webkit-scrollbar-track {
|
14
|
-
background-color: rgba(50, 50, 50, 0.1);
|
15
|
-
border-radius: 1em;
|
16
|
-
}
|
17
|
-
}
|
18
|
-
|
19
|
-
.textOverflow() {
|
20
|
-
overflow: hidden;
|
21
|
-
text-overflow: ellipsis;
|
22
|
-
word-break: break-all;
|
23
|
-
white-space: nowrap;
|
24
|
-
}
|
25
|
-
|
26
|
-
.reset() {
|
27
|
-
box-sizing: border-box;
|
28
|
-
padding: 0;
|
29
|
-
margin: 0;
|
30
|
-
font-size: 100%;
|
31
|
-
vertical-align: baseline;
|
32
|
-
border: 0;
|
33
|
-
outline: 0;
|
34
|
-
}
|
35
|
-
|
36
|
-
.clearfix() {
|
37
|
-
&::before,
|
38
|
-
&::after {
|
39
|
-
display: table;
|
40
|
-
content: '';
|
41
|
-
}
|
42
|
-
&::after {
|
43
|
-
height: 0;
|
44
|
-
clear: both;
|
45
|
-
font-size: 0;
|
46
|
-
visibility: hidden;
|
47
|
-
}
|
48
|
-
}
|
49
|
-
|
50
|
-
.centerContent() {
|
51
|
-
position: absolute;
|
52
|
-
top: 50%;
|
53
|
-
left: 50%;
|
54
|
-
z-index: 999;
|
55
|
-
transform: translate(-50%, -50%);
|
56
|
-
}
|
57
|
-
|
58
|
-
.relative() {
|
59
|
-
position: relative;
|
60
|
-
}
|
61
|
-
|
62
|
-
.overHidden() {
|
63
|
-
overflow: hidden;
|
64
|
-
text-overflow: ellipsis;
|
65
|
-
white-space: nowrap;
|
66
|
-
}
|