system-clients 3.2.87-yl-3 → 3.2.87-yly
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
package/src/components/Main.vue
CHANGED
@@ -70,8 +70,8 @@
|
|
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:
|
74
|
-
<img src="../assets/
|
73
|
+
<div class="row" style="height: 80px;background: #E8F4FF;">
|
74
|
+
<img src="../assets/logo_header.4b1d0be.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;">-->
|
77
77
|
<left-tree :functions='functions.functions' :userid='userid' @isnodo="isnodo" v-show="treeOrIcon"
|
@@ -926,10 +926,10 @@ let createWaterMark = function (userName) {
|
|
926
926
|
display: block;
|
927
927
|
margin-left: auto;
|
928
928
|
margin-right: auto;
|
929
|
-
margin-top:
|
929
|
+
margin-top: 5px;
|
930
930
|
width: 95% !important;
|
931
931
|
height: auto !important;
|
932
|
-
background: #
|
932
|
+
background: #E8F4FF;
|
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">
|
44
|
+
<p @click="theme()" style="white-space: nowrap">{{config.title}}</p>
|
45
45
|
|
46
46
|
<form v-show="!login">
|
47
47
|
<!-- <input type="text" placeholder="用户名" v-model="model.ename" class="usericon">-->
|
package/src/assets/img.png
DELETED
Binary file
|