Skip to content

Commit 69d3dfc

Browse files
committed
run lint
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent 8ea1f28 commit 69d3dfc

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

src/assets/css/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ h3::before {
200200
max-width: 100vw;
201201
width: 827px;
202202
text-align: center;
203-
bottom: 0px;
203+
bottom: 0;
204204
position: fixed;
205205
}
206206

src/components/lib/AjaxTable.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,3 @@ export default {
120120
},
121121
};
122122
</script>
123-
124-
<style scoped>
125-
.pagination {
126-
}
127-
</style>

src/components/problem/list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<el-row :gutter="20" style="margin-bottom: 30px">
3+
<el-row :gutter="20" style="margin-bottom: 30px;">
44
<el-col :span="18">
55
<el-card v-if="alive">
66
<AjaxTable

0 commit comments

Comments
 (0)