Merge pull request '修改了提示语' (#55) from xbx into master
Reviewed-on: http://git.luyuan.tk/luyuan/beelink/pulls/55
This commit is contained in:
commit
c02aeec934
@ -308,7 +308,7 @@ export async function cashout(data?:any,accountinfo?:any){
|
|||||||
console.log(data)
|
console.log(data)
|
||||||
const res = await post<Liveaddrule>('withdrawal',data);
|
const res = await post<Liveaddrule>('withdrawal',data);
|
||||||
if(res.code==0){
|
if(res.code==0){
|
||||||
message.success("新增成功")
|
message.success(res.msg)
|
||||||
}else{
|
}else{
|
||||||
message.error(res.msg)
|
message.error(res.msg)
|
||||||
}
|
}
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<img :src="img" alt="" class="cover">
|
<img :src="img" alt="" class="cover">
|
||||||
<img src="@/static/images/play.png" alt="" class="play">
|
<img src="@/static/images/play.png" alt="" class="play">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
{{title}} {{videoid}}
|
<div class="one-line-hide">{{title}}</div>
|
||||||
<span class="lv">{{score}}分</span>
|
<span class="lv" style="flex-shrink: 0;">{{score}}分</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<div class="datetime">
|
<div class="datetime">
|
||||||
@ -48,7 +48,7 @@
|
|||||||
.cover{
|
.cover{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 127px;
|
height: 127px;
|
||||||
background-color: #0f0;
|
// background-color: #0f0;
|
||||||
}
|
}
|
||||||
.play{
|
.play{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -58,9 +58,9 @@
|
|||||||
height: 23px;
|
height: 23px;
|
||||||
}
|
}
|
||||||
.title{
|
.title{
|
||||||
|
padding: 0 18px;
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
font-display: 11px;
|
font-display: 11px;
|
||||||
margin-left: 18px;
|
|
||||||
color: #111;
|
color: #111;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user