修改ico和cookies的token为Web-Token、检索一个输入框的布局、并添加轮播管理

This commit is contained in:
熊丽君
2021-08-23 16:31:40 +08:00
parent 6492955ccf
commit 17aa1285a9
12 changed files with 148 additions and 74 deletions

View File

@ -211,9 +211,13 @@ export default {
watch: {
formData: {
handler: function() {
this.$nextTick(() => {
this.formatRichText(this.formData.downloadUrl, this.formData.id);
});
if (this.type == 'policy') {
this.$nextTick(() => {
this.formatRichText(this.formData.downloadUrl, this.formData.id);
});
} else {
this.formData.text = this.formData.text.replaceAll(' ', ' ');
}
}
},
deep: true
@ -302,6 +306,11 @@ export default {
/deep/.editor {
border: 0;
}
/deep/p {
img {
max-width: 100%;
}
}
}
.my_header {
position: fixed;