-
实施日期预警
+
+
{
- // this.height = $(".content").height() * 0.4;
- // };
+ this.height = $(".content").height() * 1.8;
+ window.onresize = () => {
+ this.height = $(".content").height() * 1.8;
+ };
//从数据库中查询下拉框数据
this.$http.get("sys/dictype/getDicTypeListCode", {}, {
_this: this
}, res => {
this.energyKindOptions = res.data.ENERGYTYPES; // 文本状态
+ this.applyArcticOptions = res.data.ENERGYTYPES // 适用车型
this.zrgcs = res.data.ZRGCSCLASS;
this.loading[this.field] = true
this.$http.get('sys/EarlyWarning/StandWarning', {
@@ -1015,8 +1026,11 @@ export default {
}
.more {
- margin-top: 30px;
+ display: flex;
+ align-items: center;
+
+ justify-content: center;
/deep/ .el-input__inner {
width: 185px;
}
@@ -1027,13 +1041,13 @@ export default {
}
}
- cursor: pointer;
+ //cursor: pointer;
color: #12508e;
- position: absolute;
+ //position: absolute;
top: 0;
right: 0;
z-index: 100;
- padding: 5px 10px;
+ //padding: 5px 10px;
// &:hover {
// color: #fff;
// background: #12508e;