diff --git a/.prettierrc.js b/.prettierrc.js index f15266c..2b78721 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -1,9 +1,9 @@ module.exports = { - printWidth: 120, - tabWidth: 2, - semi: true, - singleQuote: true, - trailingComma: 'all', - bracketSpacing: false, - arrowParens: 'always', + printWidth: 120, + tabWidth: 2, + semi: true, + singleQuote: true, + trailingComma: 'all', + bracketSpacing: true, + arrowParens: 'always', }; diff --git a/html/ie.html b/html/ie.html deleted file mode 100644 index 052ffcd..0000000 --- a/html/ie.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - 请升级您的浏览器 - - - - - - -

请升级您的浏览器,以便我们更好的为您提供服务!

-

您正在使用 Internet Explorer 的早期版本(IE11以下版本或使用该内核的浏览器)。这意味着在升级浏览器前,您将无法访问此网站。

-
-

请注意:微软公司对Windows XP 及 Internet Explorer 早期版本的支持已经结束

-

自 2016 年 1 月 12 日起,Microsoft 不再为 IE 11 以下版本提供相应支持和更新。没有关键的浏览器安全更新,您的电脑可能易受有害病毒、间谍软件和其他恶意软件的攻击,它们可以窃取或损害您的业务数据和信息。请参阅 微软对 Internet Explorer 早期版本的支持将于 2016 年 1 月 12 日结束的说明

-
-

您可以选择更先进的浏览器

-

推荐使用以下浏览器的最新版本。如果您的电脑已有以下浏览器的最新版本则直接使用该浏览器访问即可。

- -
- - \ No newline at end of file diff --git a/index.html b/index.html index f4a5732..b99f093 100644 --- a/index.html +++ b/index.html @@ -1,215 +1,144 @@ - - - - - - - - AgileBoot管理系统 - - + - #loader-wrapper .loader-section.section-left { - left: 0; - } - - #loader-wrapper .loader-section.section-right { - right: 0; - } - - - .loaded #loader-wrapper .loader-section.section-left { - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); - transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); - } - - .loaded #loader-wrapper .loader-section.section-right { - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); - transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); - } - - .loaded #loader { - opacity: 0; - -webkit-transition: all 0.3s ease-out; - transition: all 0.3s ease-out; - } - - .loaded #loader-wrapper { - visibility: hidden; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - -webkit-transition: all 0.3s 1s ease-out; - transition: all 0.3s 1s ease-out; - } - - .no-js #loader-wrapper { - display: none; - } - - .no-js h1 { - color: #222222; - } - - #loader-wrapper .load_title { - font-family: 'Open Sans'; - color: #FFF; - font-size: 19px; - width: 100%; - text-align: center; - z-index: 9999999999999; - position: absolute; - top: 60%; - opacity: 1; - line-height: 30px; - } - - #loader-wrapper .load_title span { - font-weight: normal; - font-style: italic; - font-size: 13px; - color: #FFF; - opacity: 0.5; - } - - - - -
-
-
-
-
-
正在加载系统资源,请耐心等待
+ +
+
+
+
+
+
+
+
-
- - - - \ No newline at end of file + + + diff --git a/package.json b/package.json index d16662b..761a8b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "ruoyi", - "version": "3.8.2", + "name": "agileboot", + "version": "1.5.0", "description": "AgileBoot管理系统", "author": "valarchie", "license": "MIT", @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "https://gitee.com/y_project/RuoYi-Vue.git" + "url": "https://github.com/valarchie/AgileBoot-Front-End" }, "dependencies": { "@element-plus/icons-vue": "1.1.4", diff --git a/public/favicon.ico b/public/favicon.ico index e263760..1979088 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/assets/styles/variables.module.scss b/src/assets/styles/variables.module.scss index 3dbfaa7..d22426e 100644 --- a/src/assets/styles/variables.module.scss +++ b/src/assets/styles/variables.module.scss @@ -1,12 +1,12 @@ // base color -$blue: #324157; -$light-blue: #3A71A8; -$red: #C03639; -$pink: #E65D6E; -$green: #30B08F; -$tiffany: #4AB7BD; -$yellow: #FEC171; -$panGreen: #30B08F; +$blue: #409eff; +$light-blue: #3a71a8; +$red: #ff4444; +$pink: #e65d6e; +$green: #30b08f; +$tiffany: #33b5e5; +$yellow: #ffbb33; +$panGreen: #30bb8f; // 默认菜单主题风格 $base-menu-color: #bfcbd9; @@ -14,11 +14,11 @@ $base-menu-color-active: #f4f4f5; $base-menu-background: #304156; $base-logo-title-color: #ffffff; -$base-menu-light-color: rgba(0, 0, 0, 0.7); +$base-menu-light-color: rgba(0, 0, 0, 0.623); $base-menu-light-background: #ffffff; $base-logo-light-title-color: #001529; -$base-sub-menu-background: #1f2d3d; +$base-sub-menu-background: #22374e; $base-sub-menu-hover: #001528; // 自定义暗色菜单风格 @@ -36,10 +36,10 @@ $base-sub-menu-background:#000c17; $base-sub-menu-hover:#001528; */ -$--color-primary: #409EFF; -$--color-success: #67C23A; -$--color-warning: #E6A23C; -$--color-danger: #F56C6C; +$--color-primary: #409eff; +$--color-success: #67c23a; +$--color-warning: #e6a23c; +$--color-danger: #f56c6c; $--color-info: #909399; $base-sidebar-width: 200px; diff --git a/src/views/index.vue b/src/views/index.vue index 8ed4525..c1fa129 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,43 +1,7 @@ -