refactor: 消息设置滚动条设置

This commit is contained in:
Captain.B 2020-12-03 16:17:52 +08:00
parent dcf3a22bbf
commit 3ebec6a84a
1 changed files with 14 additions and 21 deletions

View File

@ -1,20 +1,18 @@
<template>
<ms-container>
<ms-main-container>
<el-alert
title="Notice:"
type="info"
show-icon>
<template v-slot:default>
{{ $t('organization.message.notes') }}
</template>
</el-alert>
<jenkins-notification :jenkins-receiver-options="jenkinsReceiverOptions"/>
<test-plan-task-notification :test-plan-receiver-options="testPlanReceiverOptions"/>
<test-review-notification :review-receiver-options="reviewReceiverOptions"/>
<defect-task-notification :defect-receiver-options="defectReceiverOptions"/>
</ms-main-container>
</ms-container>
<div>
<el-alert
title="Notice:"
type="info"
show-icon>
<template v-slot:default>
{{ $t('organization.message.notes') }}
</template>
</el-alert>
<jenkins-notification :jenkins-receiver-options="jenkinsReceiverOptions"/>
<test-plan-task-notification :test-plan-receiver-options="testPlanReceiverOptions"/>
<test-review-notification :review-receiver-options="reviewReceiverOptions"/>
<defect-task-notification :defect-receiver-options="defectReceiverOptions"/>
</div>
</template>
<script>
@ -76,10 +74,5 @@ export default {
</script>
<style scoped>
/*/deep/ .el-select__tags {
flex-wrap: unset;
overflow: auto;
}*/
</style>