@ganwei-web/ganwei-pc-cli 6.2.2 → 6.2.3

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.
Files changed (280) hide show
  1. package/ganwei-app-6.2.1/moduleConfiguration/copyFile.js +8 -14
  2. package/ganwei-app-6.2.1/moduleConfiguration/init.js +2 -8
  3. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.babelrc +4 -0
  4. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.editorconfig +22 -0
  5. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.env.development +23 -0
  6. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.env.production +29 -0
  7. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.env.test +22 -0
  8. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.eslintignore +13 -0
  9. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.eslintrc.cjs +178 -0
  10. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.prettierignore +13 -0
  11. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.prettierrc.cjs +37 -0
  12. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/auto-imports.d.ts +5 -0
  13. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/banner.js +9 -0
  14. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/build-version.js +42 -0
  15. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/bulidList.js +26 -0
  16. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/enteryJson.js +108 -0
  17. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/filterStatic.js +64 -0
  18. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/init.js +27 -0
  19. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/look-dir.js +24 -0
  20. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/rollup-options.js +35 -0
  21. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/test.js +3 -0
  22. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/vite-plugin-stats-html.js +595 -0
  23. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/components.d.ts +20 -0
  24. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/env.d.ts +7 -0
  25. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/index.html +20 -0
  26. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/package-lock.json +3965 -0
  27. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/package.json +69 -0
  28. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/pnpm-lock.yaml +5034 -0
  29. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/index-plus-vars.css +93 -0
  30. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/index-plus.css +1 -0
  31. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/index.css +15926 -0
  32. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/pptxjs.css +161 -0
  33. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.css +1135 -0
  34. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.js +1 -0
  35. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.json +1969 -0
  36. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.ttf +0 -0
  37. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.woff +0 -0
  38. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.woff2 +0 -0
  39. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/language/en-US/noPage.json +3 -0
  40. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/language/zh-CN/noPage.json +3 -0
  41. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/language/zh-HK/noPage.json +3 -0
  42. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/themes/dark.css +77 -0
  43. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/themes/default-theme.js +34 -0
  44. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/themes/light.css +79 -0
  45. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/App.vue +198 -0
  46. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/index.scssc +0 -0
  47. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/linkSetting.scssc +0 -0
  48. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/sceneSetting.scssc +0 -0
  49. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/specialTask.scssc +0 -0
  50. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/style.scssc +0 -0
  51. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/weekTask.scssc +0 -0
  52. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/VideoSystem.scss +397 -0
  53. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/el-dialog.scss +58 -0
  54. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/el-drawer.scss +41 -0
  55. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/index.scss +1052 -0
  56. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/login.scss +320 -0
  57. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/mobileStyle.scss +332 -0
  58. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/noDataTips.scss +57 -0
  59. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/reset.scss +1192 -0
  60. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/style-black.scss +1 -0
  61. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/style-white.scss +1 -0
  62. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/style.scss +633 -0
  63. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/videoPlaybackCom.scss +468 -0
  64. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/videoPlayer.scss +441 -0
  65. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/images/logo.png +0 -0
  66. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/plugins/encrypt.js +122 -0
  67. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/appFrame.vue +163 -0
  68. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/bottom.vue +15 -0
  69. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/css/bottom.scss +381 -0
  70. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/css/top.scss +49 -0
  71. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/js/Voice.js +345 -0
  72. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/js/bottom.js +102 -0
  73. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/top.vue +114 -0
  74. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/i18n/i18n.js +42 -0
  75. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/i18n/i18nObserver.js +39 -0
  76. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/i18n/vueI18n.js +17 -0
  77. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/toast/index.js +64 -0
  78. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/toast/index.vue +152 -0
  79. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/hostMap.js +9 -0
  80. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/main.js +39 -0
  81. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/Auth.js +83 -0
  82. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/BA.js +81 -0
  83. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/EquipList.js +127 -0
  84. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/Event.js +34 -0
  85. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/GwEcharts.js +9 -0
  86. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/PPT.js +5 -0
  87. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/RealTime.js +43 -0
  88. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/SystemConfig.js +177 -0
  89. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/Video.js +57 -0
  90. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/VideoTour.js +129 -0
  91. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/WelcomeWord.js +24 -0
  92. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/WorkOrder.js +265 -0
  93. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/videoSystem.js +81 -0
  94. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api.js +35 -0
  95. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/apiFunction.js +200 -0
  96. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/encrypt.js +14 -0
  97. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/http.js +186 -0
  98. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/router.js +31 -0
  99. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/store.js +189 -0
  100. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/types.js +16 -0
  101. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/formValidate.js +25 -0
  102. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/isApp.js +18 -0
  103. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/language.js +45 -0
  104. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/myUtils.js +643 -0
  105. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/timeFormat.js +23 -0
  106. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/timesYMDHMS.js +27 -0
  107. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/views/ganwei-app-empty-page/src/noPage.vue +22 -0
  108. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/stats.html +356 -0
  109. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/vite.base.config.js +244 -0
  110. package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/vite.config.ts +44 -0
  111. package/ganwei-app-6.2.1/packages/ganwei-app-home/.babelrc +4 -0
  112. package/ganwei-app-6.2.1/packages/ganwei-app-home/.editorconfig +22 -0
  113. package/ganwei-app-6.2.1/packages/ganwei-app-home/.env.development +23 -0
  114. package/ganwei-app-6.2.1/packages/ganwei-app-home/.env.production +29 -0
  115. package/ganwei-app-6.2.1/packages/ganwei-app-home/.env.test +22 -0
  116. package/ganwei-app-6.2.1/packages/ganwei-app-home/.eslintignore +13 -0
  117. package/ganwei-app-6.2.1/packages/ganwei-app-home/.eslintrc.cjs +178 -0
  118. package/ganwei-app-6.2.1/packages/ganwei-app-home/.prettierignore +13 -0
  119. package/ganwei-app-6.2.1/packages/ganwei-app-home/.prettierrc.cjs +37 -0
  120. package/ganwei-app-6.2.1/packages/ganwei-app-home/.stylelintrc.cjs +18 -0
  121. package/ganwei-app-6.2.1/packages/ganwei-app-home/auto-imports.d.ts +56 -0
  122. package/ganwei-app-6.2.1/packages/ganwei-app-home/components.d.ts +25 -0
  123. package/ganwei-app-6.2.1/packages/ganwei-app-home/env.d.ts +21 -0
  124. package/ganwei-app-6.2.1/packages/ganwei-app-home/index.html +20 -0
  125. package/ganwei-app-6.2.1/packages/ganwei-app-home/package.json +87 -0
  126. package/ganwei-app-6.2.1/packages/ganwei-app-home/public/static/language/en-US/home.json +39 -0
  127. package/ganwei-app-6.2.1/packages/ganwei-app-home/public/static/language/zh-CN/home.json +39 -0
  128. package/ganwei-app-6.2.1/packages/ganwei-app-home/public/static/language/zh-HK/home.json +39 -0
  129. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/App.vue +203 -0
  130. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/assets/images/logo.png +0 -0
  131. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/components/Layout/TitleList.vue +20 -0
  132. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/enums/index.ts +24 -0
  133. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/main.ts +29 -0
  134. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/models/index.ts +91 -0
  135. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/request/api/RealTime.ts +27 -0
  136. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/request/api.ts +5 -0
  137. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/router.ts +30 -0
  138. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/store.js +189 -0
  139. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/types.js +16 -0
  140. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeMenuItem.vue +95 -0
  141. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeMenus.vue +118 -0
  142. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeMenusEditDrawer.vue +119 -0
  143. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeSnapshots.vue +109 -0
  144. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/chatbot.vue +96 -0
  145. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/eslint.config.js +10 -0
  146. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/css/index.scss +5 -0
  147. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/img/chatbot.gif +0 -0
  148. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/img/six.png +0 -0
  149. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/index.vue +42 -0
  150. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useLanguageStyle.ts +21 -0
  151. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useManageMenus.ts +38 -0
  152. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useMenus.ts +49 -0
  153. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/usePolling.ts +38 -0
  154. package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useRealTime.ts +128 -0
  155. package/ganwei-app-6.2.1/packages/ganwei-app-home/stats.html +4975 -0
  156. package/ganwei-app-6.2.1/packages/ganwei-app-home/tsconfig.json +58 -0
  157. package/ganwei-app-6.2.1/packages/ganwei-app-home/types/gw-app-public.d.ts +4 -0
  158. package/ganwei-app-6.2.1/packages/ganwei-app-home/vite.base.config.ts +233 -0
  159. package/ganwei-app-6.2.1/packages/ganwei-app-home/vite.config.ts +49 -0
  160. package/ganwei-app-6.2.1/packages/ganwei-app-index/index.html +1 -2
  161. package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/config.json +2 -2
  162. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/util.js +4 -10
  163. package/ganwei-app-6.2.1/packages/ganwei-app-index/src/types.js +1 -1
  164. package/ganwei-app-6.2.1/packages/ganwei-app-login/.babelrc +4 -0
  165. package/ganwei-app-6.2.1/packages/ganwei-app-login/.editorconfig +22 -0
  166. package/ganwei-app-6.2.1/packages/ganwei-app-login/.env.development +23 -0
  167. package/ganwei-app-6.2.1/packages/ganwei-app-login/.env.production +29 -0
  168. package/ganwei-app-6.2.1/packages/ganwei-app-login/.env.test +22 -0
  169. package/ganwei-app-6.2.1/packages/ganwei-app-login/.eslintignore +13 -0
  170. package/ganwei-app-6.2.1/packages/ganwei-app-login/.eslintrc.cjs +178 -0
  171. package/ganwei-app-6.2.1/packages/ganwei-app-login/.prettierignore +13 -0
  172. package/ganwei-app-6.2.1/packages/ganwei-app-login/.prettierrc.cjs +37 -0
  173. package/ganwei-app-6.2.1/packages/ganwei-app-login/.stylelintrc.cjs +16 -0
  174. package/ganwei-app-6.2.1/packages/ganwei-app-login/auto-imports.d.ts +5 -0
  175. package/ganwei-app-6.2.1/packages/ganwei-app-login/env.d.ts +67 -0
  176. package/ganwei-app-6.2.1/packages/ganwei-app-login/index.html +20 -0
  177. package/ganwei-app-6.2.1/packages/ganwei-app-login/package.json +79 -0
  178. package/ganwei-app-6.2.1/packages/ganwei-app-login/public/static/language/en-US/login.json +48 -0
  179. package/ganwei-app-6.2.1/packages/ganwei-app-login/public/static/language/zh-CN/login.json +48 -0
  180. package/ganwei-app-6.2.1/packages/ganwei-app-login/public/static/language/zh-HK/login.json +48 -0
  181. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/App.vue +225 -0
  182. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/assets/images/bg.png +0 -0
  183. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/assets/images/logo.png +0 -0
  184. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/assets/images/refresh.png +0 -0
  185. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/components/app-drag/index.vue +183 -0
  186. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/hostMap.ts +11 -0
  187. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/main.ts +19 -0
  188. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/models/index.ts +48 -0
  189. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/request/api/Auth.ts +27 -0
  190. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/request/api.ts +5 -0
  191. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/router.ts +30 -0
  192. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/Login.vue +99 -0
  193. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/css/login.scss +78 -0
  194. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/js/useLogin.ts +73 -0
  195. package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/js/useRememberPassword.ts +48 -0
  196. package/ganwei-app-6.2.1/packages/ganwei-app-login/stats.html +4975 -0
  197. package/ganwei-app-6.2.1/packages/ganwei-app-login/tsconfig.json +56 -0
  198. package/ganwei-app-6.2.1/packages/ganwei-app-login/types/gw-app-public.d.ts +4 -0
  199. package/ganwei-app-6.2.1/packages/ganwei-app-login/vite.base.config.ts +233 -0
  200. package/ganwei-app-6.2.1/packages/ganwei-app-login/vite.config.ts +51 -0
  201. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.babelrc +4 -0
  202. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.editorconfig +22 -0
  203. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.env.development +23 -0
  204. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.env.production +29 -0
  205. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.env.test +22 -0
  206. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.eslintignore +13 -0
  207. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.eslintrc.cjs +178 -0
  208. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.prettierignore +13 -0
  209. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.prettierrc.cjs +37 -0
  210. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.stylelintrc.cjs +17 -0
  211. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/auto-imports.d.ts +5 -0
  212. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/env.d.ts +21 -0
  213. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/index.html +20 -0
  214. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/package.json +85 -0
  215. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/public/static/language/en-US/setPage.json +25 -0
  216. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/public/static/language/zh-CN/setPage.json +25 -0
  217. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/public/static/language/zh-HK/setPage.json +25 -0
  218. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/App.vue +202 -0
  219. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/assets/images/logo.png +0 -0
  220. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/components/buttonModeSelect/index.vue +190 -0
  221. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/hostMap.ts +11 -0
  222. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/main.ts +24 -0
  223. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/models/index.ts +0 -0
  224. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/request/api/Auth.ts +21 -0
  225. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/request/api.ts +5 -0
  226. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/router.ts +29 -0
  227. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/store.js +189 -0
  228. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/types.js +16 -0
  229. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useChangeLanguage.ts +19 -0
  230. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useChangeTheme.ts +16 -0
  231. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useClearCache.ts +26 -0
  232. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useJavaFunc.ts +146 -0
  233. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useLogout.ts +52 -0
  234. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/setPage.vue +120 -0
  235. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/stats.html +4975 -0
  236. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/tsconfig.json +58 -0
  237. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/types/gw-app-public.d.ts +4 -0
  238. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/vite.base.config.ts +233 -0
  239. package/ganwei-app-6.2.1/packages/ganwei-app-set-page/vite.config.ts +49 -0
  240. package/ganwei-app-6.2.1/packages/ganwei-app-template/.babelrc +4 -0
  241. package/ganwei-app-6.2.1/packages/ganwei-app-template/.editorconfig +22 -0
  242. package/ganwei-app-6.2.1/packages/ganwei-app-template/.env.development +23 -0
  243. package/ganwei-app-6.2.1/packages/ganwei-app-template/.env.production +29 -0
  244. package/ganwei-app-6.2.1/packages/ganwei-app-template/.env.test +22 -0
  245. package/ganwei-app-6.2.1/packages/ganwei-app-template/.eslintignore +13 -0
  246. package/ganwei-app-6.2.1/packages/ganwei-app-template/.eslintrc.cjs +178 -0
  247. package/ganwei-app-6.2.1/packages/ganwei-app-template/.prettierignore +13 -0
  248. package/ganwei-app-6.2.1/packages/ganwei-app-template/.prettierrc.cjs +37 -0
  249. package/ganwei-app-6.2.1/packages/ganwei-app-template/auto-imports.d.ts +5 -0
  250. package/ganwei-app-6.2.1/packages/ganwei-app-template/components.d.ts +14 -0
  251. package/ganwei-app-6.2.1/packages/ganwei-app-template/env.d.ts +7 -0
  252. package/ganwei-app-6.2.1/packages/ganwei-app-template/index.html +18 -0
  253. package/ganwei-app-6.2.1/packages/ganwei-app-template/package.json +77 -0
  254. package/ganwei-app-6.2.1/packages/ganwei-app-template/public/static/language/en-US/template.json +3 -0
  255. package/ganwei-app-6.2.1/packages/ganwei-app-template/public/static/language/zh-CN/template.json +3 -0
  256. package/ganwei-app-6.2.1/packages/ganwei-app-template/public/static/language/zh-HK/template.json +3 -0
  257. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/App.vue +202 -0
  258. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/assets/images/logo.png +0 -0
  259. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/components/buttonModeSelect/index.vue +190 -0
  260. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/hostMap.ts +11 -0
  261. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/main.ts +24 -0
  262. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/models/index.ts +0 -0
  263. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/request/api/Auth.ts +21 -0
  264. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/request/api.ts +5 -0
  265. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/router.ts +29 -0
  266. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/store.js +189 -0
  267. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/types.js +16 -0
  268. package/ganwei-app-6.2.1/packages/ganwei-app-template/src/views/ganwei-app-template/src/template.vue +22 -0
  269. package/ganwei-app-6.2.1/packages/ganwei-app-template/tsconfig.json +58 -0
  270. package/ganwei-app-6.2.1/packages/ganwei-app-template/types/gw-app-public.d.ts +4 -0
  271. package/ganwei-app-6.2.1/packages/ganwei-app-template/vite.base.config.js +246 -0
  272. package/ganwei-app-6.2.1/packages/ganwei-app-template/vite.config.ts +44 -0
  273. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/json/config.json +47 -43
  274. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/isDebug/isDebug.vue +2 -9
  275. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/types.js +1 -1
  276. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/index.js +0 -3
  277. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/preloadMethod.js +3 -3
  278. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/login.scss +50 -30
  279. package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/types.js +1 -1
  280. package/package.json +1 -1
@@ -0,0 +1,1052 @@
1
+ .is-active {
2
+ background-color: #3875ff !important;
3
+ z-index: 99;
4
+
5
+ > ::v-deep .el-submenu__title {
6
+ background-color: #3875ff !important;
7
+
8
+ >i,
9
+ >span,
10
+ >span i {
11
+ color: white;
12
+ }
13
+ }
14
+ }
15
+
16
+ ::v-deep .el-menu--vertical {
17
+ .is-active {
18
+ background-color: #3875ff !important;
19
+ z-index: 99;
20
+ }
21
+
22
+ .two-title-ch.is-active {
23
+ background-color: #3875ff !important;
24
+ z-index: 99;
25
+ }
26
+
27
+ ::v-deep.el-menu--vertical {
28
+ z-index: 99;
29
+
30
+ .is-active {
31
+ background-color: #3875ff !important;
32
+ }
33
+ }
34
+ }
35
+
36
+ ::v-deep .el-pagination {
37
+ padding: 0;
38
+
39
+ .el-input__inner {
40
+ height: 32px;
41
+ }
42
+
43
+ .el-pagination__sizes,
44
+ .el-pagination__editor {
45
+ .el-input__inner {
46
+ height: 32px !important;
47
+ }
48
+ }
49
+
50
+ button {
51
+ width: 32px;
52
+ height: 32px;
53
+ }
54
+
55
+ .el-pager {
56
+ li {
57
+ width: 32px !important;
58
+ height: 32px !important;
59
+ line-height: 32px !important;
60
+ }
61
+ }
62
+ }
63
+
64
+ .draw-enter-active,
65
+ .draw-leave-active {
66
+ transition: all 1s ease;
67
+ }
68
+
69
+ .draw-enter,
70
+ .draw-leave-to {
71
+ width: 0;
72
+ }
73
+
74
+ html,
75
+ body {
76
+ height: 100%;
77
+ font-size: 16px;
78
+ box-sizing: border-box;
79
+
80
+ a {
81
+ text-decoration: none;
82
+ }
83
+
84
+ .activeIndexLeft {
85
+ color: #fff !important;
86
+ background: $fontColor;
87
+ }
88
+
89
+ .el-container {
90
+ height: 100%;
91
+ }
92
+
93
+ #index {
94
+ -webkit-font-smoothing: antialiased;
95
+ -moz-osx-font-smoothing: grayscale;
96
+ height: 100%;
97
+ background: $background;
98
+ color: $fontColor; // 系统运行信息
99
+
100
+ .systemInformation_main {
101
+ width: 100%;
102
+ height: 100%;
103
+
104
+ ::v-deep .el-dialog {
105
+ border: 0.5px solid $n-borderColor;
106
+ overflow: hidden;
107
+
108
+ .el-dialog__header {
109
+ .el-dialog__headerbtn {
110
+ top: 0 !important;
111
+ }
112
+ }
113
+
114
+ .el-dialog__body {
115
+ position: relative;
116
+ border-top: 0.5px solid $n-borderColor;
117
+ padding: 25px 25px 9px 25px;
118
+ min-height: 300px;
119
+ }
120
+ }
121
+
122
+ .systemInformation {
123
+ width: 100%;
124
+ height: 100%;
125
+
126
+ >header {
127
+ position: absolute;
128
+ top: -42px;
129
+ margin-left: 10%;
130
+ width: 80%;
131
+ height: 40px;
132
+ line-height: 40px;
133
+ text-align: center;
134
+ color: $textColor_1;
135
+ }
136
+
137
+ .information_box {
138
+ display: flex;
139
+ flex-wrap: wrap;
140
+ justify-content: space-between;
141
+ width: 100%;
142
+ height: calc(100% - 50px);
143
+
144
+ &::after {
145
+ position: absolute;
146
+ content: "";
147
+ top: 0;
148
+ left: 50%;
149
+ transform: translateX(-50%);
150
+ display: block;
151
+ width: 0.5px;
152
+ height: 100%;
153
+ background-color: $n-borderColor;
154
+ }
155
+
156
+ >div {
157
+ margin-bottom: 16px;
158
+ position: relative;
159
+ width: 48%;
160
+
161
+ .inform_title {
162
+ padding-left: 1rem;
163
+ width: 100%;
164
+ border-radius: 3px;
165
+ font-size: 16px;
166
+ height: 32px;
167
+ line-height: 32px;
168
+ background-color: $n-frondLight;
169
+ color: $textColor_2;
170
+ }
171
+
172
+ .inform_msg {
173
+ height: 200px;
174
+ background-color: $n-backColor;
175
+ border-radius: 3px;
176
+ overflow: auto;
177
+
178
+ p {
179
+ margin: 0;
180
+ }
181
+
182
+ .inform_link {
183
+ display: flex;
184
+ justify-content: space-between;
185
+ padding: 0 1rem;
186
+ width: 100%;
187
+ height: 32px;
188
+ line-height: 32px;
189
+ font-size: 14px;
190
+ background-color: $n-backColor;
191
+ border-bottom: 0.5px solid $n-borderColor;
192
+
193
+ .inform_nm {
194
+ color: $textColor_2;
195
+ }
196
+
197
+ .inform_value {
198
+ padding-left: 1rem;
199
+ flex: 1;
200
+ text-align: right;
201
+ color: $textColor_3;
202
+ @include whiteSpace;
203
+ }
204
+ }
205
+ }
206
+ }
207
+ }
208
+ }
209
+ }
210
+
211
+ //密码-退出
212
+ .editPassword,
213
+ #quit {
214
+ ::v-deep .el-dialog {
215
+ border: 0.5px solid $n-borderColor;
216
+ overflow: hidden;
217
+
218
+ .el-dialog__header {
219
+ .el-dialog__headerbtn {
220
+ top: 0 !important;
221
+ }
222
+ }
223
+
224
+ .el-dialog__body {
225
+ position: relative;
226
+ border-top: 0.5px solid $n-borderColor;
227
+ }
228
+
229
+ .el-dialog__footer {
230
+ padding: 10px !important;
231
+ }
232
+ }
233
+ }
234
+
235
+ .maxW {
236
+ height: 100%;
237
+ overflow: hidden;
238
+ background: $asideBg;
239
+ transition: 0.2s all;
240
+
241
+ .aside-header {
242
+ height: 60px;
243
+ display: flex;
244
+ justify-content: center;
245
+ align-items: center;
246
+ background-color: $asideHeader;
247
+
248
+ .aside-header-box {
249
+ display: flex;
250
+ justify-content: center;
251
+ white-space: nowrap;
252
+
253
+ .max-img {
254
+ margin-left: 10%;
255
+ width: 60%;
256
+ max-height: 60px;
257
+ }
258
+
259
+ .min-img {
260
+ width: 100%;
261
+ }
262
+ }
263
+ }
264
+
265
+ // 导航
266
+ .left-nav {
267
+ width: 100%;
268
+ height: calc(100% - 66px); // 新版UI
269
+
270
+ .list {
271
+ width: 100%;
272
+ height: calc(100% - 72px);
273
+
274
+ // background-color: $foregroundColor_1 !important; // 高亮
275
+ @mixin spanAndIcoColor {
276
+
277
+ i,
278
+ span {
279
+ color: $asideHoverColor;
280
+ }
281
+ }
282
+
283
+ // 历史记录
284
+ .historical {
285
+ width: 100%;
286
+ min-height: 20px;
287
+ padding-top: 8px;
288
+
289
+ >div {
290
+ width: 100%;
291
+ }
292
+
293
+ .title {
294
+ padding: 0 20px;
295
+ width: 100%;
296
+ height: 46px;
297
+ line-height: 46px;
298
+ font-size: 14px;
299
+ color: $asideColor;
300
+ cursor: pointer;
301
+ font-weight: 600;
302
+ white-space: nowrap;
303
+
304
+ i {
305
+ margin-right: 12px;
306
+ margin-left: 4px;
307
+ font-size: 20px;
308
+ font-weight: 500;
309
+ }
310
+
311
+ &:hover {
312
+ .icon_wangxia {
313
+ transition: all 0.2s;
314
+ transform: rotate(-90deg);
315
+ }
316
+
317
+ @include spanAndIcoColor;
318
+ }
319
+ }
320
+ }
321
+
322
+ .max {
323
+ width: calc(100% + 8px);
324
+ height: calc(100% - 42px);
325
+ // background-color: $foregroundColor_1 !important;
326
+ overflow-y: scroll;
327
+ @include firefoxScroll;
328
+
329
+ >div {
330
+ // padding: 0 16px 0 16px;
331
+ text-indent: 16px;
332
+
333
+ .title-border {
334
+ position: relative;
335
+ margin-top: 16px;
336
+ padding-left: 8px;
337
+ color: $asideColor;
338
+ font-size: 14px;
339
+ line-height: 46px !important;
340
+
341
+ &::after {
342
+ position: absolute;
343
+ top: 0;
344
+ left: 0;
345
+ content: "";
346
+ display: block;
347
+ height: 1px;
348
+ width: 100%;
349
+ background-color: $asideBorder;
350
+ /* 如果不用 background-color, 使用 border-top:1px solid #f00; 效果是一样的*/
351
+ -webkit-transform: scaleY(0.5);
352
+ transform: scaleY(0.5);
353
+ }
354
+ }
355
+
356
+ .path-name,
357
+ .title {
358
+ height: 46px;
359
+ line-height: 46px;
360
+ font-size: 14px;
361
+ white-space: nowrap;
362
+ }
363
+
364
+ .multistage {
365
+ >.title {
366
+ height: 46px;
367
+ white-space: nowrap;
368
+ }
369
+ }
370
+ }
371
+
372
+ .p-hover {
373
+ cursor: pointer;
374
+ transition: all 0.2s;
375
+ border-radius: 3px;
376
+ overflow: hidden;
377
+
378
+ a {
379
+ font-size: 14px;
380
+ width: 100%;
381
+ height: 40px;
382
+ display: inline-block;
383
+ color: $asideColor;
384
+ font-weight: 600;
385
+ font-size: 14px;
386
+ text-indent: initial;
387
+
388
+ i {
389
+ float: left;
390
+ margin-left: 10px;
391
+ font-size: 20px;
392
+ font-weight: 500;
393
+ font-size: 20px;
394
+ }
395
+
396
+ button {
397
+ height: 100% !important;
398
+ background-color: transparent !important;
399
+ border: none;
400
+ }
401
+
402
+ .el-button--default {
403
+ height: 100% !important;
404
+ border: none !important;
405
+ }
406
+
407
+ >span {
408
+ display: block; // margin-top: 0px !important;
409
+ }
410
+ }
411
+
412
+ &:hover {
413
+ background-color: $asideHoverBg;
414
+ @include spanAndIcoColor;
415
+ }
416
+ }
417
+
418
+ // 只有一级菜单
419
+ .alone {
420
+ .title {
421
+ margin-top: 16px;
422
+ padding-left: 8px;
423
+ height: 46px;
424
+ color: $textColor_6;
425
+ white-space: nowrap;
426
+ }
427
+
428
+ a {
429
+ i {
430
+ margin-right: 16px;
431
+ color: $textColor_6;
432
+ }
433
+
434
+ button {
435
+ background-color: transparent !important;
436
+ border: none;
437
+ }
438
+
439
+ .el-button--default {
440
+ border: none !important;
441
+ }
442
+ }
443
+ }
444
+
445
+ // 菜单高亮
446
+ .menu-active {
447
+ background-color: $themeColor_1 !important;
448
+ @include spanAndIcoColor;
449
+
450
+ i,
451
+ span {
452
+ color: $inputColor !important;
453
+ }
454
+ }
455
+ }
456
+ }
457
+
458
+ // 折叠面板按钮
459
+ .fold {
460
+ width: 100%;
461
+ height: 72px;
462
+
463
+ >div {
464
+ display: flex;
465
+ align-items: center;
466
+ margin-top: 10px;
467
+ width: 100%;
468
+ height: 100%;
469
+ border-radius: 3px;
470
+ background-color: $foldBg;
471
+ font-size: 14px;
472
+ cursor: pointer;
473
+ padding: 0px 16px;
474
+
475
+ span {
476
+ color: $foldColor !important;
477
+ }
478
+
479
+ i {
480
+ font-size: $fontH24;
481
+ margin-left: 10px;
482
+ margin-right: 16px;
483
+ color: $textColor_2 !important;
484
+ }
485
+
486
+ i.cacelmargin {
487
+ margin-left: 4px !important;
488
+ margin-right: 0px !important;
489
+ }
490
+
491
+ button {
492
+ background-color: transparent !important;
493
+ }
494
+
495
+ .el-button--default {
496
+ padding: 0;
497
+ border: none !important;
498
+
499
+ i {
500
+ color: $foldColor !important;
501
+ }
502
+ }
503
+ }
504
+ }
505
+ }
506
+ }
507
+
508
+ // 展开状态
509
+ .maxW-active {
510
+ width: 240px !important;
511
+ // max-width: 240px !important;
512
+ // width: unset !important;
513
+
514
+ .one-title-ch {
515
+ ::v-deep .el-submenu__title {
516
+ background-color: #313747 !important;
517
+ }
518
+ }
519
+
520
+ // 多级菜单
521
+ .multistage {
522
+ a {
523
+ i {
524
+ margin-right: 16px;
525
+ color: $asideColor;
526
+ }
527
+ }
528
+
529
+ >div {
530
+ margin-bottom: 8px;
531
+
532
+ &:first-child {
533
+ margin-top: 0px !important;
534
+ }
535
+ }
536
+
537
+ // 含有三级菜单
538
+ .three-levels {
539
+ .three-levels-title {
540
+ padding-left: 34px;
541
+ color: $textColor_3;
542
+ }
543
+
544
+ p {
545
+ a {
546
+ i {
547
+ padding-left: 10px !important;
548
+ color: $textColor_6;
549
+ }
550
+ }
551
+ }
552
+
553
+ .p-hover {
554
+ margin-bottom: 8px;
555
+
556
+ a {
557
+ i {
558
+ padding-left: 30px !important;
559
+ color: $textColor_6;
560
+ }
561
+ }
562
+ }
563
+ }
564
+ }
565
+ }
566
+
567
+ // 折叠起来的导航样式
568
+ .minW-active {
569
+ .max {
570
+ >div {}
571
+ }
572
+
573
+ a {
574
+ display: flex !important;
575
+ justify-content: center;
576
+
577
+ i {
578
+ margin: 0 !important;
579
+ color: $asideColor !important;
580
+ }
581
+ }
582
+
583
+ // 多级菜单
584
+ .multistage {
585
+ border-top: 0.5px solid $asideBorder !important;
586
+ }
587
+
588
+ // 只有一级菜单
589
+ .alone {
590
+ border-top: 0.5px solid $asideBorder !important;
591
+ }
592
+
593
+ .menu-active {
594
+ i {
595
+ color: $textColor_1 !important;
596
+ }
597
+ }
598
+
599
+ // 历史记录
600
+ .historical {
601
+ .title {
602
+ padding: 0 16px !important;
603
+ display: flex;
604
+ justify-content: center;
605
+
606
+ i {
607
+ margin-left: 12px !important;
608
+ }
609
+ }
610
+ }
611
+ }
612
+
613
+ // 主内容
614
+ >.el-container {
615
+ flex: 1;
616
+
617
+ .indexHeader {
618
+ height: 64px;
619
+ line-height: 64px;
620
+ text-align: center;
621
+ background: $linearHeaderBg;
622
+ white-space: nowrap;
623
+ position: relative;
624
+ padding-left: 24px;
625
+ padding-right: 16px;
626
+
627
+ &>a {
628
+ display: none;
629
+ }
630
+
631
+ .header-right {
632
+ display: flex;
633
+ align-items: center;
634
+ float: right;
635
+ position: absolute;
636
+ right: 16px;
637
+ top: 0;
638
+ height: 100%;
639
+ color: white;
640
+
641
+ .el-avatar {
642
+ width: 32px;
643
+ height: 32px;
644
+ line-height: 32px;
645
+ vertical-align: middle;
646
+ margin: 0 8px 0 16px;
647
+ }
648
+
649
+ span {
650
+ vertical-align: middle;
651
+ cursor: pointer;
652
+ }
653
+
654
+ .username {
655
+ padding-right: 10px;
656
+ font-size: 14px;
657
+ }
658
+
659
+ i {
660
+ vertical-align: middle;
661
+ color: white;
662
+ cursor: pointer;
663
+ font-size: 24px;
664
+ // padding: 8px;
665
+ }
666
+
667
+ .iconxiajiantou {
668
+ margin-right: 18px;
669
+ font-size: 20px;
670
+ }
671
+ }
672
+
673
+ ::v-deep .el-dialog {
674
+ border-radius: 6px;
675
+
676
+ .el-dialog__body {
677
+ .el-input {
678
+ border: unset;
679
+ width: 78%;
680
+
681
+ input:-webkit-autofill {
682
+ -webkit-text-fill-color: #ffffff !important;
683
+ -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
684
+ background-color: transparent !important;
685
+ background-image: none;
686
+ transition: background-color 50000s ease-in-out 0s; //背景色透明 生效时长 过渡效果 启用时延迟的时间
687
+ }
688
+ }
689
+ }
690
+ }
691
+
692
+ #quit {
693
+ ::v-deep .el-dialog__body {
694
+ display: none !important;
695
+ }
696
+ }
697
+
698
+ /* 弹出框样式 */
699
+ ::v-deep .el-dialog .el-dialog__header {
700
+ padding: 0;
701
+ }
702
+
703
+ ::v-deep .el-dialog .el-dialog__title {
704
+ font-size: 20px;
705
+ }
706
+
707
+ ::v-deep .el-dialog .el-dialog__body .el-form {
708
+ padding: 0 16px;
709
+ }
710
+
711
+ ::v-deep .el-dialog .el-dialog__body .el-form-item {
712
+ margin-top: 8px;
713
+ margin-bottom: 8px;
714
+ }
715
+
716
+ ::v-deep .el-dialog .el-dialog__body .el-input__inner {
717
+ height: 34px;
718
+ line-height: 34px;
719
+ border-radius: 2px;
720
+ }
721
+
722
+ ::v-deep .el-dialog .el-dialog__body .el-form-item__label {
723
+ padding-right: 24px;
724
+ }
725
+
726
+ ::v-deep .el-dialog .el-dialog__body .el-form-item__error {
727
+ top: 90%;
728
+ left: 90px;
729
+ }
730
+
731
+ ::v-deep .el-dialog .el-dialog__body .el-textarea__inner {
732
+ font-size: 1rem;
733
+ border-radius: 2px;
734
+ text-align: center;
735
+ padding: 10px;
736
+ }
737
+
738
+ ::v-deep .el-dialog .el-dialog__footer {
739
+ padding: 24px 20px;
740
+ line-height: 40px;
741
+ border-top: 0.5px solid $n-borderColor;
742
+ }
743
+
744
+ ::v-deep .el-dialog .el-dialog__footer .el-button {
745
+ font-size: 14px;
746
+ height: 32px;
747
+ margin: 0 16px;
748
+ padding: 0;
749
+ border: none;
750
+ border-radius: 2px;
751
+ display: inline-block !important;
752
+ }
753
+
754
+ ::v-deep .el-dialog .el-dialog__footer .el-button--default {
755
+ background: #f5f6fa;
756
+ color: $n-fontColor;
757
+ }
758
+ }
759
+
760
+ // 面包屑导航
761
+ .breadcrumb {
762
+ width: 100%;
763
+ height: 48px;
764
+ padding-left: 16px;
765
+ background-color: $middleColor_1;
766
+
767
+ >div {
768
+ height: 100%;
769
+ line-height: 48px;
770
+ font-size: 14px;
771
+ }
772
+
773
+ ::v-deep .el-breadcrumb {
774
+
775
+ .is-link,
776
+ span {
777
+ font-weight: 500;
778
+ color: $textColor_3 !important;
779
+ }
780
+ }
781
+ }
782
+
783
+ // 页面内容组件
784
+ .el-main {
785
+ padding: 0;
786
+ background-color: $n-middleColor;
787
+ height: calc(100% - 48px);
788
+ // overflow: hidden;
789
+ }
790
+ }
791
+ }
792
+ }
793
+
794
+ .aside-list-child {
795
+ padding: 8px;
796
+
797
+ li {
798
+ font-size: 0.875rem;
799
+ text-align: center;
800
+ line-height: 32px;
801
+ color: $fontColor;
802
+ border-radius: 3px;
803
+ margin-top: 3px;
804
+
805
+ &:hover {
806
+ color: $background-box;
807
+ background: $fontColor;
808
+ }
809
+ }
810
+ }
811
+
812
+ ::v-deep .el-button {
813
+ display: flex !important;
814
+ justify-content: center !important;
815
+ }
816
+
817
+ ::v-deep .el-button--default {
818
+ color: $aside-font;
819
+ background-color: $n-frondHigh !important;
820
+ border: 0.5px solid $n-borderColor !important;
821
+
822
+ &:hover {
823
+ background-color: $n-borderColor !important;
824
+ }
825
+ }
826
+
827
+ ::v-deep .el-button--primary {
828
+ color: #e6edff !important;
829
+ }
830
+
831
+ ::v-deep .el-button--info {
832
+ color: #e6edff !important;
833
+ border: 0.5px solid $n-borderColor !important;
834
+ background: #3a3a3a !important;
835
+ }
836
+
837
+ ::v-deep .el-dialog {
838
+ .el-dialog__body {
839
+ .el-form {
840
+ .el-form-item__label {
841
+ color: $n-fontColor;
842
+ }
843
+
844
+ .el-form-item__content {
845
+ .el-input {
846
+ input {
847
+ background: $n-backColor; // border-color: $n-borderColor;
848
+ }
849
+ }
850
+
851
+ .el-textarea .el-textarea__inner {
852
+ background: $n-backColor;
853
+ }
854
+
855
+ .el-textarea.is-disabled .el-textarea__inner,
856
+ .el-input.is-disabled .el-input__inner {
857
+ background: $n-middleColor !important;
858
+ border-color: $n-borderColor;
859
+ }
860
+
861
+ .el-date-editor.is-disabled,
862
+ .el-date-editor.is-disabled .el-range-input {
863
+ background: $n-middleColor !important;
864
+ border-color: $n-borderColor;
865
+ }
866
+
867
+ .el-checkbox-group {
868
+ width: 100%;
869
+ margin-top: 14px;
870
+
871
+ .el-checkbox {
872
+ border: 0.5px solid $n-borderColor;
873
+
874
+ .el-checkbox__inner {
875
+ border: 0.5px solid $n-borderColor;
876
+ }
877
+ }
878
+
879
+ .is-checked {
880
+ border: 1px solid #3875ff;
881
+ }
882
+
883
+ .el-checkbox__input {
884
+ border: unset;
885
+ }
886
+
887
+ label {
888
+ width: 100%;
889
+ }
890
+ }
891
+
892
+ .el-radio-group {
893
+ width: 100%;
894
+ height: 100%;
895
+
896
+ .el-radio {
897
+ width: 33.2%;
898
+ height: 100%;
899
+ margin-left: 0;
900
+ padding: 0 0 0 6px;
901
+ line-height: 32px;
902
+ border-radius: 3px;
903
+ margin-right: 0 !important;
904
+ border: 0.5px solid $n-borderColor;
905
+
906
+ &:nth-child(2) {
907
+ margin-left: 0 !important;
908
+ }
909
+
910
+ .el-radio__label {
911
+ font-size: 0.75rem;
912
+ padding-left: 5px !important;
913
+ color: $n-fontColor;
914
+ }
915
+
916
+ .el-radio__input {
917
+ border: unset !important;
918
+ }
919
+ }
920
+
921
+ .is-checked {
922
+ border: 1px solid #3875ff;
923
+ }
924
+ }
925
+
926
+ .el-select {
927
+ .el-tag__close {
928
+ color: black;
929
+ }
930
+ }
931
+ }
932
+ }
933
+
934
+ .changePasswordForm {
935
+ .el-form-item {
936
+ margin-bottom: 12px !important;
937
+ }
938
+
939
+ .el-form-item__label {
940
+ width: 92px;
941
+ }
942
+
943
+ .el-input {
944
+ width: 70% !important;
945
+ }
946
+ }
947
+
948
+ .changePasswordForm_en {
949
+ .el-form-item__label {
950
+ width: 172px;
951
+ }
952
+
953
+ .el-input {
954
+ width: unset !important;
955
+ }
956
+ }
957
+ }
958
+
959
+ .el-dialog__footer {
960
+ border-top: 0.5px solid $n-borderColor;
961
+ }
962
+ }
963
+
964
+ .treeData {
965
+ background: #181c29;
966
+
967
+ ::v-deep .el-tree {
968
+ background: transparent;
969
+
970
+ .el-tree-node__content {
971
+ color: $n-fontColor;
972
+ }
973
+ }
974
+
975
+ ::v-deep .el-tree-node__content {
976
+ background: $n-frondLight;
977
+ color: $n-fontColor;
978
+
979
+ .el-tree-node__label {
980
+ font-size: 0.75rem;
981
+ }
982
+
983
+ .el-checkbox {
984
+ display: none;
985
+ }
986
+ }
987
+
988
+ ::v-deep .el-tree-node__children {
989
+ .el-tree-node__content {
990
+ padding-left: 0 !important; // display: inline-block;
991
+
992
+ .el-tree-node__label {
993
+ padding-right: 8px;
994
+ }
995
+ }
996
+ }
997
+
998
+ ::v-deep .el-tree-node.is-checked {
999
+ >.el-tree-node__content {
1000
+ &:first-of-type {
1001
+ background: #3875ff;
1002
+ color: $n-fontColor;
1003
+ }
1004
+ }
1005
+ }
1006
+ }
1007
+
1008
+ .slide-fade {
1009
+ position: absolute;
1010
+ left: 0;
1011
+ right: 0;
1012
+ }
1013
+
1014
+ .slide-fade-enter-active {
1015
+ transition: all 1.2s ease;
1016
+ }
1017
+
1018
+ .slide-fade-leave-active {
1019
+ transition: all 0.1s cubic-bezier(2, 0.5, 0.8, 1);
1020
+ }
1021
+
1022
+ .slide-fade-enter,
1023
+ .slide-fade-leave-to {
1024
+ left: 0;
1025
+ right: 0;
1026
+ transform: translateX(50px);
1027
+ opacity: 0;
1028
+ }
1029
+
1030
+ @media (max-width: $screen-xs-max) {
1031
+ .pcShow {
1032
+ display: none !important;
1033
+ }
1034
+ }
1035
+
1036
+ @media (min-width: $screen-sm-min) and (max-width: $screen-md-min) {
1037
+ .appShow {
1038
+ display: none !important;
1039
+ }
1040
+ }
1041
+
1042
+ @media (min-width: $screen-md-min) and (max-width: $screen-lg-min) {
1043
+ .appShow {
1044
+ display: none !important;
1045
+ }
1046
+ }
1047
+
1048
+ @media (min-width: $screen-lg-min) {
1049
+ .appShow {
1050
+ display: none !important;
1051
+ }
1052
+ }