Commit 412b694b by doszhang

dos

parent d4058e4d
...@@ -177,4 +177,5 @@ input::-webkit-input-placeholder { ...@@ -177,4 +177,5 @@ input::-webkit-input-placeholder {
font-size: 1.4rem; font-size: 1.4rem;
color: #222222; color: #222222;
padding-left: 1rem; padding-left: 1rem;
height: auto;
} }
\ No newline at end of file
...@@ -119,7 +119,7 @@ function showPersonalPage() { ...@@ -119,7 +119,7 @@ function showPersonalPage() {
function createList(flag,no) { function createList(flag,no) {
let item = listTemplate.clone(); let item = listTemplate.clone();
item.find('.flag-no').text(no); item.find('.flag-no').text(no);
item.find('.flag-text').text(flag); item.find('.flag-text').append(flag);
$('.personal-page .flag-list').append(item); $('.personal-page .flag-list').append(item);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment