From 68404100b734b63d1220bb3637d665676eeb32a3 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期一, 06 十一月 2023 16:01:53 +0800 Subject: [PATCH] feat: 工艺参数列表添加滚动加载 --- src/views/dashboard/components/CraftInfo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/dashboard/components/CraftInfo.vue b/src/views/dashboard/components/CraftInfo.vue index 3ebac61..6fd8472 100644 --- a/src/views/dashboard/components/CraftInfo.vue +++ b/src/views/dashboard/components/CraftInfo.vue @@ -13,7 +13,7 @@ </div> <div class="tip-current">褰撳墠浣跨敤</div> <div class="btn"> - <el-button type="primary" class="color_organge"> 鏇存柊宸ヨ壓</el-button> + <el-button type="primary"> 鏇存柊宸ヨ壓</el-button> </div> </div> </template> -- Gitblit v1.8.0