Commit 59d34957 by Sixong.Zhu

style

parent c0e75d17
Showing with 5 additions and 3 deletions
...@@ -8,9 +8,11 @@ ...@@ -8,9 +8,11 @@
@click="view" @click="view"
> >
<div class="d-flex align-items-center flex-fill pay-msg-body"> <div class="d-flex align-items-center flex-fill pay-msg-body">
<span :class="icon" class="icon"></span> <span :class="icon" class="icon flex-none"></span>
<div class="texts flex-fill"> <div class="texts flex-fill overflow-hidden">
<div class="text-left">{{ title }}</div> <div class="text-left text-nowrap text-truncate">
{{ title }}
</div>
<div class="d-flex justify-content-between"> <div class="d-flex justify-content-between">
<span>{{ amount | currency }}</span> <span>{{ amount | currency }}</span>
<span>{{ status }}</span> <span>{{ status }}</span>
......
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