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 4f69fb6 commit 3b1bf1dCopy full SHA for 3b1bf1d
src/assets/css/basic.css
@@ -151,5 +151,5 @@ body {
151
}
152
153
* {
154
- border-radius: 0px !important;
+ border-radius: 0 !important;
155
src/components/problem/content.vue
@@ -78,14 +78,14 @@ export default {
78
data() {
79
return {
80
description: null,
81
- title: 'problem',
+ title: '-',
82
pid: this.$route.params.id,
83
allowHTML: false,
84
isWider: false,
85
enable: true,
86
hidden: false,
87
- time: 1000,
88
- memery: 128
+ time: '-',
+ memery: '-'
89
};
90
},
91
methods: {
0 commit comments