diff --git a/src/views/tunnel/index.vue b/src/views/tunnel/index.vue index d13793b..b5057f1 100644 --- a/src/views/tunnel/index.vue +++ b/src/views/tunnel/index.vue @@ -283,7 +283,7 @@ const changeName = (id) => { } const handleReset = () => { queryForm.value.resetFields() - getList() + getAlarmList() } //点击页码进行分页功能 const handleCurrentChange = (val) => { @@ -707,7 +707,7 @@ const initWebSocket = () => { .digital-tunnel { :deep(.el-dialog ) { - height: 1380px; + height: 1410px; .alarm-content { //width: 730px; @@ -747,9 +747,14 @@ const initWebSocket = () => { background-color: transparent; border: 1px solid #08B7B8; font-size: 35px; - width: 476px; - + width: 356px; +.el-select__suffix{ + .el-icon { + font-size: 55px; + } +} .el-select__placeholder { + color: #FFFFFF; height: 70px; line-height: 70px; }