Skip to content

Commit

Permalink
fix: lineheight
Browse files Browse the repository at this point in the history
  • Loading branch information
quhaiyue committed Jun 28, 2024
1 parent c5233d6 commit a0e9e5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</el-form-item>
</div>
<el-form-item>
<p :style="{color: '#999', lineHeight: 1}">节点和数据由山东大学网安研究团队提供</p>
<p :style="{color: '#999', lineHeight: 1, marginBottom: '10px'}">节点和数据由山东大学网安研究团队提供</p>
</el-form-item>
<el-form-item label="查询内容" prop="pirParam">
<el-input v-model="form.mobile" placeholder="请输入手机号" class="mb10" @blur="() => form.password && (form.pirParam = `${form.mobile}:${form.password}`)" />
Expand Down

0 comments on commit a0e9e5c

Please sign in to comment.