Skip to content

Commit 0cf5784

Browse files
committed
fix tag margin
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent eae9659 commit 0cf5784

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/lib/problemTag.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ export default {
6262
border: 1px solid;
6363
box-sizing: border-box;
6464
white-space: nowrap;
65-
margin: 3px;
65+
margin: 0px 3px;
6666
}
6767
</style>

src/components/problem/list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default {
8080
columns: [{
8181
name: 'score',
8282
label: 'Status',
83-
width: '120',
83+
width: '90',
8484
align: 'center',
8585
sortable: true
8686
}, {

src/sfconfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
api: {
3-
server: 'http://localhost:8000/api'
3+
server: 'http://172.32.1.144:8000/api'
44
},
55
markdown: {
66
gfm: true,

0 commit comments

Comments
 (0)