增加题目列表页和部分 ajax js [CI SKIP]
This commit is contained in:
@@ -75,4 +75,14 @@ label {
|
||||
|
||||
#submit-code-button{
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
li.list-group-item {
|
||||
padding: 10px 15px;
|
||||
margin-bottom: -1px;
|
||||
border: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.panel>.list-group{
|
||||
padding: 0 0;
|
||||
}
|
||||
6
static/src/js/app/oj/problem/problem_list.js
Normal file
6
static/src/js/app/oj/problem/problem_list.js
Normal file
@@ -0,0 +1,6 @@
|
||||
require(["jquery", "avalon"], function($, avalon){
|
||||
var vm = avalon.define({
|
||||
$id: "problem_list",
|
||||
problem_list: []
|
||||
})
|
||||
});
|
||||
Reference in New Issue
Block a user