|
|
@@ -12,8 +12,8 @@
|
|
|
#end
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="close">取消</el-button>
|
|
|
- <el-button type="primary" @click="submit">确定</el-button>
|
|
|
+ <el-button @click="close" round>取消</el-button>
|
|
|
+ <el-button type="primary" @click="submit" round>确定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
</template>
|