[Fix-7083] [UI] The switch task is missing the else branch (#7084)

This commit is contained in:
wangyizhi 2021-12-02 14:35:36 +08:00 committed by GitHub
parent b265297fc8
commit e0623973e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
<template>
<div class="conditions-model">
<div class="conditions-task">
<m-list-box>
<div slot="text">{{$t('Custom Parameters')}}</div>
<div slot="content">
@ -175,8 +175,8 @@
}
</script>
<style lang="scss" rel="stylesheet/scss">
.conditions-model {
<style lang="scss" rel="stylesheet/scss" scoped>
.conditions-task {
margin-top: -10px;
.dep-opt {
margin-bottom: 10px;

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
<template>
<div class="conditions-model">
<div class="switch-task">
<m-list-box>
<div slot="text">{{$t('condition')}}</div>
<div slot="content">
@ -181,8 +181,8 @@
}
</script>
<style lang="scss" rel="stylesheet/scss">
.conditions-model {
<style lang="scss" rel="stylesheet/scss" scoped>
.switch-task {
margin-top: -10px;
.dep-opt {
margin-bottom: 10px;