refactor: 升级为vue3.x全家桶+element-plus+vant3,解决相关兼容问题

This commit is contained in:
王奥斯
2022-02-10 17:38:53 +08:00
parent 1a9f20924e
commit a1f8067cbc
68 changed files with 4251 additions and 5954 deletions
@@ -26,16 +26,16 @@ export default {
.richtext {
position: relative;
}
/deep/img {
:deep(img) {
max-width: 100% !important;
display: block;
}
.richtext {
position: relative;
/deep/pre {
:deep(pre) {
white-space: break-spaces;
}
/deep/p {
:deep(p) {
word-break: break-all;
}
}