xiaodai2022 2 yıl önce
ebeveyn
işleme
f9124234ed

Dosya farkı çok büyük olduğundan ihmal edildi
+ 5 - 5
dist/static/js/0.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 8 - 8
dist/static/js/app.js


+ 2 - 2
src/config/env.development.js

@@ -4,9 +4,9 @@ module.exports = {
   baseUrl: 'http://localhost:8080',
   api: {
     // baseApi: 'http://inv.sit.wanyuhengtong.com/',
-    // baseApi: 'http://inv.test241.wanyuhengtong.com/',
+    baseApi: 'http://inv.test241.wanyuhengtong.com/',
     // baseApi: 'http://www.invoice.com/',
-    baseApi: 'http://caixiao.sitw.wanyuhengtong.com/',
+    // baseApi: 'http://caixiao.sitw.wanyuhengtong.com/',
     testApi: 'http://inv.test241.wanyuhengtong.com/',
     // baseApi: 'http://inv.sitw.wanyuhengtong.com/',
     // // tableApi: 'http://inv.sit.wanyuhengtong.com/',

+ 1 - 1
src/layout/components/Sidebar/Logo.vue

@@ -75,7 +75,7 @@ export default {
     & .sidebar-title {
       display: inline-block;
       margin: 0;
-      color: #076c87;
+      color: #fff;
       font-weight: 600;
       line-height: 90px;
       font-size: 18px;

+ 5 - 5
src/layout/components/TagsView/index.vue

@@ -243,11 +243,11 @@ export default {
         margin-right: 15px;
       }
       &.active {
-        color: #fff;
-        // background-color: #42b983;
-        // border-color: #42b983;
-        background-color: #63cbe7;
-        border-color: #63cbe7;
+        // color: #fff;
+        background-color: #42b983;
+        border-color: #42b983;
+        // background-color: #63cbe7;
+        // border-color: #63cbe7;
         &::before {
           content: "";
           background: #fff;

+ 5 - 11
src/styles/element-variables.scss

@@ -4,17 +4,11 @@
 **/
 
 /* theme color */
-// $--color-primary: #1890ff;
-// $--color-success: #13ce66;
-// $--color-warning: #ffba00;
-// $--color-danger: #ff4949;
-// $--color-primary: #38c1e7;
-$--color-primary: #63cbe7;
-
-$--color-success: #7dd7c5;
-$--color-warning: #ffb05b;
-$--color-danger: #ff8888;
-$--color-info: rgb(192, 196, 204);
+$--color-primary: #1890ff;
+$--color-success: #13ce66;
+$--color-warning: #ffba00;
+$--color-danger: #ff4949;
+// $--color-info: #1E1E1E;
 
 $--button-font-weight: 400;
 

+ 17 - 17
src/styles/variables.scss

@@ -1,25 +1,25 @@
 // base color
-$blue: #324157;
-$light-blue: #3a71a8;
-$red: #c03639;
-$pink: #e65d6e;
-$green: #30b08f;
-$tiffany: #4ab7bd;
-$yellow: #fec171;
-$panGreen: #30b08f;
+$blue:#324157;
+$light-blue:#3A71A8;
+$red:#C03639;
+$pink: #E65D6E;
+$green: #30B08F;
+$tiffany: #4AB7BD;
+$yellow:#FEC171;
+$panGreen: #30B08F;
 
-//e7ffff 047999
-$menuText: #f0ffff;
-$menuActiveText: #076c87;
-$subMenuActiveText: #076c87; // https://github.com/ElemeFE/element/issues/12951
+// sidebar
+$menuText:#bfcbd9;
+$menuActiveText:#409EFF;
+$subMenuActiveText:#f4f4f5; // https://github.com/ElemeFE/element/issues/12951
 
-$menuBg: #63cbe7;
-$menuHover: #63cbe7;
+$menuBg:#304156;
+$menuHover:#263445;
 
-$subMenuBg: #7ad3eb;
-$subMenuHover: #7ad3eb;
+$subMenuBg:#1f2d3d;
+$subMenuHover:#001528;
 
-$sideBarWidth: 200px;
+$sideBarWidth: 210px;
 
 // the :export directive is the magic sauce for webpack
 // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor