|
|
@@ -1094,7 +1094,7 @@
|
|
|
</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="mt-2 text-right">
|
|
|
+ <div class="download-btn-container mt-2 text-right">
|
|
|
<el-button hc-btn type="primary" :loading="downLoadTemplateLoading" @click="downLoadTemplate">
|
|
|
<HcIcon name="download-2" />
|
|
|
导入模板
|
|
|
@@ -3096,4 +3096,8 @@ const uploadProgress = ref(false)
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
@import "../../styles/data-fill/division.scss";
|
|
|
+.download-btn-container {
|
|
|
+ overflow: hidden; /* 限制溢出,避免尺寸变化导致滚动 */
|
|
|
+ white-space: nowrap; /* 防止按钮内容换行导致高度变化 */
|
|
|
+}
|
|
|
</style>
|