From 35a85b085df4c76c38c76dfda74aa4527cea0b5b Mon Sep 17 00:00:00 2001 From: chenyc <501753378@qq.com> Date: 星期五, 28 二月 2025 15:57:06 +0800 Subject: [PATCH] gx --- src/views/fun/printJs/index.vue | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 100 insertions(+), 3 deletions(-) diff --git a/src/views/fun/printJs/index.vue b/src/views/fun/printJs/index.vue index d3b6188..77100b9 100644 --- a/src/views/fun/printJs/index.vue +++ b/src/views/fun/printJs/index.vue @@ -7,12 +7,109 @@ :closable="false" class="mb15" ></el-alert> - <el-button @click="onPrintJs" size="default" type="primary"> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + <el-alert + title="感谢优秀的 `print-js`,项目地址:https://github.com/crabbly/Print.js。请在打印弹窗 `更多设置` 中开启 `背景图形。`" + type="success" + :closable="false" + class="mb15" + ></el-alert> + + </el-card> + </div> + <el-button @click="onPrintJs" size="default" type="primary"> <SvgIcon name="iconfont icon-dayin" /> 点击打印演示 </el-button> - </el-card> - </div> </template> <script setup lang="ts" name="funPrintJs"> -- Gitblit v1.8.0