@ganwei-web/ganwei-pc-cli 6.2.2 → 6.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ganwei-app-6.2.1/.gitignore +33 -0
- package/ganwei-app-6.2.1/.npmrc +1 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.gitignore +27 -0
- package/ganwei-app-6.2.1/moduleConfiguration/copyFile.js +8 -14
- package/ganwei-app-6.2.1/moduleConfiguration/init.js +2 -8
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.babelrc +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.editorconfig +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.env.development +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.env.production +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.env.test +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.eslintignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.gitignore +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.prettierignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/auto-imports.d.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/banner.js +9 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/build-version.js +42 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/bulidList.js +26 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/enteryJson.js +108 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/filterStatic.js +64 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/init.js +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/look-dir.js +24 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/rollup-options.js +35 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/test.js +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/vite-plugin-stats-html.js +595 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/components.d.ts +20 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/env.d.ts +7 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/index.html +20 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/package-lock.json +3965 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/package.json +69 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/pnpm-lock.yaml +5034 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/index-plus-vars.css +93 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/index-plus.css +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/index.css +15926 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/pptxjs.css +161 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.css +1135 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.js +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.json +1969 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.ttf +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.woff +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.woff2 +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/language/en-US/noPage.json +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/language/zh-CN/noPage.json +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/language/zh-HK/noPage.json +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/themes/dark.css +77 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/themes/default-theme.js +34 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/themes/light.css +79 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/App.vue +198 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/index.scssc +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/linkSetting.scssc +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/sceneSetting.scssc +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/specialTask.scssc +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/style.scssc +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/weekTask.scssc +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/VideoSystem.scss +397 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/el-dialog.scss +58 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/el-drawer.scss +41 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/index.scss +1052 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/login.scss +320 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/mobileStyle.scss +332 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/noDataTips.scss +57 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/reset.scss +1192 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/style-black.scss +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/style-white.scss +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/style.scss +633 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/videoPlaybackCom.scss +468 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/videoPlayer.scss +441 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/images/logo.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/plugins/encrypt.js +122 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/appFrame.vue +163 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/bottom.vue +15 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/css/bottom.scss +381 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/css/top.scss +49 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/js/Voice.js +345 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/js/bottom.js +102 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/top.vue +114 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/i18n/i18n.js +42 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/i18n/i18nObserver.js +39 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/i18n/vueI18n.js +17 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/toast/index.js +64 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/toast/index.vue +152 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/hostMap.js +9 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/main.js +39 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/Auth.js +83 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/BA.js +81 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/EquipList.js +127 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/Event.js +34 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/GwEcharts.js +9 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/PPT.js +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/RealTime.js +43 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/SystemConfig.js +177 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/Video.js +57 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/VideoTour.js +129 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/WelcomeWord.js +24 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/WorkOrder.js +265 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/videoSystem.js +81 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api.js +35 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/apiFunction.js +200 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/encrypt.js +14 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/http.js +186 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/router.js +31 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/store.js +189 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/types.js +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/formValidate.js +25 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/isApp.js +18 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/language.js +45 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/myUtils.js +643 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/timeFormat.js +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/timesYMDHMS.js +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/views/ganwei-app-empty-page/src/noPage.vue +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/stats.html +356 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/vite.base.config.js +244 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/vite.config.ts +44 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.babelrc +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.editorconfig +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.env.development +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.env.production +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.env.test +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.eslintignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.gitignore +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.prettierignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.stylelintrc.cjs +18 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/auto-imports.d.ts +56 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/components.d.ts +25 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/env.d.ts +21 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/index.html +20 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/package.json +87 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/public/static/language/en-US/home.json +39 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/public/static/language/zh-CN/home.json +39 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/public/static/language/zh-HK/home.json +39 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/App.vue +203 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/assets/images/logo.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/components/Layout/TitleList.vue +20 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/enums/index.ts +24 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/main.ts +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/models/index.ts +91 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/request/api/RealTime.ts +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/request/api.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/router.ts +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/store.js +189 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/types.js +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeMenuItem.vue +95 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeMenus.vue +118 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeMenusEditDrawer.vue +119 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeSnapshots.vue +109 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/chatbot.vue +96 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/eslint.config.js +10 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/css/index.scss +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/img/chatbot.gif +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/img/six.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/index.vue +42 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useLanguageStyle.ts +21 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useManageMenus.ts +38 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useMenus.ts +49 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/usePolling.ts +38 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useRealTime.ts +128 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/stats.html +4975 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/tsconfig.json +58 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/types/gw-app-public.d.ts +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/vite.base.config.ts +233 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/vite.config.ts +49 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.gitignore +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/index.html +1 -2
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/config.json +2 -2
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/util.js +4 -10
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/types.js +1 -1
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.babelrc +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.editorconfig +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.env.development +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.env.production +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.env.test +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.eslintignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.gitignore +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.prettierignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.stylelintrc.cjs +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/auto-imports.d.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/env.d.ts +67 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/index.html +20 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/package.json +79 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/public/static/language/en-US/login.json +48 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/public/static/language/zh-CN/login.json +48 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/public/static/language/zh-HK/login.json +48 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/App.vue +225 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/assets/images/bg.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/assets/images/logo.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/assets/images/refresh.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/components/app-drag/index.vue +183 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/hostMap.ts +11 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/main.ts +19 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/models/index.ts +48 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/request/api/Auth.ts +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/request/api.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/router.ts +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/Login.vue +99 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/css/login.scss +78 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/js/useLogin.ts +73 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/js/useRememberPassword.ts +48 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/stats.html +4975 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/tsconfig.json +56 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/types/gw-app-public.d.ts +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/vite.base.config.ts +233 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/vite.config.ts +51 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.babelrc +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.editorconfig +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.env.development +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.env.production +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.env.test +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.eslintignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.gitignore +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.prettierignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.stylelintrc.cjs +17 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/auto-imports.d.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/env.d.ts +21 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/index.html +20 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/package.json +85 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/public/static/language/en-US/setPage.json +25 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/public/static/language/zh-CN/setPage.json +25 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/public/static/language/zh-HK/setPage.json +25 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/App.vue +202 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/assets/images/logo.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/components/buttonModeSelect/index.vue +190 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/hostMap.ts +11 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/main.ts +24 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/models/index.ts +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/request/api/Auth.ts +21 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/request/api.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/router.ts +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/store.js +189 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/types.js +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useChangeLanguage.ts +19 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useChangeTheme.ts +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useClearCache.ts +26 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useJavaFunc.ts +146 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useLogout.ts +52 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/setPage.vue +120 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/stats.html +4975 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/tsconfig.json +58 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/types/gw-app-public.d.ts +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/vite.base.config.ts +233 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/vite.config.ts +49 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.babelrc +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.editorconfig +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.env.development +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.env.production +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.env.test +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.eslintignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.gitignore +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.prettierignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/auto-imports.d.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/components.d.ts +14 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/env.d.ts +7 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/index.html +18 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/package.json +77 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/public/static/language/en-US/template.json +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/public/static/language/zh-CN/template.json +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/public/static/language/zh-HK/template.json +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/App.vue +202 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/assets/images/logo.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/components/buttonModeSelect/index.vue +190 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/hostMap.ts +11 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/main.ts +24 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/models/index.ts +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/request/api/Auth.ts +21 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/request/api.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/router.ts +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/store.js +189 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/types.js +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/views/ganwei-app-template/src/template.vue +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/tsconfig.json +58 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/types/gw-app-public.d.ts +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/vite.base.config.js +246 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/vite.config.ts +44 -0
- package/ganwei-iotcenter-index-6.2.1/.gitignore +31 -0
- package/ganwei-iotcenter-index-6.2.1/.npmrc +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.gitignore +27 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/json/config.json +47 -43
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/App.vue +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/isDebug/isDebug.vue +2 -9
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/types.js +1 -1
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/index.js +0 -3
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/index.vue +9 -3
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/preloadMethod.js +3 -3
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.gitignore +27 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/login.scss +50 -30
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/types.js +1 -1
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.gitignore +27 -0
- package/ganwei-pc.js +0 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$font-color-theme1:red;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$font-color-theme2:yellow;
|
|
@@ -0,0 +1,633 @@
|
|
|
1
|
+
$screen-xs-max: 767px;
|
|
2
|
+
$screen-sm-min: 768px;
|
|
3
|
+
$screen-md-min: 992px;
|
|
4
|
+
$screen-lg-min: 1200px;
|
|
5
|
+
// 日间模式
|
|
6
|
+
$login-btn: #05a2e5;
|
|
7
|
+
$login-btn-hover: #04b0fa;
|
|
8
|
+
$login-btn-shadow: rgba(190, 227, 243, 0.2);
|
|
9
|
+
$background: #f8f8f8;
|
|
10
|
+
$background-box: #ffffff;
|
|
11
|
+
$borderColor: #e6e6e6;
|
|
12
|
+
$fontColor: #1f232f;
|
|
13
|
+
$fontColor-minor: #2d2e30;
|
|
14
|
+
$fontColor-light: rgba(31, 35, 47, 0.6);
|
|
15
|
+
$fontColor-gray: #8d909b;
|
|
16
|
+
$background-equipNum: #cccccc;
|
|
17
|
+
$background-equipNum-check: #4f535f;
|
|
18
|
+
$equipNum-icon: #bfbfbf;
|
|
19
|
+
$inputBorder: #979797;
|
|
20
|
+
$lightBack: #252833;
|
|
21
|
+
$btn-blue: #3875ff;
|
|
22
|
+
$dialog-background: #ebebeb;
|
|
23
|
+
$black: #000;
|
|
24
|
+
$aside-font: rgba(240, 244, 255, 0.88);
|
|
25
|
+
$aside-font2: rgba(240, 244, 255, 0.64);
|
|
26
|
+
$aside-font3: rgba(56, 117, 255, 1);
|
|
27
|
+
// 夜间模式
|
|
28
|
+
$n-fontColor: #ffffff;
|
|
29
|
+
$n-cardColor: #313747;
|
|
30
|
+
$n-backColor: #0c0e14; //背景色
|
|
31
|
+
$n-middleColor: #181c29; //中间色
|
|
32
|
+
$n-frondColor: #252833; //前景色
|
|
33
|
+
$n-frondLight: #313747; //前景色-突出
|
|
34
|
+
$n-frondHigh: #3b4357; //前景色-高亮
|
|
35
|
+
$n-borderColor: rgba(240, 244, 255, 0.16); // 文本色-最次
|
|
36
|
+
// 评审公共样式
|
|
37
|
+
$main-padding: 16px; // 主内容主体边距、主内容标题内边距
|
|
38
|
+
$main-titleHeight: 48px; // 主内容标题高度
|
|
39
|
+
$bottomHeight: 48px; // 底部栏高度 (主内容&副内容)
|
|
40
|
+
$bottomPadding: 8px 0 16px; // 底部栏边距 (主内容&副内容)
|
|
41
|
+
$sub-padding: 8px; // 副内容主体边距
|
|
42
|
+
$sub-cardTight: 8px; //副内容选项边距 (紧凑)
|
|
43
|
+
$sub-cardLoose: 8px; //副内容选项边距 (宽松)
|
|
44
|
+
$sub-titlePadding: 16px; // 副内容标题区边距
|
|
45
|
+
$title-btn: 28px; // 标题区按钮高度
|
|
46
|
+
$small-btn: 32px; // 小按钮
|
|
47
|
+
$big-btn: 40px; // 大按钮
|
|
48
|
+
$alartFooterHeight: 64px; //弹窗底部高度
|
|
49
|
+
$labelColor: rgba(240, 244, 255, 0.64); // 表单标签名颜色,表单placeHolder颜色
|
|
50
|
+
$inputColor: rgba(240, 244, 255, 1); // 输入文字颜色
|
|
51
|
+
$scout-inputHeight: 28px; // 标题输入框高
|
|
52
|
+
$inputHeight: 32px; // 普通&表单输入框(下拉框)高度
|
|
53
|
+
$popper-font: rgba(240, 244, 255, 0.88);
|
|
54
|
+
$list-FontSize: 16px;
|
|
55
|
+
// 最新界面
|
|
56
|
+
// 主题色
|
|
57
|
+
$themeColor_1: #3875ff;
|
|
58
|
+
$themeColor_2: #226bcc;
|
|
59
|
+
$themeColor_3: #195098;
|
|
60
|
+
$themeColor_4: #113464;
|
|
61
|
+
$themeColor_success: #63e03f;
|
|
62
|
+
$themeColor_alarm: #f22433;
|
|
63
|
+
$themeColor_warning: #f5bb36;
|
|
64
|
+
$themeColor_purple: #eb2fbc;
|
|
65
|
+
// 文本色
|
|
66
|
+
$headerTitle: #91a2af;
|
|
67
|
+
$textColor_1: #f0f4ff;
|
|
68
|
+
$textColor_2: rgba(240, 244, 255, 0.88);
|
|
69
|
+
$textColor_3: rgba(240, 244, 255, 0.56);
|
|
70
|
+
$textColor_4: rgba(240, 244, 255, 0.32);
|
|
71
|
+
$textColor_5: rgba(240, 244, 255, 0.16);
|
|
72
|
+
$textColor_6: rgba(240, 244, 255, 0.56);
|
|
73
|
+
$textColor_7: rgba(240, 244, 255, 0.08);
|
|
74
|
+
$bjColor_1: #090f1a; // 背景色
|
|
75
|
+
$middleColor_1: #181c29; //中间色
|
|
76
|
+
// 前景色
|
|
77
|
+
$foregroundColor_1: #252833;
|
|
78
|
+
$foregroundColor_1_2: rgba(37, 40, 51, 0.88);
|
|
79
|
+
$foregroundColor_2: #313747;
|
|
80
|
+
$foregroundColor_3: #3b4357;
|
|
81
|
+
$foregroundColor_4: #2f3544;
|
|
82
|
+
$icon_color: #000b17;
|
|
83
|
+
//列表双行颜色
|
|
84
|
+
$listDouColor: #07253e;
|
|
85
|
+
$listSelected: #103e66;
|
|
86
|
+
// 为换肤增加的样式
|
|
87
|
+
$linearBg: linear-gradient(-43deg, #181c29, #3b4357);
|
|
88
|
+
$linearBtnBg: #3b4357;
|
|
89
|
+
$linearBtnHoverBg: #2f3544;
|
|
90
|
+
$linearHeaderBg: #313747;
|
|
91
|
+
$asideHeader: #313747;
|
|
92
|
+
$asideBg: #252833;
|
|
93
|
+
$asideColor: rgba(240, 244, 255, 0.56);
|
|
94
|
+
$asideBorder: rgba(240, 244, 255, 0.16);
|
|
95
|
+
$asideHoverBg: #181c29;
|
|
96
|
+
$asideHoverColor: #f0f4ff;
|
|
97
|
+
$foldBg: #181c29;
|
|
98
|
+
$foldColor: rgba(240, 244, 255, 0.88);
|
|
99
|
+
|
|
100
|
+
// 按钮 $btn-
|
|
101
|
+
$btn-login: rgba(39, 121, 230, 0.32);
|
|
102
|
+
// 边框 $border-
|
|
103
|
+
|
|
104
|
+
// 线条 $line-
|
|
105
|
+
|
|
106
|
+
// Tab $tab-
|
|
107
|
+
|
|
108
|
+
// 输入框 $input-
|
|
109
|
+
|
|
110
|
+
// textarea $textarea-
|
|
111
|
+
|
|
112
|
+
// 表格 $table-
|
|
113
|
+
|
|
114
|
+
// 图片 $img-
|
|
115
|
+
|
|
116
|
+
// 容器(div、section等背景) $con-
|
|
117
|
+
|
|
118
|
+
// 弹窗 $dialog-
|
|
119
|
+
|
|
120
|
+
// 提示 $tips-
|
|
121
|
+
|
|
122
|
+
// 文本 $txt-
|
|
123
|
+
|
|
124
|
+
// 选中框-单选-多选 $sel-
|
|
125
|
+
|
|
126
|
+
// 分页 $page-
|
|
127
|
+
|
|
128
|
+
// 为换肤增加的样式--end
|
|
129
|
+
|
|
130
|
+
//统一字体处理
|
|
131
|
+
html,
|
|
132
|
+
body {
|
|
133
|
+
font-size: 16px;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
$fontH36: 36px;
|
|
137
|
+
$fontH30: 30px;
|
|
138
|
+
$fontH24: 24px;
|
|
139
|
+
$fontH20: 20px;
|
|
140
|
+
$fontH18: 18px;
|
|
141
|
+
$fontH16: 16px;
|
|
142
|
+
$fontH14: 14px;
|
|
143
|
+
$fontH12: 12px;
|
|
144
|
+
|
|
145
|
+
// 统一提示字体处理
|
|
146
|
+
.success {
|
|
147
|
+
color: $themeColor_success !important;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.warning {
|
|
151
|
+
color: $themeColor_warning !important;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.purple {
|
|
155
|
+
color: $themeColor_purple !important;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.primary {
|
|
159
|
+
color: $themeColor_1 !important;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
// 设备实时状态---圆点状态颜色
|
|
163
|
+
.noComm {
|
|
164
|
+
// 不通讯
|
|
165
|
+
color: #a0a0a0 !important;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.normal {
|
|
169
|
+
// 通讯正常
|
|
170
|
+
color: #63e03f !important;
|
|
171
|
+
background-color: #63e03f !important;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.alarm {
|
|
175
|
+
// 有报警
|
|
176
|
+
color: #f22433 !important;
|
|
177
|
+
background-color: #f22433 !important;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.lsSet {
|
|
181
|
+
// 正在进行设置
|
|
182
|
+
color: #bebcaa !important;
|
|
183
|
+
background-color: #bebcaa !important;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.initialize {
|
|
187
|
+
// 正在初始化
|
|
188
|
+
color: #289ac0 !important;
|
|
189
|
+
background-color: #289ac0 !important;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.withdraw {
|
|
193
|
+
// 撤防
|
|
194
|
+
color: pink !important;
|
|
195
|
+
background-color: pink !important;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
@mixin font-color1() {
|
|
199
|
+
/*通过该函数设置字体颜色,后期方便统一管理;*/
|
|
200
|
+
// color: $font-color-theme1 !important;
|
|
201
|
+
|
|
202
|
+
// [data-theme="theme1"] & {
|
|
203
|
+
// color: $font-color-theme1 !important;
|
|
204
|
+
// // $font-color-theme1: blue;
|
|
205
|
+
|
|
206
|
+
// }
|
|
207
|
+
|
|
208
|
+
// [data-theme="theme2"] & {
|
|
209
|
+
|
|
210
|
+
// color: $font-color-theme2 !important;
|
|
211
|
+
// }
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
//火狐滚动条样式
|
|
215
|
+
@mixin firefoxScroll {
|
|
216
|
+
scrollbar-color: #313747 transparent;
|
|
217
|
+
scrollbar-width: thin;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
// 单行超出省略号
|
|
221
|
+
@mixin whiteSpace {
|
|
222
|
+
white-space: nowrap;
|
|
223
|
+
overflow: hidden;
|
|
224
|
+
text-overflow: ellipsis;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
// 360度图片旋转
|
|
228
|
+
@keyframes radar-beam {
|
|
229
|
+
0% {
|
|
230
|
+
transform: rotate(0deg);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
100% {
|
|
234
|
+
transform: rotate(360deg);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.el-tooltip__popper[x-placement^="top"] .popper__arrow:after {
|
|
239
|
+
border-top-color: #595959 !important;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
@mixin font18 {
|
|
243
|
+
font-size: 18px;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
@mixin font16 {
|
|
247
|
+
font-size: 16px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
@mixin font14 {
|
|
251
|
+
font-size: 14px;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
@mixin font12 {
|
|
255
|
+
font-size: 12px;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/* 组件样式 */
|
|
259
|
+
|
|
260
|
+
// 左侧列表
|
|
261
|
+
@mixin main-list {
|
|
262
|
+
@media screen and (min-width: 1440px) {
|
|
263
|
+
width: 370px;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
@media screen and (max-width: 1440px) {
|
|
267
|
+
width: 320px;
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
@mixin list-height {
|
|
272
|
+
font-size: 14px;
|
|
273
|
+
height: 40px;
|
|
274
|
+
line-height: 40px;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
// 左侧列表顶部的标题、icon、搜索框
|
|
278
|
+
@mixin list-title {
|
|
279
|
+
width: 100%;
|
|
280
|
+
height: 120px;
|
|
281
|
+
font-size: 24px;
|
|
282
|
+
color: $textColor_1;
|
|
283
|
+
|
|
284
|
+
>div {
|
|
285
|
+
width: 100%;
|
|
286
|
+
|
|
287
|
+
&:first-of-type {
|
|
288
|
+
padding-right: 16px;
|
|
289
|
+
display: flex;
|
|
290
|
+
justify-content: space-between;
|
|
291
|
+
align-items: center;
|
|
292
|
+
margin-bottom: 12px;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.iconfont-app {
|
|
296
|
+
font-size: 24px;
|
|
297
|
+
margin-left: 8px;
|
|
298
|
+
padding: 8px;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
::v-deep .el-button {
|
|
302
|
+
width: 30px;
|
|
303
|
+
height: 30px;
|
|
304
|
+
margin-left: 8px;
|
|
305
|
+
padding: 8px;
|
|
306
|
+
font-size: 14px;
|
|
307
|
+
|
|
308
|
+
.iconfont-app {
|
|
309
|
+
font-size: 24px;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
::v-deep .el-input {
|
|
315
|
+
width: calc(100% - 8px);
|
|
316
|
+
|
|
317
|
+
.el-input__inner {
|
|
318
|
+
height: 40px;
|
|
319
|
+
// background-color: $n-backColor;
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
// 除左侧列表主区域
|
|
325
|
+
@mixin main-container {
|
|
326
|
+
@media screen and (min-width: 1440px) {
|
|
327
|
+
width: calc(100% - 370px);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
@media screen and (max-width: 1440px) {
|
|
331
|
+
width: calc(100% - 320px) !important;
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
// 主区域顶部
|
|
336
|
+
@mixin page-header {
|
|
337
|
+
height: 64px;
|
|
338
|
+
font-size: 24px;
|
|
339
|
+
color: $textColor_1;
|
|
340
|
+
padding-left: 24px;
|
|
341
|
+
display: flex;
|
|
342
|
+
justify-content: space-between;
|
|
343
|
+
align-items: center;
|
|
344
|
+
|
|
345
|
+
.el-input {
|
|
346
|
+
margin-left: 16px;
|
|
347
|
+
|
|
348
|
+
.el-input__inner {
|
|
349
|
+
height: 32px;
|
|
350
|
+
background-color: $n-backColor;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.el-select {
|
|
355
|
+
margin-left: 16px;
|
|
356
|
+
|
|
357
|
+
.el-input {
|
|
358
|
+
margin-left: 0;
|
|
359
|
+
|
|
360
|
+
.el-input__inner {
|
|
361
|
+
height: 32px;
|
|
362
|
+
background-color: $n-backColor;
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.el-button {
|
|
368
|
+
height: 32px;
|
|
369
|
+
margin-left: 16px;
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
// tab外层div
|
|
374
|
+
@mixin tab-header {
|
|
375
|
+
.el-tabs__header {
|
|
376
|
+
margin-bottom: 0;
|
|
377
|
+
border-radius: 3px;
|
|
378
|
+
border-bottom: none;
|
|
379
|
+
background: $n-backColor;
|
|
380
|
+
|
|
381
|
+
.el-tabs__nav {
|
|
382
|
+
border: none;
|
|
383
|
+
|
|
384
|
+
.el-tabs__item {
|
|
385
|
+
height: unset !important;
|
|
386
|
+
word-break: break-all;
|
|
387
|
+
line-height: 28px;
|
|
388
|
+
word-wrap: break-word;
|
|
389
|
+
white-space: break-spaces;
|
|
390
|
+
word-break: normal;
|
|
391
|
+
font-size: 14px;
|
|
392
|
+
text-align: center;
|
|
393
|
+
margin: 2px;
|
|
394
|
+
background: $n-backColor;
|
|
395
|
+
color: $aside-font2;
|
|
396
|
+
border-left: none;
|
|
397
|
+
border-radius: 1px;
|
|
398
|
+
display: inline-block;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.el-tabs__item:hover {
|
|
402
|
+
color: #3875ff;
|
|
403
|
+
transition: 0.3s;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.is-active {
|
|
407
|
+
background: $foregroundColor_3;
|
|
408
|
+
color: $textColor_1 !important;
|
|
409
|
+
border-bottom: none;
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
// 分页组件外层div
|
|
416
|
+
@mixin pagination {
|
|
417
|
+
width: 100%;
|
|
418
|
+
height: 48px;
|
|
419
|
+
display: flex;
|
|
420
|
+
justify-content: center;
|
|
421
|
+
align-items: center;
|
|
422
|
+
|
|
423
|
+
::v-deep .el-pagination {
|
|
424
|
+
padding: 0;
|
|
425
|
+
|
|
426
|
+
.el-input__inner {
|
|
427
|
+
height: 32px;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.el-pagination__sizes,
|
|
431
|
+
.el-pagination__editor {
|
|
432
|
+
.el-input__inner {
|
|
433
|
+
height: 32px;
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
button {
|
|
438
|
+
width: 32px;
|
|
439
|
+
height: 32px;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.el-pager {
|
|
443
|
+
li {
|
|
444
|
+
width: 32px;
|
|
445
|
+
height: 32px;
|
|
446
|
+
line-height: 32px;
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// 公共底层按钮
|
|
453
|
+
@mixin btn {
|
|
454
|
+
width: 100%;
|
|
455
|
+
color: $textColor_2;
|
|
456
|
+
display: block;
|
|
457
|
+
text-align: right;
|
|
458
|
+
margin: 0;
|
|
459
|
+
|
|
460
|
+
span {
|
|
461
|
+
width: 60px;
|
|
462
|
+
height: 28px;
|
|
463
|
+
line-height: 28px;
|
|
464
|
+
text-align: center;
|
|
465
|
+
font-size: 14px;
|
|
466
|
+
border-radius: 3px;
|
|
467
|
+
display: inline-block;
|
|
468
|
+
background-color: $n-frondHigh;
|
|
469
|
+
cursor: pointer;
|
|
470
|
+
|
|
471
|
+
&:nth-child(1) {
|
|
472
|
+
right: 70px;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
&:nth-child(2) {
|
|
476
|
+
background-color: $themeColor_1;
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
@mixin nativeBtn {
|
|
482
|
+
display: inline-block !important;
|
|
483
|
+
width: 60px;
|
|
484
|
+
height: 28px;
|
|
485
|
+
vertical-align: middle;
|
|
486
|
+
font-size: 14px;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
// 实时视频顶部dropdpwn组件
|
|
490
|
+
.video-header-left {
|
|
491
|
+
padding: 8px !important;
|
|
492
|
+
|
|
493
|
+
.layout {
|
|
494
|
+
padding: 0;
|
|
495
|
+
display: flex;
|
|
496
|
+
justify-content: space-between;
|
|
497
|
+
|
|
498
|
+
li {
|
|
499
|
+
padding: 5px;
|
|
500
|
+
|
|
501
|
+
&:nth-child(n + 2) {
|
|
502
|
+
margin-left: 5px;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
color: $textColor_1;
|
|
506
|
+
cursor: pointer;
|
|
507
|
+
border-radius: 3px;
|
|
508
|
+
border: 1px solid $lightBack;
|
|
509
|
+
transition: all 0.2s;
|
|
510
|
+
|
|
511
|
+
&:hover {
|
|
512
|
+
color: $themeColor_1;
|
|
513
|
+
border: 1px solid $themeColor_1;
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.switchBlockNumActive {
|
|
518
|
+
color: $themeColor_1;
|
|
519
|
+
border: 1px solid $themeColor_1;
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
//暂无数据
|
|
525
|
+
@mixin noDataTips {
|
|
526
|
+
line-height: 30px !important;
|
|
527
|
+
width: 50%;
|
|
528
|
+
color: #999fa8;
|
|
529
|
+
|
|
530
|
+
.noData {
|
|
531
|
+
height: 80%;
|
|
532
|
+
width: 100%;
|
|
533
|
+
display: flex;
|
|
534
|
+
flex-direction: column;
|
|
535
|
+
align-items: center;
|
|
536
|
+
justify-content: center;
|
|
537
|
+
user-select: none;
|
|
538
|
+
|
|
539
|
+
.tip {
|
|
540
|
+
font-size: $fontH16;
|
|
541
|
+
display: flex;
|
|
542
|
+
line-height: 50px;
|
|
543
|
+
justify-content: center;
|
|
544
|
+
align-items: center;
|
|
545
|
+
color: #ced2dd;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
div {
|
|
549
|
+
display: flex;
|
|
550
|
+
justify-content: center;
|
|
551
|
+
align-items: center;
|
|
552
|
+
color: #646774;
|
|
553
|
+
line-height: 30px;
|
|
554
|
+
|
|
555
|
+
::v-deep .el-button {
|
|
556
|
+
color: white;
|
|
557
|
+
border: unset !important;
|
|
558
|
+
background-color: transparent !important;
|
|
559
|
+
display: flex;
|
|
560
|
+
justify-content: center;
|
|
561
|
+
align-items: center;
|
|
562
|
+
cursor: unset;
|
|
563
|
+
|
|
564
|
+
.iconfont-app {
|
|
565
|
+
margin-right: 4px;
|
|
566
|
+
font-size: 1.25rem;
|
|
567
|
+
cursor: pointer;
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
i {
|
|
572
|
+
margin: 0px 10px;
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
p {
|
|
577
|
+
font-size: $fontH16;
|
|
578
|
+
color: $labelColor;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
div {
|
|
582
|
+
span {
|
|
583
|
+
color: $headerTitle;
|
|
584
|
+
font-size: $fontH14;
|
|
585
|
+
white-space: nowrap;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
button {
|
|
589
|
+
color: $labelColor;
|
|
590
|
+
font-size: $fontH16;
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
//统一弹窗属性设置
|
|
597
|
+
@mixin mobileAlertHeader {
|
|
598
|
+
height: 54px !important;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
@mixin mobileAlertBody {
|
|
602
|
+
height: calc(100% - 118px) !important;
|
|
603
|
+
overflow: auto;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
@mixin mobileAlertFooter {
|
|
607
|
+
.el-button {
|
|
608
|
+
flex: 1;
|
|
609
|
+
height: 100%;
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
//统一table表头设置
|
|
614
|
+
@mixin tableHeader {
|
|
615
|
+
font-size: $fontH14;
|
|
616
|
+
color: $textColor_3;
|
|
617
|
+
height: $main-titleHeight;
|
|
618
|
+
line-height: $main-titleHeight;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
// 禁选属性
|
|
623
|
+
@mixin userselect {
|
|
624
|
+
-webkit-user-select: none;
|
|
625
|
+
-moz-user-select: none;
|
|
626
|
+
-ms-user-select: none;
|
|
627
|
+
user-select: none;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
// @import "./mobileStyle.scss";
|
|
631
|
+
|
|
632
|
+
// @import "./el-drawer.scss";
|
|
633
|
+
// @import "./el-dialog.scss";
|