From fc02f690bfea99d3f41f2a690063cff71577915b Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 16 十月 2024 18:03:03 +0800 Subject: [PATCH] 农大社 --- src/components/paint/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/paint/index.vue b/src/components/paint/index.vue index a073674..11f9075 100644 --- a/src/components/paint/index.vue +++ b/src/components/paint/index.vue @@ -1,6 +1,6 @@ <template> <div class="paint"> - <canvas width="400" height="600" id="canvas"></canvas> + <canvas width="600" height="800" id="canvas"></canvas> <!-- 鎿嶄綔鎸夐挳 --> <ul class="paint-btn"> <li class="btn-box"> @@ -22,7 +22,7 @@ <option v-for="(item, index) in modelList" :value="item.value" - ::key="index" + :key="index" > {{ item.name }} </option> -- Gitblit v1.9.1