Skip to content

Commit

Permalink
优化可读性
Browse files Browse the repository at this point in the history
进度-->99%
  • Loading branch information
huanghaozi committed Jan 3, 2019
1 parent 12f7931 commit 1321cb0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<script src="/static/zui.min.js"></script>
<script src="/static/zui.datagrid.min.js"></script>
<script src="/static/zui.tabs.js"></script>
<script src="/static/gaoliang.js"></script>
<div class="container-fluid">
<div class="row">
<div class="col-md-12" id="navig">
Expand Down Expand Up @@ -338,9 +339,9 @@
" <div class=\"card-heading\"><font color=\"#145CCD\"><strong>" + n.name + "</strong></font></div>" +
" <div class=\"card-content text-muted\">" +
n.sex +
"<br>" +
"<br><font color=\"#9b59b6\">" +
"学号: " + n.studentid +
"<br>" +
"</font><br>" +
"生日: " + n.birthday +
"<br>" +
"籍贯: " + n.native +
Expand All @@ -352,7 +353,7 @@
$("#stuCard").empty();
$("#stuCard").append(str);
});
};
}
jsongetstuinfor();
</script>
</body>
Expand Down

0 comments on commit 1321cb0

Please sign in to comment.