Commit 8311a477 authored by Mac's avatar Mac

1

parent e188616c
...@@ -20,7 +20,7 @@ export default { ...@@ -20,7 +20,7 @@ export default {
</script> </script>
<style> <style>
@import url("//at.alicdn.com/t/font_2077629_s9ukbvw57rq.css"); @import url("//at.alicdn.com/t/font_2077629_ydmxbwmw55l.css");
.q-scrollarea__thumb { .q-scrollarea__thumb {
z-index: 999999 !important; z-index: 999999 !important;
} }
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<span>{{msg.title}}</span> <span>{{msg.title}}</span>
<div style="width: 240px;height: 180px;border: 1px dashed #E3E4E5;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #FFF;margin-top: 10px;" <div style="width: 240px;height: 180px;border: 1px dashed #E3E4E5;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #FFF;margin-top: 10px;"
v-if="msg.imgUrl==''"> v-if="msg.imgUrl==''">
<p style="padding: 0 10px;text-align: center;">图片尺寸为1080*864像素,大小不超过10M,暂不支持动图。</p> <p style="padding: 0 10px;text-align: center;">图片尺寸为5:4,大小不超过10M,暂不支持动图。</p>
<q-btn class="q-mr-md" label="从图库选择" @click="getChoice()" /> <q-btn class="q-mr-md" label="从图库选择" @click="getChoice()" />
</div> </div>
<div style="width: 240px;height: 180px;margin-top: 10px;" v-if="msg.imgUrl!=''" <div style="width: 240px;height: 180px;margin-top: 10px;" v-if="msg.imgUrl!=''"
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
} else { } else {
this.$q.notify({ this.$q.notify({
type: 'negative', type: 'negative',
message: `请上传图片尺寸为1080*864像素,`, message: `请上传图片尺寸为5:4,`,
position: 'top' position: 'top'
}) })
} }
......
...@@ -666,7 +666,7 @@ ...@@ -666,7 +666,7 @@
}) })
console.log(this.addMsg.SendContent) // console.log(this.addMsg.SendContent)
} }
} }
}, },
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
//自己看的写法 //自己看的写法
html += '<p><iframe height="320" width="auto" data-time=' + dataTime + ' data-miniprogram-appid=' + data.appletmsg.AppID + ' frameborder="0" allowtransparency="true" ' + html += '<p><iframe height="320" width="auto" data-time=' + dataTime + ' data-miniprogram-appid=' + data.appletmsg.AppID + ' frameborder="0" allowtransparency="true" ' +
' style="background-color:transparent;border-radius: 3px;overflow: hidden;z-index: 0;" scrolling="no" ' + ' style="background-color:transparent;border-radius: 3px;overflow: hidden;z-index: 0;" scrolling="no" ' +
' src="http://localhost:8181/#/teacher/contribution/graphicType?Name=' + data.appletmsg.Name + '&Image=' + ' src="http://edu.oytour.com/#/teacher/contribution/graphicType?Name=' + data.appletmsg.Name + '&Image=' +
data.appletmsg.Image + '&title=' + data.title + '&imgUrl=' + data.imgUrl + data.appletmsg.Image + '&title=' + data.title + '&imgUrl=' + data.imgUrl +
'" class="ans-insertaudio-module" module="_insertaudio">' + ' </iframe><span data-time=' + dataTime + '></span></p>'; '" class="ans-insertaudio-module" module="_insertaudio">' + ' </iframe><span data-time=' + dataTime + '></span></p>';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment