refactor: 消息设置滚动条设置
This commit is contained in:
parent
dcf3a22bbf
commit
3ebec6a84a
|
@ -1,6 +1,5 @@
|
|||
<template>
|
||||
<ms-container>
|
||||
<ms-main-container>
|
||||
<div>
|
||||
<el-alert
|
||||
title="Notice:"
|
||||
type="info"
|
||||
|
@ -13,8 +12,7 @@
|
|||
<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>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -76,10 +74,5 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
/*/deep/ .el-select__tags {
|
||||
flex-wrap: unset;
|
||||
overflow: auto;
|
||||
}*/
|
||||
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue