Commit 60c79359 by Sixong.Zhu

style

parent 1513ed5a
......@@ -80,10 +80,14 @@
<style lang="less" scoped>
.file-message {
background-color: #eee !important;
background-color: #f5f6fa;
border-radius: 6px !important;
cursor: pointer;
&.my-message {
background-color: #dbf2ff;
}
.file-message-name {
max-width: 130px;
word-break: break-all;
......
<template>
<div
class="msg-detail image-message"
class="image-message"
:class="{ 'image-404': fileFailed2Load }"
@dblclick="dbClick"
@click="open"
......@@ -55,6 +55,8 @@
line-height: 1;
max-width: 300px;
box-sizing: content-box;
background-color: unset;
img {
width: 100%;
}
......
......@@ -603,7 +603,7 @@
margin-top: 10px;
font-size: 14px;
line-height: 20px;
background: #f5f6fa;
background-color: #f5f6fa;
border-radius: 0px 8px 8px;
padding: 10px;
word-break: break-word;
......
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 sign in to comment