修复部分公会样式问题
This commit is contained in:
@@ -27,6 +27,14 @@ body {
|
||||
top: 0rem;
|
||||
}
|
||||
|
||||
.back b {
|
||||
width: 75%;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.header {
|
||||
width: 10rem;
|
||||
height: 8.98667rem;
|
||||
|
@@ -29,6 +29,15 @@ body {
|
||||
left: px2rem(18);
|
||||
top: px2rem(0);
|
||||
}
|
||||
|
||||
b {
|
||||
width: 75%;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
|
@@ -62,7 +62,7 @@ function translateFun() {
|
||||
var langReplace = window.lang.replace;
|
||||
var localLang = window.lang;
|
||||
$('.text1').text(langReplace(localLang.demoModule.text1));
|
||||
$('.text2').text(langReplace(localLang.demoModule.text2));
|
||||
// $('.text2').text(langReplace(localLang.demoModule.text2));
|
||||
$('.text3').text(langReplace(localLang.demoModule.text3));
|
||||
$('.text4').text(langReplace(localLang.demoModule.text4));
|
||||
$('.text5').text(langReplace(localLang.demoModule.text5));
|
||||
@@ -112,6 +112,7 @@ function get() {
|
||||
// 判断身份
|
||||
roleTypes = res.data.roleType;
|
||||
guildFun(roleTypes);
|
||||
$('.text2').text(res.data.name)
|
||||
// 渲染基本信息
|
||||
$('.header .tx').attr('src', res.data.me.avatar);
|
||||
$('.header .nick').text(res.data.me.nick);
|
||||
|
@@ -14,7 +14,7 @@ langEn = {
|
||||
text9: `Delete`,
|
||||
text10: `Confirm`,
|
||||
text11: 'Guild Name:',
|
||||
text12: `Agent`,
|
||||
text12: `Chair`,
|
||||
text13: `Admin`,
|
||||
text14: `Delete`,
|
||||
text15: `Apply to join?`,
|
||||
@@ -38,7 +38,7 @@ langEn = {
|
||||
text5: `Remove admin?`,
|
||||
text6: `Delete`,
|
||||
text7: `Confirm`,
|
||||
text8: `Agent`,
|
||||
text8: `Chair`,
|
||||
text9: `Admin`,
|
||||
text10: `Delete`,
|
||||
text11: 'Removed',
|
||||
|
@@ -16,7 +16,7 @@ langZh = {
|
||||
text9: `刪除`,
|
||||
text10: `確認`,
|
||||
text11: '公會名稱:',
|
||||
text12: `代理`,
|
||||
text12: `會長`,
|
||||
text13: `管理員`,
|
||||
text14: `刪除`,
|
||||
text15: `您確定要繼續加入公會嗎?`,
|
||||
@@ -40,7 +40,7 @@ langZh = {
|
||||
text5: `您確定要將此人從公會管理員中移除嗎?`,
|
||||
text6: `刪除`,
|
||||
text7: `確認`,
|
||||
text8: `代理`,
|
||||
text8: `會長`,
|
||||
text9: `管理員`,
|
||||
text10: `刪除`,
|
||||
text11: '移除成功',
|
||||
|
Reference in New Issue
Block a user