This commit is contained in:
shijingjing
2022-09-05 17:30:00 +08:00
parent 6c9d008a39
commit 772fbf27b3
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<div><span class="color_red">*</span><span class="title">发送范围</span></div>
<div @click="toSleectScoped">
<span>
<span v-if="!form.sendScope">请选择</span>
<span class="color_gray" v-if="!form.sendScope">请选择</span>
<span v-if="form.sendScope">已选择</span>
<u-icon name="arrow-right" color="#CCD0D3"></u-icon>
</span>

View File

@@ -152,7 +152,7 @@ export default {
color: #333333;
font-size: 28px;
background: #F3F4F7;
border-radius: 8px;
border-radius: 4px;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden;