feat: add departmentMail #1058

Closed
jorgep wants to merge 3 commits from hotfix-addDeptMail into master
1 changed files with 2 additions and 5 deletions
Showing only changes of commit e760c1022e - Show all commits

View File

@ -221,9 +221,8 @@ const toModule = computed(() =>
color="primary"
/>
</template>
<style lang="scss">
.body {
<style lang="scss" scoped>
:deep(.body) {
background-color: var(--vn-section-color);
.text-h5 {
font-size: 20px;
@ -262,9 +261,7 @@ const toModule = computed(() =>
}
}
}
</style>
<style lang="scss" scoped>
.title {
overflow: hidden;
text-overflow: ellipsis;