Merge branch 'hohoTT-dev' into dev
* hohoTT-dev: 后端比赛与比赛题目部分已修改完成 修改并完善比赛及其他部分的内容及测试 CodeMirror自动更改高度的问题 增加及修改account与announcement的测试 修改比赛的views及部分问题 后端修改比赛创建部分,同时在models中增加了几个字段 后端比赛和比赛题目的部分,还有要增加和修改的地方 修复一个点击错误 Conflicts: static/src/css/oj.css
This commit is contained in:
@@ -69,6 +69,22 @@ li.list-group-item {
|
||||
padding: 0 0;
|
||||
}
|
||||
|
||||
.ac-flag{
|
||||
.ac-flag {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.CodeMirror{
|
||||
min-height: 250px;
|
||||
_height:250px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.CodeMirror-scroll {
|
||||
overflow: auto;
|
||||
min-height: 250px;
|
||||
_height:250px;
|
||||
height: auto;
|
||||
position: relative;
|
||||
outline: none;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user