27092
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
</u-form-item>
|
</u-form-item>
|
||||||
|
|
||||||
<u-form-item :label="status == 2 ? '办结意见':'办理意见'" prop="content" required :border-bottom="false" label-position="top" class="contents">
|
<u-form-item :label="status == 2 ? '办结意见':'办理意见'" prop="content" required :border-bottom="false" label-position="top" class="contents">
|
||||||
<u-input v-model="forms.content" :placeholder="status == 2 ? '请写下你的办理意见…' : '请写下你的办结意见...'" type="textarea" auto-height height="100" maxlength="500" />
|
<u-input v-model="forms.content" :placeholder="status == 2 ? '请写下你的办结意见…' : '请写下你的办理意见...'" type="textarea" auto-height height="100" maxlength="500" />
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
|
|
||||||
<div class="line"></div>
|
<div class="line"></div>
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
<div class="select-content">
|
<div class="select-content">
|
||||||
<div class="search-input" v-if="tabIndex">
|
<div class="search-input" v-if="tabIndex">
|
||||||
<img src="./img/search-icon.png" alt="">
|
<img src="./img/search-icon.png" alt="">
|
||||||
<u-input type="text" placeholder="请输入姓名" placeholder-style="color:#999;font-size:13px;" height="18" v-model="name" @confirm="getUserList" maxlength="18" />
|
<u-input type="text" placeholder="请输入姓名" placeholder-style="color:#999;font-size:13px;" height="18"
|
||||||
|
v-model="name" @confirm="getUserList" maxlength="20" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -272,6 +273,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.search-input{
|
.search-input{
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
background: #F5F5F5;
|
background: #F5F5F5;
|
||||||
@@ -288,8 +290,7 @@ export default {
|
|||||||
left: 24px;
|
left: 24px;
|
||||||
}
|
}
|
||||||
::v-deep .u-input{
|
::v-deep .u-input{
|
||||||
display: inline-block;
|
width: 100%;
|
||||||
width: 80%;
|
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user