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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -16,37 +16,37 @@
<div class="info"> <div class="info">
<div class="infoitem"> <div class="infoitem">
<span class="label">{{lan.$t("xingming")}}:</span> <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>
<div class="infoitem"> <div class="infoitem">
<span class="label">{{lan.$t('suozaiguojia')}}:</span> <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>
<div class="infoitem"> <div class="infoitem">
<span class="label">{{lan.$t('nianling')}}:</span> <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> </div>
<div class="info"> <div class="info">
<div class="infoitem"> <div class="infoitem">
<span class="label">{{lan.$t('xueshengmuyu')}}:</span> <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>
<div class="infoitem"> <div class="infoitem">
<span class="label">{{lan.$t('xingqudian')}}:</span> <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>
<div class="infoitem"> <div class="infoitem">
<span class="label">{{lan.$t("yuyandengji")}}:</span> <span class="label">{{lan.$t("yuyandengji")}}:</span>
<span class="one-line-hide">asd</span> <span class="one-line-hide">&nbsp;{{i.levelStr}}</span>
</div> </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> </div>
</div> </div>