Skip to content

Commit 2461069

Browse files
committed
各组件代码lint
1 parent ae27266 commit 2461069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/GraphEditorEle/ContextMenu/MenuItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<command :name="command">
33
<div class="item">
4-
<icon :type="iconType"/>
4+
<icon :type="iconType" />
55
<span>{{ label }}</span>
66
</div>
77
</command>

src/views/Login2.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="login-wrapper" :style="'background-image:url('+ Background +')'">
33
<div class="form-box clear-fix">
4-
<div class="form-box-left"></div>
4+
<div class="form-box-left" />
55
<div class="form-box-right">
66
<div class="form-title">
77
<p>5G消息运营管理系统</p>

0 commit comments

Comments
 (0)