@@ -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
@@ -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)"
>