|
@@ -52,7 +52,7 @@
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
</el-form>
|
|
|
- <div class="mx-auto max-w-3xl text-left text-orange-500 line-height-10">
|
|
|
+ <div class="ml-[150px] max-w-3xl text-left text-orange-500 line-height-10">
|
|
|
<p>提示:起和止分别代表编号数据的开始编号和结束编号</p>
|
|
|
<p>固定循环:起止以内的编号每个数据循环n次,如1-3:1、1、1..n个1/2、2、2..n个2/3、3、3..n个3</p>
|
|
|
<p>递增循环:起止以内的编号递增n次,如1-3:1、2、3/1、2、3/....n次循环1、2、3</p>
|