vue2 圆角标签栏

This commit is contained in:
xingyu
2022-12-27 11:18:06 +08:00
parent ab67540d5f
commit d86c36a151
12 changed files with 72 additions and 60 deletions

View File

@ -60,6 +60,10 @@
color: inherit;
}
.el-message-box__status + .el-message-box__message{
word-break: break-word;
}
.el-dialog:not(.is-fullscreen) {
margin-top: 6vh !important;
}