Browse Source

fix: change studentScore enter

DESKTOP-USV654P\pc 1 month ago
parent
commit
7d15b6261e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Makefile
  2. 1 1
      src/components/Designer/src/components/ComponentGroup.vue

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@
 
 # 记录开始时间
 START_TIME := $(shell powershell -NoProfile -Command "Get-Date -UFormat %%s")
-V_TAG := v2.5.0
+V_TAG := v2.5.1
 
 checkDev:
 	git checkout dev

+ 1 - 1
src/components/Designer/src/components/ComponentGroup.vue

@@ -12,7 +12,7 @@
     <template #item="{ element }">
       <li
         v-if="fields.includes(element.type)"
-        class="form-edit-widget-label cg-list"
+        class="cg-list"
         :class="{ 'no-put': element.type === 'divider' }"
         @click="handleClick(element)"
       >