diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue index 0d0d7d54e..5e53efff1 100644 --- a/src/pages/localTool/standardWarning.vue +++ b/src/pages/localTool/standardWarning.vue @@ -3,7 +3,7 @@
-
+
@@ -689,11 +689,11 @@ export default { this.$http.get('sys/EarlyWarning/ChangePermissions', { id: row.id, }, {}, res => { - this.pageConfig.page = 1 - this.pageConfig.newPolicyPage = 1 - this.pageConfig.oldPolicyPage = 1 - this.searchBtnClick() - this.getEarlyDate() + this.pageConfig.page = 1 + this.pageConfig.newPolicyPage = 1 + this.pageConfig.oldPolicyPage = 1 + this.searchBtnClick() + this.getEarlyDate() } ) }).catch(() => { @@ -1049,7 +1049,7 @@ export default { .content { padding-bottom: 10px; - height: calc(~'100% - 7%'); + height: calc(~'100% - 25%') ; /deep/ .el-button--mini { padding: 5px 7px;