feat: show notice in chat page

This commit is contained in:
RockYang
2024-01-03 15:19:24 +08:00
parent de3eb8969c
commit 434fbb3463
8 changed files with 86 additions and 29 deletions

View File

@@ -381,12 +381,19 @@ $borderColor = #4676d0;
}
}
.notice {
background-color #F6DEFF
width 100%
padding 5px 10px;
border-radius 5px;
color #CF49FF
.el-overlay-dialog {
.el-dialog {
.el-dialog__body {
.notice {
padding 0 20px 0 20px
line-height 1.8
.el-text {
font-size 16px
}
}
}
}
}
.dialog-service {