Browse Source

修改样式

zhengqiang 4 years ago
parent
commit
499e1c522a
2 changed files with 11 additions and 0 deletions
  1. 2 0
      .env.development
  2. 9 0
      src/App.vue

+ 2 - 0
.env.development

@@ -2,6 +2,8 @@ OUT_PUT_DIR=dist/jp-housekeeper-portal
 
 #VUE_APP_BACKEND_URL=http://wisdomhouse.sudaonline.net
 VUE_APP_BACKEND_URL=http://127.0.0.1:8086/jp-housekeeper-server
+#VUE_APP_BACKEND_URL=http://xpgjapi.xiaoxinda.com
+
 #手机企业版
 VUE_APP_COMPANY_HEALTH_WECHAT_QY_URL=http://wisdomhousewechat.sudaonline.net/prevention/motemwall.html 
 #手机校园版

+ 9 - 0
src/App.vue

@@ -35,4 +35,13 @@ body{
 .sticky-bg{
   background-color:#fff;
 }
+
+.el-table__header thead tr th{
+  background: #f1f6fa !important;
+  padding: 10px 0px 10px 0px;
+}
+
+.el-table{
+  margin-top:5px;
+}
 </style>