Skip to content

Commit e5c3349

Browse files
authored
Merge pull request #1106 from AlisProject/upd_optimize
Fix design.
2 parents 40a2ab4 + 9d60c8c commit e5c3349

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/components/organisms/ArticleRegistrationFooter.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ export default {
141141
display: inline-block;
142142
font-size: 14px;
143143
width: 105px;
144-
outline: solid 1px;
144+
border: 1px solid;
145145
height: 34px;
146+
line-height: 34px;
146147
&:hover,
147148
&:focus {
148149
background: #0086cc;
@@ -155,7 +156,7 @@ export default {
155156
font-weight: bold;
156157
height: 34px;
157158
line-height: 34px;
158-
width: 160px;
159+
width: 170px;
159160
background-color: #ffffff;
160161
color: #000000;
161162
margin-left: 10px;

0 commit comments

Comments
 (0)