n20-common-lib 2.2.25 → 2.2.26
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
|
@@ -19,8 +19,7 @@
|
|
|
19
19
|
/>
|
|
20
20
|
<!-- <el-divider class="header-wrap-logo-hr" direction="vertical" /> -->
|
|
21
21
|
<div class="m-l-m"></div>
|
|
22
|
-
|
|
23
|
-
<h3 class="header-title m-r-auto" v-html="headerTitle"></h3>
|
|
22
|
+
<h3 class="header-title m-r-auto">{{ headerTitle | $l }}</h3>
|
|
24
23
|
<!-- YSCW -->
|
|
25
24
|
<slot name="header-ectad">
|
|
26
25
|
<sapn v-if="ectad" class="f-s-s">
|
|
@@ -19,8 +19,7 @@
|
|
|
19
19
|
/>
|
|
20
20
|
<!-- <el-divider class="header-wrap-logo-hr" direction="vertical" /> -->
|
|
21
21
|
<div class="m-l-m"></div>
|
|
22
|
-
|
|
23
|
-
<h3 class="header-title m-r-auto" v-html="headerTitle"></h3>
|
|
22
|
+
<h3 class="header-title m-r-auto">{{ headerTitle | $l }}</h3>
|
|
24
23
|
<span v-if="byLabel && !inBack" class="header-uif-by">{{ byLabel }}</span>
|
|
25
24
|
<!-- YSCW -->
|
|
26
25
|
<slot name="header-ectad">
|
|
@@ -84,7 +83,7 @@
|
|
|
84
83
|
<div class="uby-h flex-box flex-v">
|
|
85
84
|
<i class="uby-h-icon iconfont icon-icon_huanyingmoshi"></i>
|
|
86
85
|
<span
|
|
87
|
-
>{{ '欢迎使用' | $lc }}<span>{{ headerTitle }}</span
|
|
86
|
+
>{{ '欢迎使用' | $lc }}<span>{{ headerTitle | $l }}</span
|
|
88
87
|
>!</span
|
|
89
88
|
>
|
|
90
89
|
</div>
|