Commit bbc076c1 authored by yanglilong's avatar yanglilong

调整margin距离

parent e491b530
......@@ -49,13 +49,13 @@
<a-col :lg="6" :sm="12" class="none-label">
<a-form-model-item label="button">
<a-button type="primary" @click="handlerSearch">
<Icon name="ssisearch_active" :size="14" />查询
<Icon name="ssisearch_active" :size="12" />查询
</a-button>
<a-button class="mar-left10" type="primary" @click="reset">
<Icon name="ssireset" :size="14" />重置
<a-button class="mar-left5" type="primary" @click="reset">
<Icon name="ssireset" :size="12" />重置
</a-button>
<a-button class="mar-left10" type="primary" @click="addPreAuth">
<Icon name="ssiadd" :size="14" />新建预授权</a-button>
<a-button class="mar-left5" type="primary" @click="addPreAuth">
<Icon name="ssiadd" :size="12" />新建预授权</a-button>
</a-form-model-item>
</a-col>
</a-row>
......@@ -270,5 +270,7 @@ export default{
</script>
<style lang="less" scoped>
.mar-left5{
margin-left: 5px;
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment