소스 검색

修改配置

lianghanqiang 4 년 전
부모
커밋
785fb1ec22
6개의 변경된 파일14개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      public/favicon.png
  2. BIN
      src/components/login.zip
  3. 12 0
      src/styles/avue.scss
  4. 0 0
      src/styles/element-theme/index.css
  5. 1 1
      src/styles/top.scss
  6. 1 1
      vue.config.js

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;
 }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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,

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.