system-clients 3.2.87-yl-1 → 3.2.87-yl-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-clients",
3
- "version": "3.2.87-yl-1",
3
+ "version": "3.2.87-yl-3",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -70,7 +70,7 @@
70
70
  <div class="system-left tree-flex" :class="{'tree-flex-icon': !treeOrIcon}" id="top" v-el:top>
71
71
  <div class="system-left-chi" :class="{'system-left-icon': !treeOrIcon}">
72
72
  <div class="span system-left-tree " style="height:85%;margin-top: -2px">
73
- <div class="row" style="height: 80px;background: #E8F4FF;">
73
+ <div class="row" style="height: 40px;background: #F9F9FB;">
74
74
  <img src="../assets/img.png" alt="Logo" class="centered-image">
75
75
  </div>
76
76
  <!-- <div class="span" style="margin-bottom:10px;padding-bottom:5px;padding-top:5px;flex: 1;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;">-->
@@ -929,7 +929,7 @@ let createWaterMark = function (userName) {
929
929
  margin-top: 8px;
930
930
  width: 95% !important;
931
931
  height: auto !important;
932
- background: #E8F4FF;
932
+ background: #F9F9FB;
933
933
  }
934
934
 
935
935
  </style>
@@ -41,7 +41,7 @@
41
41
  </div>
42
42
  <div class="loginmain-right">
43
43
 
44
- <p @click="theme()" style="white-space: nowrap">{{config.title}}</p>
44
+ <p @click="theme()" style="white-space: nowrap">ESLink云服务平台</p>
45
45
 
46
46
  <form v-show="!login">
47
47
  <!-- <input type="text" placeholder="用户名" v-model="model.ename" class="usericon">-->