css
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user