Skip to content

Commit 3b1bf1d

Browse files
committed
fix format
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent 4f69fb6 commit 3b1bf1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/assets/css/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ body {
151151
}
152152

153153
* {
154-
border-radius: 0px !important;
154+
border-radius: 0 !important;
155155
}

src/components/problem/content.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ export default {
7878
data() {
7979
return {
8080
description: null,
81-
title: 'problem',
81+
title: '-',
8282
pid: this.$route.params.id,
8383
allowHTML: false,
8484
isWider: false,
8585
enable: true,
8686
hidden: false,
87-
time: 1000,
88-
memery: 128
87+
time: '-',
88+
memery: '-'
8989
};
9090
},
9191
methods: {

0 commit comments

Comments
 (0)