Commit b716400c by liuchenxi

update: 文案样式

parent 54f25f90
......@@ -25,7 +25,7 @@
<el-radio :label="0">多通道</el-radio>
<span class="channels">{{ channelSortRes }}</span>
<span class="tip">商户选择多通道后,系统会优先使用高优先级的通道进行发送,若短信提交失败,则换用低优先级的通…</span>
<el-button type="text" style="color: #606266;margin-left:4px" @click="dialogVisible = true">查看更多</el-button>
<el-button type="text" style="margin-left:4px" @click="dialogVisible = true">查看更多</el-button>
</p>
<el-radio :label="1">
指定通道
......@@ -43,7 +43,7 @@
<el-button type="primary" style="margin-top: 30px" @click="submit">保存</el-button>
</el-form-item>
</el-form>
<more-tip-dialog title="提示详情" :type="!form.smsSignId" :visible.sync="dialogVisible"/>
<more-tip-dialog title="提示详情" :type="form.smsSignId" :visible.sync="dialogVisible"/>
</div>
</template>
......
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