Commit 1b880d70 by caoyanzhi

调整更新频率说明文案的样式

parent c5c4b25b
......@@ -86,7 +86,7 @@
<span class="textarea-txt">{{ tagConfig.textarea.length }}/200</span>
</div>
<div class="form-item" v-show="tagConfig.isRealTime == 0" :class="{ 'margin-60': marginSixty }">
<label for="">更新频率</label>
<label for="">更新频率<span class="desc-labeltxt">(更新时间预计选择日期的凌晨0点至6点)</span></label>
<el-select class="w-200" v-model="tagConfig.updateType" placeholder="请选择">
<el-option v-for="(item, index) in rateData" :key="item.label" :label="item.label" :value="index + 1"></el-option>
</el-select>
......@@ -94,7 +94,6 @@
<el-option v-for="(item, index) in rateData[tagConfig.updateType ? tagConfig.updateType - 1 : 0].options" :key="item" :label="item" :value="index + 1"></el-option>
</el-select>
</div>
<p class="refresh-txt" v-show="tagConfig.isRealTime == 0" :class="{ 'margin-60': marginSixty }">更新频率(更新时间预计选择日期的凌晨0点至6点)</p>
</div>
<div class="fixed-btn">
<el-button type="primary" @click="createNewGroup">创建会员分组</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment