Răsfoiți Sursa

基础样式

panhui 4 ani în urmă
părinte
comite
44426b95c1

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

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

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

@@ -185,6 +185,18 @@ body {
 .list {
 .list {
     .el-empty {
     .el-empty {
         padding: 300px 0;
         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


Fișier diff suprimat deoarece este prea mare
+ 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 {
     .select {
         /deep/.el-input__inner {
         /deep/.el-input__inner {
             background-color: transparent;
             background-color: transparent;
+            color: #fff;
         }
         }
     }
     }
 }
 }
-

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