[update] 调整按钮icon

This commit is contained in:
danshihao
2024-04-19 12:20:49 +08:00
parent 290fd7c9c4
commit 03821681ce
10 changed files with 34 additions and 17 deletions
+6 -3
View File
@@ -104,10 +104,12 @@
</a-form-item>
</div>
<div class="flex-center">
<a-button type="primary" icon="reload" ghost @click="handleResetForm(deviceForm)" style="margin-right: 0.16rem;flex: 1;">
<a-button type="primary" ghost @click="handleResetForm(deviceForm)" style="margin-right: 0.16rem;flex: 1;">
<span class="action-kh-device actionreload btn-icon"></span>
<span class="btn-text">重置</span>
</a-button>
<a-button type="primary" icon="plus" @click="handleAddDevice" style="flex: 1;">
<a-button type="primary" @click="handleAddDevice" style="flex: 1;">
<span class="action-kh-device actionadd btn-icon"></span>
<span class="btn-text">添加</span>
</a-button>
</div>
@@ -152,7 +154,8 @@
</a-form-item>
</div>
<div class="flex-center">
<a-button type="primary" icon="plus" style="flex: 1;" @click="handleAddWellhead">
<a-button type="primary" style="flex: 1;" @click="handleAddWellhead">
<span class="action-kh-device actionadd btn-icon"></span>
<span class="btn-text">添加</span>
</a-button>
</div>
@@ -128,7 +128,8 @@
<span class="action-kh-device actionreload btn-icon"></span>
<span class="btn-text">重置</span>
</a-button>
<a-button type="primary" icon="plus" @click="handleAddDevice">
<a-button type="primary" @click="handleAddDevice">
<span class="action-kh-device actionadd btn-icon"></span>
<span class="btn-text">添加</span>
</a-button>
</div>
@@ -165,7 +166,8 @@
</a-form-item>
</div>
<div class="flex-center">
<a-button type="primary" icon="plus" @click="handleAddWellhead">
<a-button type="primary" @click="handleAddWellhead">
<span class="action-kh-device actionadd btn-icon"></span>
<span class="btn-text">添加</span>
</a-button>
</div>
@@ -129,7 +129,8 @@
</a-col>
</a-row>
<div class="flex-center">
<a-button type="primary" icon="plus" @click="handleAddUser">
<a-button type="primary" @click="handleAddUser">
<span class="action-kh-device actionadd btn-icon"></span>
<span class="btn-text">添加</span>
</a-button>
</div>