Commit bbc076c1 authored by yanglilong's avatar yanglilong

调整margin距离

parent e491b530
...@@ -49,13 +49,13 @@ ...@@ -49,13 +49,13 @@
<a-col :lg="6" :sm="12" class="none-label"> <a-col :lg="6" :sm="12" class="none-label">
<a-form-model-item label="button"> <a-form-model-item label="button">
<a-button type="primary" @click="handlerSearch"> <a-button type="primary" @click="handlerSearch">
<Icon name="ssisearch_active" :size="14" />查询 <Icon name="ssisearch_active" :size="12" />查询
</a-button> </a-button>
<a-button class="mar-left10" type="primary" @click="reset"> <a-button class="mar-left5" type="primary" @click="reset">
<Icon name="ssireset" :size="14" />重置 <Icon name="ssireset" :size="12" />重置
</a-button> </a-button>
<a-button class="mar-left10" type="primary" @click="addPreAuth"> <a-button class="mar-left5" type="primary" @click="addPreAuth">
<Icon name="ssiadd" :size="14" />新建预授权</a-button> <Icon name="ssiadd" :size="12" />新建预授权</a-button>
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
</a-row> </a-row>
...@@ -270,5 +270,7 @@ export default{ ...@@ -270,5 +270,7 @@ export default{
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.mar-left5{
margin-left: 5px;
}
</style> </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