소스 검색

Merge branch 'master' of http://git.izouma.com/xiongzhu/9th

xuqiang 4 년 전
부모
커밋
02eb3a0926

+ 1 - 1
src/main/pc-space/src/main.js

@@ -4,7 +4,7 @@ import router from './router';
 import store from './store';
 import http from './plugins/http';
 import ElementUI from 'element-ui';
-import 'element-ui/lib/theme-chalk/index.css';
+import './styles/element/index.css';
 import common from './mixins/common';
 ElementUI.Dialog.props.closeOnClickModal.default = false;
 import './styles/font.less';

+ 12 - 0
src/main/pc-space/src/styles/app.less

@@ -185,6 +185,18 @@ body {
 .list {
     .el-empty {
         padding: 300px 0;
+        display: flex;
+        flex-direction: column;
+        align-items: center;
+        .el-empty__image {
+            width: 100px;
+            color: #898989;
+        }
+        .el-empty__description {
+            color: #898989;
+            padding: 20px;
+            font-size: 14px;
+        }
     }
 }
 

BIN
src/main/pc-space/src/styles/element/fonts/element-icons.ttf


BIN
src/main/pc-space/src/styles/element/fonts/element-icons.woff


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/main/pc-space/src/styles/element/index.css


+ 1 - 1
src/main/pc-space/src/styles/list.less

@@ -231,7 +231,7 @@
     .select {
         /deep/.el-input__inner {
             background-color: transparent;
+            color: #fff;
         }
     }
 }
-

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