refactor: 消息设置滚动条设置
This commit is contained in:
parent
dcf3a22bbf
commit
3ebec6a84a
|
@ -1,20 +1,18 @@
|
||||||
<template>
|
<template>
|
||||||
<ms-container>
|
<div>
|
||||||
<ms-main-container>
|
<el-alert
|
||||||
<el-alert
|
title="Notice:"
|
||||||
title="Notice:"
|
type="info"
|
||||||
type="info"
|
show-icon>
|
||||||
show-icon>
|
<template v-slot:default>
|
||||||
<template v-slot:default>
|
{{ $t('organization.message.notes') }}
|
||||||
{{ $t('organization.message.notes') }}
|
</template>
|
||||||
</template>
|
</el-alert>
|
||||||
</el-alert>
|
<jenkins-notification :jenkins-receiver-options="jenkinsReceiverOptions"/>
|
||||||
<jenkins-notification :jenkins-receiver-options="jenkinsReceiverOptions"/>
|
<test-plan-task-notification :test-plan-receiver-options="testPlanReceiverOptions"/>
|
||||||
<test-plan-task-notification :test-plan-receiver-options="testPlanReceiverOptions"/>
|
<test-review-notification :review-receiver-options="reviewReceiverOptions"/>
|
||||||
<test-review-notification :review-receiver-options="reviewReceiverOptions"/>
|
<defect-task-notification :defect-receiver-options="defectReceiverOptions"/>
|
||||||
<defect-task-notification :defect-receiver-options="defectReceiverOptions"/>
|
</div>
|
||||||
</ms-main-container>
|
|
||||||
</ms-container>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -76,10 +74,5 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
/*/deep/ .el-select__tags {
|
|
||||||
flex-wrap: unset;
|
|
||||||
overflow: auto;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue