Răsfoiți Sursa

修改配置

lianghanqiang 4 ani în urmă
părinte
comite
785fb1ec22

BIN
public/favicon.png


BIN
src/components/login.zip


+ 12 - 0
src/styles/avue.scss

@@ -17,4 +17,16 @@
 
 .el-loading-mask {
   background-color: #17171A;
+}
+
+//对话框
+.avue-dialog .el-dialog__title,
+.avue-dialog .el-drawer__header {
+  color: #4f546f;
+}
+
+.avue-dialog .el-dialog__header {
+  padding: 16px 24px;
+  min-height: 20px;
+  border-bottom: 1px solid #17171A;
 }

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/styles/element-theme/index.css


+ 1 - 1
src/styles/top.scss

@@ -5,7 +5,7 @@ $font-color: #B2C0CC;
 .avue-top {
     padding: 0 20px;
     position: relative;
-    background: url("/img/bg/top-bg.png") no-repeat center/cover;
+    background: #17171A url("/img/bg/top-bg.png") no-repeat center/cover;
     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
     // color: rgba(0, 0, 0, .65);
      color: $font-color;

+ 1 - 1
vue.config.js

@@ -26,7 +26,7 @@ module.exports = {
     proxy: {
       '/api': {
         //本地服务接口地址
-        target: 'http://8.135.18.59:1889/api/',
+        target: 'http://8.135.18.59:1889/api',
         //远程演示服务地址,可用于直接启动项目
         // target: 'https://saber.bladex.vip/api',
         ws: true,

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff