语言
This commit is contained in:
parent
8b8300563c
commit
daf048906c
@ -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",
|
||||
|
@ -406,7 +406,7 @@ export default defineComponent({
|
||||
}
|
||||
.topbtn {
|
||||
// width: 89px;
|
||||
height: 17px;
|
||||
min-height: 17px;
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
line-height: 17px;
|
||||
|
@ -260,7 +260,7 @@ export default defineComponent({
|
||||
}
|
||||
.topbtn {
|
||||
// width: 89px;
|
||||
height: 17px;
|
||||
min-height: 17px;
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
line-height: 17px;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -410,7 +410,7 @@ export default defineComponent({
|
||||
}
|
||||
.topbtn {
|
||||
width: 57px;
|
||||
height: 18px;
|
||||
min-height: 18px;
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
line-height: 18px;
|
||||
|
@ -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"> {{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"> {{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"> {{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"> {{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"> {{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"> {{i.levelStr}}</span>
|
||||
</div>
|
||||
|
||||
<div>{{lan.$t('canyupingtaishichang')}}:<span class="time">{{i.longtime}}min</span></div>
|
||||
<div>{{lan.$t('canyupingtaishichang')}}:<span class="time"> {{i.longtime}}min</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user