This commit is contained in:
luyuan 2020-11-24 17:28:59 +08:00
parent 8b8300563c
commit daf048906c
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
7 changed files with 19 additions and 18 deletions

View File

@ -17,7 +17,7 @@ export default {
yifabu: "Published",
shipinsousuo: "Please enter the live title you want to search",
wodedingyuezhe: "My subscribers",
xingming: "name",
xingming: "Name",
suozaiguojia: "Country",
nianling: "Age",
xueshengmuyu: "Speak",
@ -131,7 +131,7 @@ export default {
shipinjieshao: "Video",
kaishishijian: "Start time",
shezhikaishishijian: "Please set your start time",
zhiboshichang: "7.Duration",
zhiboshichang: "Duration",
shuruzhiboshijian: "Please input live time",
fenzhong: "minute",
zhiborenshu: "Number of attendees",
@ -174,10 +174,10 @@ export default {
zhiboyemian: "Live page",
querenguanbi: "Are you sure you want to close the live broadcast",
dingyuezhe: "My Followers",
sousuodingyue: "Please enter the name of the student you want to search",
sousuodingyue: "Enter the name",
wodeqianbao: "My wallet",
lijitixian: "Immediate withdrawal",
tixianjilu: "Withdrawal record",
lijitixian: "Cash transfer",
tixianjilu: "Transfer record",
bangdingyonghu: "Binding users",
zhanghuyue: "Account balance",
tianjiazhanghu: "Add a new account",

View File

@ -406,7 +406,7 @@ export default defineComponent({
}
.topbtn {
// width: 89px;
height: 17px;
min-height: 17px;
padding-left: 14px;
padding-right: 14px;
line-height: 17px;

View File

@ -260,7 +260,7 @@ export default defineComponent({
}
.topbtn {
// width: 89px;
height: 17px;
min-height: 17px;
padding-left: 14px;
padding-right: 14px;
line-height: 17px;

View File

@ -396,8 +396,9 @@ export default defineComponent({
}
.ant-row {
.ant-form-item-label {
width: 60px;
width: 130px;
margin: 0 30px 0 17px;
text-align: left;
> label {
font-size: 12px;
font-weight: 500;

View File

@ -663,7 +663,7 @@ export default defineComponent({
}
.ant-row {
.ant-form-item-label {
width: 60px;
width: 130px;
margin: 0 30px 0 17px;
> label {
font-size: 12px;

View File

@ -410,7 +410,7 @@ export default defineComponent({
}
.topbtn {
width: 57px;
height: 18px;
min-height: 18px;
font-size: 10px;
text-align: center;
line-height: 18px;

View File

@ -16,37 +16,37 @@
<div class="info">
<div class="infoitem">
<span class="label">{{lan.$t("xingming")}}:</span>
<span class="one-line-hide">{{i.name}}</span>
<span class="one-line-hide">&nbsp;{{i.name}}</span>
</div>
<div class="infoitem">
<span class="label">{{lan.$t('suozaiguojia')}}:</span>
<span class="one-line-hide">{{i.live}}</span>
<span class="one-line-hide">&nbsp;{{i.live}}</span>
</div>
<div class="infoitem">
<span class="label">{{lan.$t('nianling')}}:</span>
<span class="one-line-hide">{{i.age}}</span>
<span class="one-line-hide">&nbsp;{{i.age}}</span>
</div>
</div>
<div class="info">
<div class="infoitem">
<span class="label">{{lan.$t('xueshengmuyu')}}:</span>
<span class="one-line-hide">{{i.mtongue }}</span>
<span class="one-line-hide">&nbsp;{{i.mtongue }}</span>
</div>
<div class="infoitem">
<span class="label">{{lan.$t('xingqudian')}}:</span>
<span class="one-line-hide">{{i.interestStr}}</span>
<span class="one-line-hide">&nbsp;{{i.interestStr}}</span>
</div>
<div class="infoitem">
<span class="label">{{lan.$t("yuyandengji")}}:</span>
<span class="one-line-hide">asd</span>
</div>
<span class="one-line-hide">&nbsp;{{i.levelStr}}</span>
</div>
<div>{{lan.$t('canyupingtaishichang')}}<span class="time">{{i.longtime}}min</span></div>
<div>{{lan.$t('canyupingtaishichang')}}<span class="time">&nbsp;{{i.longtime}}min</span></div>
</div>
</div>
</div>