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