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