fix:新增渠道样式修改
This commit is contained in:
@@ -62,6 +62,6 @@ const selectChannel = (val) => {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.ope{
|
||||
margin-left: 80px;
|
||||
margin-left: 90px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -117,7 +117,7 @@ onMounted(() => {
|
||||
margin-right: 15px;
|
||||
width: 16%;
|
||||
align-items: flex-start;
|
||||
border: 1px solid #f4f4f4;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 8px;
|
||||
.channel_list_intro{
|
||||
text-align: left;
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<span> + 添加触点</span>
|
||||
</a-button>
|
||||
<img src="../../../../assets/img/accurate/tip.png" alt="" style="width: 12px">
|
||||
<p style="color: #C9C9C9;font-size: 12px;margin-left: 5px">
|
||||
<p style="color: #bbb;font-size: 12px;margin-left: 5px">
|
||||
需将问卷分享给对应小程序运营负责人,确认投放后请及时联系对应负责人进行小程序端相关配置
|
||||
</p>
|
||||
</div>
|
||||
@@ -293,4 +293,8 @@ p {
|
||||
.custom-button.ant-btn-primary[disabled], .ant-btn.custom-button.ant-btn-primary[disabled] {
|
||||
border-color: transparent;
|
||||
}
|
||||
:deep(.ant-form-item-label > label){
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@@ -50,6 +50,12 @@
|
||||
v-model:value="contactInfo"
|
||||
style="width: 580px; border-radius: 4px"
|
||||
placeholder=""/>
|
||||
<div style="display: flex;align-items: center;margin-top: 10px;width: 580px;">
|
||||
<img src="../../../../assets/img/accurate/tip.png" alt="" style="width: 12px;height: 12px">
|
||||
<p style="color: #BBBBBB;font-size: 12px;margin-left: 5px">
|
||||
创建投放链接后需联系对应样本库对接人进行问卷投放相关配置
|
||||
</p>
|
||||
</div>
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
<div class="ope" v-if="!isHasLink">
|
||||
@@ -65,7 +71,7 @@
|
||||
<span>取消</span>
|
||||
</a-button>
|
||||
</div>
|
||||
<div v-if="isHasLink" style="margin-left: 68px">
|
||||
<div v-if="isHasLink" style="margin-left: 90px">
|
||||
<a-button class="custom-button mr-12" @click="back">
|
||||
<span>返回</span>
|
||||
</a-button>
|
||||
@@ -284,4 +290,7 @@ p {
|
||||
.custom-button.ant-btn-primary[disabled], .ant-btn.custom-button.ant-btn-primary[disabled] {
|
||||
border-color: transparent;
|
||||
}
|
||||
:deep(.ant-form-item-label > label){
|
||||
width: 90px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -218,4 +218,7 @@ p {
|
||||
.custom-button.ant-btn-primary[disabled], .ant-btn.custom-button.ant-btn-primary[disabled] {
|
||||
border-color: transparent;
|
||||
}
|
||||
:deep(.ant-form-item-label > label){
|
||||
width: 90px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user