@shijiu/jsview-vue-samples 1.9.760 → 1.9.779

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
- width: 1280;
188
+ top: 10;
189
+ width: 1250;
189
190
  height: 30;
190
191
  color: #00ff00;
191
192
  font-size: 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shijiu/jsview-vue-samples",
3
- "version": "1.9.760",
3
+ "version": "1.9.779",
4
4
  "license": "MIT",
5
5
  "repository": "system/jsview-framework",
6
6
  "author": "mengxk",