提交 04eff6fb 编写于 作者: 张磊's avatar 张磊

save

上级 e5c9c502
...@@ -46,7 +46,7 @@ export default { ...@@ -46,7 +46,7 @@ export default {
userName: "", userName: "",
authList: [], authList: [],
systemType: 0, systemType: 0,
showChat:false showChat:true
}; };
}, },
computed: { computed: {
......
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
} }
} }
.link { .link {
color: #2f86f6; color: #ffffff;
} }
& > .mid-pdf { & > .mid-pdf {
width: 260px; width: 260px;
...@@ -364,12 +364,10 @@ ...@@ -364,12 +364,10 @@
top: -8px; top: -8px;
left: 0; left: 0;
display: flex; display: flex;
align-items: center;
flex-direction: row; flex-direction: row;
margin: 16px 12px 16px 25px; margin: 16px 12px 16px 25px;
.cb-icon-wrapper { .cb-icon-wrapper {
position: absolute;
top: 0;
right: 70px;
display: flex; display: flex;
align-items: center; align-items: center;
height: 44px; height: 44px;
...@@ -381,22 +379,19 @@ ...@@ -381,22 +379,19 @@
} }
} }
.send-btn { .send-btn {
display: flex; width: 86px;
flex-direction: row; height: 33px;
justify-content: center; background: #449284;
align-items: center; border-radius: 23px;
width: 60px; color: #ffffff;
height: 44px; border: none;
background: #f3f6f7; font-size: 14px;
margin-left: 12px; font-weight: bold;
border-radius: 8px;
cursor: pointer;
& > img {
width: 24px;
height: 24px;
} }
&.active { /deep/.el-textarea{
background: #0d9078; width: 75%;
.el-textarea__inner{
border: none;
} }
} }
} }
......
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
</article> </article>
</section> </section>
<section class="c-bottom"> <section class="c-bottom">
<el-input type="textarea" placeholder="请输入内容" v-model="sendText" maxlength="499"></el-input> <el-input type="textarea" class="c-bottom-input" placeholder="请输入内容" v-model="sendText" maxlength="499"></el-input>
<div class="cb-icon-wrapper"> <div class="cb-icon-wrapper">
<el-upload <el-upload
class="bg-uploader" class="bg-uploader"
...@@ -139,14 +139,14 @@ ...@@ -139,14 +139,14 @@
:show-file-list="false" :show-file-list="false"
:before-upload="beforeUploadFile" :before-upload="beforeUploadFile"
> >
<img src="../../assets/image/IM/icon-folder-open.png" alt /> <img src="../../assets/image/IM/im_sendfile.png" alt />
</el-upload> </el-upload>
<img src="../../assets/image/IM/icon-link.png" @click="preSendLinkMsg" alt /> <img src="../../assets/image/IM/im_sendvedio.png" @click="preSendLinkMsg" alt />
</div>
<div class="send-btn" :class="{'active': canSend}" @click="sendTextMsg">
<img v-show="canSend" src="../../assets/image/IM/send-yes.png" alt />
<img v-show="!canSend" src="../../assets/image/IM/send-no.png" alt />
</div> </div>
<el-button size="small" class="send-btn" :class="{'active': canSend}" @click="sendTextMsg">
发送
</el-button>
</section> </section>
</article> </article>
</section> </section>
...@@ -154,6 +154,7 @@ ...@@ -154,6 +154,7 @@
<!-- 选择链接弹窗 --> <!-- 选择链接弹窗 -->
<el-dialog <el-dialog
title="选择链接" title="选择链接"
:modal="false"
:show-close="true" :show-close="true"
:visible.sync="showSelectDialog" :visible.sync="showSelectDialog"
:close-on-click-modal="false" :close-on-click-modal="false"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册