- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个从我的主应用程序路由到的 Vue 组件,当我调整窗口大小时,v-tab-item 超出了窗口的宽度(甚至没有侧滚动条)。我的问题是如何让路由器 View 尊重应用程序的宽度 (70%) 并确保路由到我的组件时不超过应用程序的宽度?
<template>
<v-container>
<v-tabs vertical center-active color="light-green darken-1">
<v-tab>Multi-Model Ensemble</v-tab>
<v-tab>Individual Models</v-tab>
<v-tab>PM2.5 evaluation</v-tab>
<v-tab>ICAP Smoke AOD</v-tab>
<v-tab>Fire Danger Risk</v-tab>
<v-tab>Fire Weather Index</v-tab>
<v-tab>Sub seasonal outlook</v-tab>
<v-tab>Geomet Demo</v-tab>
<v-tab-item>
<v-card>
<v-card-title>
North American Regional VFSP-WAS Demo - Multi-Model Forecast Ensemble
</v-card-title>
<v-card-subtitle>
Multi-Model ensemble
</v-card-subtitle>
<v-container fluid>
<v-row align="center" justify="center">
<v-card width="45%">
<v-img
alt="GIF 1"
class="shrink mr-2"
contain
src="../assets/gifs/composite_20200207T12Z+1-46h_northAmerica_lcc_Avg.gif"
transition="scale-transition"
width="800"/>
</v-card>
<v-card width="45%">
<v-img
alt="GIF 2"
class="shrink mr-2"
contain
src="../assets/gifs/composite_20200207T12Z+1-46h_northAmerica_lcc_Ext.gif"
transition="scale-transition"
width="800"/>
</v-card>
</v-row>
<v-row align="center" justify="center">
<v-card width="45%">
<v-img
alt="GIF 1"
class="shrink mr-2"
contain
src="../assets/gifs/composite_20200207T12Z+1-46h_northAmerica_lcc_Med.gif"
transition="scale-transition"
width="800"/>
</v-card>
<v-card width="45%">
<v-img
alt="GIF 2"
class="shrink mr-2"
contain
src="../assets/gifs/composite_20200207T12Z+1-46h_northAmerica_lcc_StDev.gif"
transition="scale-transition"
width="800"/>
</v-card>
</v-row>
</v-container>
<v-card-text>
The animations show a forecast of up to 48 hours at 3-hourly intervals.
The multi-model products have been generated from various atmospheric chemical and/or aerosol transport models which are represented using a common geographical domain and spatial resolution.
There are two products describing centrality (multi-model median and mean) and two products describing the spread (standard deviation and range of variation).
The multi-model ensemble regional members are ECCC FireWork and NOAA NCEP NAQFC. The global members are ECMWF IFS CAMS, FMI SILAM, JMA MASINGAR and NASA GEOS-FP.
It is important to note that different models may have very different characteristics (e.g. global or regional models, horizontal and vertical resolutions, smoke emission characteristics, physics and chemistry parameterisations, presence or absence of smoke assimilation, feedback to the meteorological model etc.) In addition, some of these predictions are experimental or produced for research purposes only. Information on the various models’ configuration can be found on their respective websites and in the literature.
</v-card-text>
</v-card>
</v-tab-item>
<v-tab-item>
<v-card>
<v-card-title>
North American Regional VFSP-WAS Demo - Individual Models
</v-card-title>
<v-container fluid>
<v-row align="center" justify="center">
<v-card width="45%">
<v-img
alt="GIF 1"
class="shrink mr-2"
contain
src="../assets/gifs/RAQDPS_20200207T12Z+1-46h_northAmerica_lcc_AF.gif"
transition="scale-transition"
width="800"/>
</v-card>
<v-card width="45%">
<v-img
alt="GIF 2"
class="shrink mr-2"
contain
src="../assets/gifs/CMAQ_20200207T12Z+1-46h_northAmerica_lcc_Band1.gif"
transition="scale-transition"
width="800"/>
</v-card>
</v-row>
<v-row align="center" justify="center">
<v-card width="45%">
<v-img
alt="GIF 1"
class="shrink mr-2"
contain
src="../assets/gifs/CAMS_20200207T12Z+1-46h_northAmerica_lcc_Band1.gif"
transition="scale-transition"
width="800"/>
</v-card>
<v-card width="45%">
<v-img
alt="GIF 2"
class="shrink mr-2"
contain
src="../assets/gifs/GEOS_20200207T12Z+1-46h_northAmerica_lcc_Band1.gif"
transition="scale-transition"
width="800"/>
</v-card>
</v-row>
<v-row align="center" justify="center">
<v-card>
<v-img
alt="GIF 1"
class="shrink mr-2"
contain
src="../assets/gifs/SILAM_20200207T12Z+1-46h_northAmerica_lcc_Band1.gif"
transition="scale-transition"
width="800"/>
</v-card>
</v-row>
</v-container>
<v-card-text>
<p>
The animations show a forecast of up to 48 hours at 3-hourly intervals.
</p>
<br>
<p>
The individual products have been generated from various atmospheric chemical and/or aerosol transport models which are represented using a common geographical domain and spatial resolution.
</p>
<br>
<p>
There are two products describing centrality (multi-model median and mean) and two products describing the spread (standard deviation and range of variation).
</p>
<br>
<p>
The multi-model ensemble regional members are ECCC FireWork and NOAA NCEP NAQFC. The global members are ECMWF IFS CAMS, FMI SILAM, JMA MASINGAR and NASA GEOS-FP.
</p>
<br>
<p>
It is important to note that different models may have very different characteristics (e.g. global or regional models, horizontal and vertical resolutions, smoke emission characteristics, physics and chemistry parameterisations, presence or absence of smoke assimilation, feedback to the meteorological model etc.) In addition, some of these predictions are experimental or produced for research purposes only. Information on the various models’ configuration can be found on their respective websites and in the literature.
</p>
</v-card-text>
</v-card>
</v-tab-item>
<v-tab-item>
<v-card>
<v-card-title>
North American Regional VFSP-WAS Demo - PM2.5 Evaluation
</v-card-title>
<v-card-text>
<p>
Multi-Model ensemble members fine particulate matter concentrations forecasts are evaluated against observations from North American networks (AirNow, CAPMoN, NAPS, etc.).
</p>
<br>
<p>
<em class="warning"> Coming soon: </em>
graphs with <a href="https://aqdb.cmc.ec.gc.ca/vaqum/">VAQUM</a> data. Talk with Yordan for <a href="http://iweb.cmc.ec.gc.ca/~afsurdv/PlotlyExp.html"> his work this summer with Plotly.</a>
</p>
</v-card-text>
</v-card>
</v-tab-item>
<v-tab-item>
<v-card>
<v-card-title>
North American Regional VFSP-WAS Demo - ICAP Smoke AOD
</v-card-title>
<v-card-subtitle>
ICAP Smoke Aerosol Optical Depth
</v-card-subtitle>
<v-container fluid>
<v-row align="center" justify="center">
<v-card width="45%">
<v-img
alt="GIF 1"
class="shrink mr-2"
contain
src="../assets/gifs/icap_20200208T00Z+0-120H_smoke_aod_mean_northAmerica_lcc_Band1.gif"
transition="scale-transition"
width="800"/>
</v-card>
<v-card width="45%">
<v-img
alt="GIF 2"
class="shrink mr-2"
contain
src="../assets/gifs/icap_20200208T00Z+0-120H_smoke_aod_stdv_northAmerica_lcc_Band1.gif"
transition="scale-transition"
width="800"/>
</v-card>
</v-row>
</v-container>
<v-card-text>
The animations show a forecast of up to 120 hours at 6-hourly intervals.
The International Cooperative for Aerosol Prediction (ICAP) is an international forum for aerosol forecast centres, remote sensing data providers and lead system developers to share best practices and discuss pressing issues facing the operational aerosol community. In the plots above, the ICAP Multi-Model Ensemble (MME) smoke aerosol optical depth (AOD) is used.
This product is constructed from the following aerosol forecast systems: ECMWF CAMS, NASA GEOS-FP, NRL NAAPS, and JMA MASINGAR.
</v-card-text>
</v-card>
</v-tab-item>
<v-tab-item>
<v-card>
<v-card-title>
North American Regional VFSP-WAS Demo - Fire Danger Risk
</v-card-title>
<v-card-subtitle>
Fire Danger Risk Map
</v-card-subtitle>
<v-container fluid>
<v-row align="center" justify="center">
<v-card>
<v-img
alt="GIF 1"
class="shrink mr-2"
contain
src="../assets/img/fdr20200207.png"
transition="scale-transition"
width="800"/>
</v-card>
<v-spacer></v-spacer>
<v-card>
<v-img
alt="GIF 2"
class="shrink mr-2"
contain
src="../assets/img/legend_fdr.jpg"
transition="scale-transition"
width="800"/>
</v-card>
</v-row>
</v-container>
<v-card-text>
<p>
Fire Danger is a relative index of how easy it is to ignite vegetation, how difficult a fire may be to control, and how much damage a fire may do.
</p>
<br>
<p>
Note: These general fire descriptions apply to most coniferous forests. The national fire danger maps show conditions as classified by the provincial and territorial fire management agencies. Choice and interpretation of classes may vary between provinces. For fuel-specific fire behavior, consult the Fire Behavior Prediction maps.
</p>
<br>
<a href="https://cwfis.cfs.nrcan.gc.ca/maps/fw?type=fdr"> Link to NRCan source </a>
</v-card-text>
</v-card>
</v-tab-item>
<v-tab-item>
<v-card>
<v-card-title>
North American Regional VFSP-WAS Demo - Fire Weather Index
</v-card-title>
<v-card-subtitle>
Fire Weather Index Map
</v-card-subtitle>
<v-container fluid>
<v-row align="center" justify="center">
<v-card>
<v-img
alt="GIF 1"
class="shrink mr-2"
contain
src="../assets/img/fwi-konstantinos.png"
transition="scale-transition"
width="800"/>
</v-card>
</v-row>
</v-container>
<v-card-text>
<p>
The Fire Weather Index is a component of the Canadian Forest Fire Weather Index (FWI) System. It is a numeric rating of fire intensity. It combines the Initial Spread Index and the Buildup Index.
</p>
<p>
The computation of FWI depends solely on meteorological conditions.
</p>
<ul style="margin-left: 2em;">
<li>
<p>
Noon temperature (Celsius)
</p>
</li>
<li>
<p>
Noon relative humidity (%)
</p>
</li>
<li>
<p>
Accumulated Precipitation over the previous 24h, at noon (in mm)
</p>
</li>
<li>
<p>
Noon wind speed (km/h)
</p>
</li>
<li>
<p>
Previous days moisture fuel indices (Fine fuel, duff moisture, and drought).
</p>
</li>
</ul>
<br>
<p>
It is suitable as a general index of fire danger throughout the forested areas of Canada.
</p>
<a href="https://cwfis.cfs.nrcan.gc.ca/maps/fw?type=fwi"> Link to NRCan source </a>
</v-card-text>
</v-card>
</v-tab-item>
<v-tab-item>
<v-card>
<v-card-title>
North American Regional VFSP-WAS Demo - Subseasonal Outlook
</v-card-title>
<v-card-subtitle>
Subseasonal Outlook Map
</v-card-subtitle>
<v-container fluid>
<v-row align="center" justify="center">
<v-card width="45%">
<v-img
alt="GIF 1"
class="shrink mr-2"
contain
src="../assets/img/2020022700_054_E1_canada_I_ANOMALY@PRECIPITATION_anomaly@probability@combined@672_768.png"
transition="scale-transition"
width="800"/>
</v-card>
<v-card width="45%">
<v-img
alt="GIF 1"
class="shrink mr-2"
contain
src="../assets/img/2020022700_054_E1_canada_I_ANOMALY@TEMPERATURE_anomaly@probability@combined@666_768.png"
transition="scale-transition"
width="800"/>
</v-card>
</v-row>
</v-container>
<v-card-text>
<p>
The monthly forecast is updated each Thursday and covers the 28 days starting on the following Monday.
</p>
<br>
<p>
The forecasted anomaly is produced from the average conditions forecasted over that period by the Global Ensemble Prediction System (GEPS).
</p>
<br>
<p>
A 20 year climatology (1998-2017) of this prediction system obtained from a reforecast is also used in the computation of the forecast anomaly.
</p>
<br>
<a href="http://collaboration.cmc.ec.gc.ca/cmc/cmoi/product_guide/docs/tech_specifications/tech_specifications_GEPS_6.0.0_e.pdf" class="bluelink"> See the GEPS6.0.0 reforecast technical note </a>
</v-card-text>
</v-card>
</v-tab-item>
<!-- <v-tab-item>
<h3>Smoke Forecasts</h3>
<v-tabs color="light-green darken-2">
<v-tab>Smoke Aerosol Optical Depth</v-tab>
<v-tab>PM<sub>10</sub> Surface Concentration</v-tab>
<v-tab>PM<sub>2.5</sub> Surface Concentration</v-tab>
<v-tab-item>
<h4>Smoke Aerosol Optical Depth</h4>
</v-tab-item>
<v-tab-item>
<h4>PM<sub>10</sub> Surface Concentration</h4>
</v-tab-item>
<v-tab-item>
<h4>PM<sub>2.5</sub> Surface Concentration</h4>
</v-tab-item>
</v-tabs>
</v-tab-item> -->
<v-tab-item>
<OpenLayersPlayroom />
</v-tab-item>
</v-tabs>
</v-container>
</template>
<script>
import OpenLayersPlayroom from './OpenLayersPlayroom'
export default {
components: {
OpenLayersPlayroom
}
}
</script>
最佳答案
溢出是由<v-img>
引起的.在所有组件上设置 max-width 属性而不是宽度:
<v-img
alt="GIF 2"
class="shrink mr-2"
contain
src="../assets/gifs/composite_20200207T12Z+1-46h_northAmerica_lcc_StDev.gif"
transition="scale-transition"
max-width="800"/>
关于vue.js - Vuetify v-tabs v-tab-item 溢出窗口宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61781278/
这里我试图在 FlatList 中显示一个名为“posts”的数组。 render() { console.log(this.props.posts); return (
这是我的代码: {{day(list)}} {{list.weather[0].description}}
我是 Mahout 的新手,并且仍在使用它。 我的问题是,将 Item-Item 和 User-Item 结合起来是否合适? 我的用例是,一个社交网络应用会尝试根据用户历史数据(优先级较高)为当前用户
下午好, 我按数据库搜索以测试特定类测试,当我放置一个新项目时,如果列表包含该项目。 @Test public void insertAndDeleteTask() throws Interrupte
我有一个关于 ionic 框架的问题,我希望有人能帮助我...我有一个带有“ion-item-right”的 ionic 列表。这一切都可以,按钮在右边。现在我需要其他三个居中的图标,这样我就有了:文
我经常遇到类似下面的代码: if ( items != null) { foreach(T item in items) { //... } } 基本上,if 条件确
我最近问了a question about LocalStorage .使用 JSON.parse(localStorage.item) 和 JSON.parse(localStorage['item
我最近问了a question about LocalStorage .使用 JSON.parse(localStorage.item) 和 JSON.parse(localStorage['item
这个问题已经有答案了: Type mismatch: cannot convert from Item to Item (1 个回答) 已关闭 7 年前。 我很困惑。我无法将外部类的实例变量 Node
我目前正在使用 MUI Grid(但我对替代解决方案持开放态度)并且我想要并排放置两个组件:最右边的组件占 400px宽度和左侧组件占据其余部分。 || || || 当页面宽度缩小时: | | ||
我最近问过a question about LocalStorage 。使用 JSON.parse(localStorage.item) 和 JSON.parse(localStorage['item
public class Document extends Model { ... @ManyToMany public Set accessors; ... } 我想选择访问者包含某个用户的所有文档
我正在使用 selenium webdriver 为单页 Web 应用程序开发一个 Java 框架,使用以下模式:PageObject、SlowLoadableComponent(责任链)、PageF
最近在学习C,在网上发现了一个问题。问题是: What is the problem with this function in terms of memory allocation? What is
我有这个代码 ( -1 ? true : false} /> {genre.item.name}
在ASP.Net中使用DataGrid时真的没有快捷方法吗 (e.Item.ItemType==ListItemType.Item || e.Item.ItemType==ListItemType.A
我正在使用工作流程根据数据和一组要求将大量 pdf 从一个位置复制到其他大坝位置。我正在使用以下代码 Assets damAsset = manager.createAsset(path, is, m
我是 PowerShell 的新手。 我正在尝试自动将 dll 组件从源服务器上的文件夹部署到目标服务器上的多个文件夹。这看起来应该很简单:将组件从源服务器上的源(部署)文件夹复制到目标服务器上的文件
我的代码: for column_name, column_data in summary_words.iteritems(): if column_name != "summary" and
我的代码: for column_name, column_data in summary_words.iteritems(): if column_name != "summary" and
我是一名优秀的程序员,十分优秀!