Commit 8760cb1c by caoyanzhi

添加分组有效期说明

parent 3b5cd90c
......@@ -84,7 +84,12 @@
<span class="groupName-txt">{{ tagConfig.groupName.length }}/10</span>
</div>
<div class="form-item" :class="{ 'margin-60': marginSixty }">
<label for="">分组有效期</label>
<label for="">
分组有效期
<el-tooltip content="分组有效期需早于所用标签的最早有效期,且最长不超过365天">
<i class="form-tip-icon">i</i>
</el-tooltip>
</label>
<el-date-picker v-model="tagConfig.date" :picker-options="pickerOptions" type="date" placeholder="选择日期"> </el-date-picker>
</div>
<div class="form-item" :class="{ 'margin-60': marginSixty }">
......@@ -708,10 +713,24 @@ export default {
margin-bottom: 20px;
color: #606266;
label {
display: block;
display: flex;
margin-bottom: 10px;
align-items: center;
font-size: 14px;
}
.form-tip-icon {
margin-left: 5px;
display: flex;
justify-content: center;
align-items: center;
width: 14px;
height: 14px;
font-size: 12px;
color: #909399;
border: 1px solid #909399;
border-radius: 14px;
cursor: pointer;
}
}
.refresh-txt {
color: #606266;
......
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