修改ico和cookies的token为Web-Token、检索一个输入框的布局、并添加轮播管理
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user