Skip to content

Commit e24bff5

Browse files
committed
fixed: lint
1 parent ab816d1 commit e24bff5

File tree

4 files changed

+25
-24
lines changed

4 files changed

+25
-24
lines changed

src/views/list/PermissionList.vue

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,17 @@
1818
</a-form-item>
1919
</a-col>
2020
<a-col :md="8" :sm="24">
21-
<span class="table-page-search-submitButtons">
22-
<a-button type="primary">查询</a-button>
23-
<a-button style="margin-left: 8px">重置</a-button>
24-
</span>
21+
<span class="table-page-search-submitButtons">
22+
<a-button type="primary">查询</a-button>
23+
<a-button style="margin-left: 8px">重置</a-button>
24+
</span>
2525
</a-col>
2626
</a-row>
2727
</a-form>
2828
</div>
2929

3030
<s-table :columns="columns" :data="loadData">
31+
3132
<span slot="actions" slot-scope="text, record">
3233
<a-tag v-for="(action, index) in record.actionList" :key="index">{{ action.describe }}</a-tag>
3334
</span>

src/views/list/RoleList.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
</a-form-item>
1919
</a-col>
2020
<a-col :md="8" :sm="24">
21-
<span class="table-page-search-submitButtons">
22-
<a-button type="primary">查询</a-button>
23-
<a-button style="margin-left: 8px">重置</a-button>
24-
</span>
21+
<span class="table-page-search-submitButtons">
22+
<a-button type="primary">查询</a-button>
23+
<a-button style="margin-left: 8px">重置</a-button>
24+
</span>
2525
</a-col>
2626
</a-row>
2727
</a-form>

src/views/list/TableInnerEditList.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
</a-col>
4949
</template>
5050
<a-col :md="!advanced && 8 || 24" :sm="24">
51-
<span class="table-page-search-submitButtons" :style="advanced && { float: 'right', overflow: 'hidden' } || {} ">
52-
<a-button type="primary">查询</a-button>
53-
<a-button style="margin-left: 8px">重置</a-button>
54-
<a @click="toggleAdvanced" style="margin-left: 8px">
55-
{{ advanced ? '收起' : '展开' }}
56-
<a-icon :type="advanced ? 'up' : 'down'"/>
57-
</a>
58-
</span>
51+
<span class="table-page-search-submitButtons" :style="advanced && { float: 'right', overflow: 'hidden' } || {} ">
52+
<a-button type="primary">查询</a-button>
53+
<a-button style="margin-left: 8px">重置</a-button>
54+
<a @click="toggleAdvanced" style="margin-left: 8px">
55+
{{ advanced ? '收起' : '展开' }}
56+
<a-icon :type="advanced ? 'up' : 'down'"/>
57+
</a>
58+
</span>
5959
</a-col>
6060
</a-row>
6161
</a-form>

src/views/list/TableList.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
</a-col>
4949
</template>
5050
<a-col :md="!advanced && 8 || 24" :sm="24">
51-
<span class="table-page-search-submitButtons" :style="advanced && { float: 'right', overflow: 'hidden' } || {} ">
52-
<a-button type="primary">查询</a-button>
53-
<a-button style="margin-left: 8px">重置</a-button>
54-
<a @click="toggleAdvanced" style="margin-left: 8px">
55-
{{ advanced ? '收起' : '展开' }}
56-
<a-icon :type="advanced ? 'up' : 'down'"/>
57-
</a>
58-
</span>
51+
<span class="table-page-search-submitButtons" :style="advanced && { float: 'right', overflow: 'hidden' } || {} ">
52+
<a-button type="primary">查询</a-button>
53+
<a-button style="margin-left: 8px">重置</a-button>
54+
<a @click="toggleAdvanced" style="margin-left: 8px">
55+
{{ advanced ? '收起' : '展开' }}
56+
<a-icon :type="advanced ? 'up' : 'down'"/>
57+
</a>
58+
</span>
5959
</a-col>
6060
</a-row>
6161
</a-form>

0 commit comments

Comments
 (0)