refactor(querylist): 使用组件库的间隔组件包裹按钮组
This commit is contained in:
parent
b0fc3a943e
commit
d2b2631fb1
|
|
@ -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…
Reference in New Issue