From ef9f19192df89a5ec2dea8425d0fac0fd7eff6e6 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Mon, 17 Mar 2025 16:25:50 +0800
Subject: [PATCH] 接口对接
---
src/views/templateManage/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/templateManage/index.vue b/src/views/templateManage/index.vue
index b2f4f6b..005cea7 100644
--- a/src/views/templateManage/index.vue
+++ b/src/views/templateManage/index.vue
@@ -1,10 +1,12 @@
<template>
<div class="app-container">
- <div style="display: flex;justify-content: space-between;margin-bottom: 20px">
+ <div style="display: flex;justify-content: space-between;margin-bottom: 10px">
<el-form :inline="true" style="display: flex;align-items: center;flex-wrap: wrap;" >
<el-form-item>
<el-button
type="primary"
+ plain
+ icon="Plus"
@click="addProject('add',{})"
>
新增模板
--
Gitblit v1.9.2