@shijiu/jsview-vue-samples 1.9.760 → 1.9.778
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.
|
@@ -128,7 +128,7 @@ export default {
|
|
|
128
128
|
<div class="address">
|
|
129
129
|
{{ address }}
|
|
130
130
|
</div>
|
|
131
|
-
<div class="logo">JsView-Vue3(Vite3)</div>
|
|
131
|
+
<div class="logo">JsView-Vue3 (Vite3)</div>
|
|
132
132
|
|
|
133
133
|
<jsv-focus-block
|
|
134
134
|
autoFocus
|
|
@@ -185,7 +185,8 @@ export default {
|
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
.logo {
|
|
188
|
-
|
|
188
|
+
top: 10;
|
|
189
|
+
width: 1250;
|
|
189
190
|
height: 30;
|
|
190
191
|
color: #00ff00;
|
|
191
192
|
font-size: 20px;
|