Commit 8d03d0e7 by Sixong.Zhu

style

parent d70348a8
Showing with 3 additions and 1 deletions
......@@ -483,6 +483,8 @@ export default class Message extends Mixins(Filters) {
<style lang="less" scoped>
.message-con {
margin: 20px 0;
padding-bottom: 20px;
margin-bottom: 0;
margin-right: 15px;
position: relative;
......@@ -545,7 +547,7 @@ export default class Message extends Mixins(Filters) {
.withdraw {
color: #999;
position: absolute;
bottom: -18px;
bottom: 0;
right: 0;
font-size: 12px;
display: none;
......
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