This commit is contained in:
shidongli 2024-04-23 17:21:52 +08:00
parent 2fbbc70c1a
commit c2f7b8fc34

View File

@ -85,7 +85,7 @@ export default {
// ["link", "image", "video"] // // ["link", "image", "video"] //
], ],
}, },
placeholder: "请输入内容", placeholder: "",
readOnly: this.readOnly, readOnly: this.readOnly,
}, },
}; };
@ -198,14 +198,14 @@ export default {
.quill-img { .quill-img {
display: none; display: none;
} }
.ql-toolbar.ql-snow{ ::v-deep .ql-toolbar.ql-snow{
display: none; display: none;
border: 1px solid #fff; border: 1px solid #fff !important;
} }
.ql-container.ql-snow { ::v-deep .ql-container.ql-snow {
border: 1px solid #fff; border: 1px solid #fff !important;
} }
.ql-snow .ql-tooltip[data-mode="link"]::before { .ql-snow .ql-tooltip[data-mode="link"]::before {
content: "请输入链接地址:"; content: "请输入链接地址:";