mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
Merge pull request #174 from AshenOneOrz/dev-ashen
refactor(querylist): 使用组件库的间隔组件包裹按钮组
This commit is contained in:
commit
a2e5370ae8
@ -26,6 +26,9 @@ export default {
|
|||||||
.copyright{
|
.copyright{
|
||||||
color: @text-color-second;
|
color: @text-color-second;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
i {
|
||||||
|
margin: 0 6px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.links{
|
.links{
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
</a-form>
|
</a-form>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="operator">
|
<a-space class="operator">
|
||||||
<a-button @click="addNew" type="primary">新建</a-button>
|
<a-button @click="addNew" type="primary">新建</a-button>
|
||||||
<a-button >批量操作</a-button>
|
<a-button >批量操作</a-button>
|
||||||
<a-dropdown>
|
<a-dropdown>
|
||||||
@ -91,7 +91,7 @@
|
|||||||
更多操作 <a-icon type="down" />
|
更多操作 <a-icon type="down" />
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-dropdown>
|
</a-dropdown>
|
||||||
</div>
|
</a-space>
|
||||||
<standard-table
|
<standard-table
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:dataSource="dataSource"
|
:dataSource="dataSource"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user