verce-vue-test 0.0.9 → 0.0.10

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verce-vue-test",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -369,9 +369,9 @@ onUnmounted(() => {
369
369
  </script>
370
370
 
371
371
  <style scoped>
372
- /* 页面根容器,设置最小宽度防止内容塌缩 */
372
+ /* 页面根容器,宽度自适应父组件 */
373
373
  .position-forecast-page {
374
- min-width: 1000px;
374
+ width: 100%;
375
375
  padding: 0;
376
376
  color: #1f2937;
377
377
  }