diff --git a/src/pages/localTool/standWarning.vue b/src/pages/localTool/standWarning.vue deleted file mode 100644 index 2b6d6b055..000000000 --- a/src/pages/localTool/standWarning.vue +++ /dev/null @@ -1,118 +0,0 @@ - - - - - diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue index 5baf5253a..563d59441 100644 --- a/src/pages/localTool/standardWarning.vue +++ b/src/pages/localTool/standardWarning.vue @@ -8,9 +8,9 @@
-
-
实施预警
-
+ + +
@@ -27,12 +27,21 @@ placeholder="根据标准名称查找"> - - - + + + + {{ opt.label }} + + + + + + + +
-
- 实施日期预警 +
+ { - // 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;