提交 81308ec2 编写于 作者: B break60 提交者: lgcareer

Fix data echo, style and popup cannot be closed (#1801)

* merge dev branch front-end code

* fix udfs assignment

* Fix task instance page jump

* fix udfs assignment and task instance page jump #1789

* Fixed space and icon display issues before and after the input box

* add license

* add license

* Fix data echo, style and popup cannot be closed
上级 c7f32e81
/* # Licensed to the Apache Software Foundation (ASF) under one or more
* Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with
* contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership.
* this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0
* The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with
* (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at
* the License. You may obtain a copy of the License at #
* # http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0 #
* # Unless required by applicable law or agreed to in writing, software
* Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS,
* distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and # limitations under the License.
* limitations under the License.
*/
root = true root = true
......
/* # Licensed to the Apache Software Foundation (ASF) under one or more
* Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with
* contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership.
* this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0
* The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with
* (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at
* the License. You may obtain a copy of the License at #
* # http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0 #
* # Unless required by applicable law or agreed to in writing, software
* Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS,
* distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and # limitations under the License.
* limitations under the License.
*/
# back end interface address # back end interface address
API_BASE = http://192.xx.xx.xx:12345 API_BASE = http://192.xx.xx.xx:12345
# If IP access is required for local development, remove the "#" # If IP access is required for local development, remove the "#"
#DEV_HOST = 192.168.xx.xx #DEV_HOST = xx.xx.xx.xx
\ No newline at end of file \ No newline at end of file
...@@ -347,7 +347,6 @@ ...@@ -347,7 +347,6 @@
type: this.taskType, type: this.taskType,
id: this.id, id: this.id,
name: this.name, name: this.name,
params: this.params,
description: this.description, description: this.description,
runFlag: this.runFlag, runFlag: this.runFlag,
dependence: this.dependence, dependence: this.dependence,
......
...@@ -135,6 +135,7 @@ ...@@ -135,6 +135,7 @@
created () { created () {
}, },
mounted () { mounted () {
this.$modal.destroy()
// Cycle acquisition status // Cycle acquisition status
this.setIntervalP = setInterval(() => { this.setIntervalP = setInterval(() => {
this._debounceGET('false') this._debounceGET('false')
......
...@@ -26,6 +26,11 @@ ...@@ -26,6 +26,11 @@
font-weight: 400; font-weight: 400;
} }
} }
.ans-radio {
.ans-radio-inner {
border: 1px solid #B3B3B3;
}
}
.ans-poptip { .ans-poptip {
min-width: 158px; min-width: 158px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册