未验证 提交 1a139342 编写于 作者: W wangyizhi 提交者: GitHub

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

上级 5813d6be
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册