Skip to content

Commit 1fd73ff

Browse files
committed
run lint
Signed-off-by: zhangtianli2006 <zhangtianli2006@163.com>
1 parent a0432e6 commit 1fd73ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/user/content.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export default {
223223
}
224224
225225
#info {
226-
margin-left: 0px;
226+
margin-left: 0;
227227
margin-top: 20px;
228228
max-width: 100vw;
229229
}

src/components/user/edit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125
}
126126
127127
#tool-bar {
128-
margin-right: 0px;
128+
margin-right: 0;
129129
}
130130
131131
.edit-content {

0 commit comments

Comments
 (0)