Skip to content

Commit 35f8a3d

Browse files
committed
format
1 parent dfb8a6c commit 35f8a3d

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

src/components/lib/tag.vue

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ export default {
5252

5353
<style scoped>
5454
.seg-tag {
55-
display: inline-block;
56-
height: 32px;
57-
padding: 0 10px;
58-
line-height: 30px;
59-
font-size: 12px;
60-
font-weight: 500;
61-
border-width: 1px;
62-
border-style: solid;
63-
box-sizing: border-box;
64-
white-space: nowrap;
65-
margin: 3px;
55+
display: inline-block;
56+
height: 32px;
57+
padding: 0 10px;
58+
line-height: 30px;
59+
font-size: 12px;
60+
font-weight: 500;
61+
border-width: 1px;
62+
border-style: solid;
63+
box-sizing: border-box;
64+
white-space: nowrap;
65+
margin: 3px;
6666
}
6767
</style>

src/components/problem/content.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,13 @@ export default {
238238
border: 1px solid #e4e7ed;
239239
}
240240
241-
#full-screen-button, #tag-button {
241+
#full-screen-button,
242+
#tag-button {
242243
float: right;
243244
}
244245
245-
#full-screen-button:hover, #tag-button:hover {
246+
#full-screen-button:hover,
247+
#tag-button:hover {
246248
cursor: pointer;
247249
}
248250

0 commit comments

Comments
 (0)