We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae9659 commit 0cf5784Copy full SHA for 0cf5784
src/components/lib/problemTag.vue
@@ -62,6 +62,6 @@ export default {
62
border: 1px solid;
63
box-sizing: border-box;
64
white-space: nowrap;
65
- margin: 3px;
+ margin: 0px 3px;
66
}
67
</style>
src/components/problem/list.vue
@@ -80,7 +80,7 @@ export default {
80
columns: [{
81
name: 'score',
82
label: 'Status',
83
- width: '120',
+ width: '90',
84
align: 'center',
85
sortable: true
86
}, {
src/sfconfig.js
@@ -1,6 +1,6 @@
1
export default {
2
api: {
3
- server: 'http://localhost:8000/api'
+ server: 'http://172.32.1.144:8000/api'
4
},
5
markdown: {
6
gfm: true,
0 commit comments