@shijiu/jsview-vue-samples 1.9.987-next-vue.0 → 1.9.992

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.
@@ -109,8 +109,8 @@ export default {
109
109
  onFocus: $_app_onFocus,
110
110
  }"
111
111
  :style="{
112
- width: 1920,
113
- height: 1080,
112
+ width: 1280,
113
+ height: 720,
114
114
  backgroundColor: '#007788',
115
115
  }"
116
116
  >
@@ -41,12 +41,12 @@ onMounted(() => {
41
41
  </script>
42
42
 
43
43
  <template>
44
- <div :style="{ width: 1920, height: 1080, backgroundColor: '#007788' }" />
44
+ <div :style="{ width: 1280, height: 720, backgroundColor: '#007788' }" />
45
45
  <div
46
46
  :style="{
47
47
  left: 100,
48
48
  top: 20,
49
- width: 600,
49
+ width: 800,
50
50
  height: 400,
51
51
  fontSize: 30,
52
52
  color: '#FFFFFF',
@@ -57,7 +57,7 @@ onMounted(() => {
57
57
  <!-- 为了保证边缘的item缩放后依旧完整显示, 需要设置padding, 注意width/height是包含padding的 -->
58
58
  <metro-widget
59
59
  name="mwWidget"
60
- :top="140"
60
+ :top="80"
61
61
  :left="50"
62
62
  :width="660"
63
63
  :height="600"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shijiu/jsview-vue-samples",
3
- "version": "1.9.987-next-vue.0",
3
+ "version": "1.9.992",
4
4
  "license": "MIT",
5
5
  "repository": "system/jsview-framework",
6
6
  "author": "mengxk",