system-clients 3.2.87-yl-2 → 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 +1 -1
- package/src/components/Main.vue +2 -2
package/package.json
CHANGED
package/src/components/Main.vue
CHANGED
@@ -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:
|
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: #
|
932
|
+
background: #F9F9FB;
|
933
933
|
}
|
934
934
|
|
935
935
|
</style>
|