修改
This commit is contained in:
parent
2fbbc70c1a
commit
c2f7b8fc34
@ -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: "请输入链接地址:";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user