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