BUG 30788
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<AiAreaPicker v-model="areaId" :areaId="user.areaId" @select="areaSelect" :name.sync="areaName" selectRoot>
|
||||
<span class="label" v-if="areaName">{{ areaName }}</span>
|
||||
<span v-else>请选择</span>
|
||||
<u-icon name="arrow-right" color="#666" size="24" style="margin-left:4px;" />
|
||||
<u-icon name="arrow-right" color="#666" size="24" style="margin-left:4px;"/>
|
||||
</AiAreaPicker>
|
||||
</div>
|
||||
<u-search class="serach_content" placeholder="请输入标题" :show-action="false" v-model="keyword" @clear="clearSearch"
|
||||
@@ -207,10 +207,6 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
uni-page-body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
::v-deep .content {
|
||||
padding: 0 !important;
|
||||
}
|
||||
@@ -248,13 +244,10 @@ uni-page-body {
|
||||
}
|
||||
}
|
||||
|
||||
.iconfont-iconMore {
|
||||
// margin-top: 8px;
|
||||
}
|
||||
|
||||
.AppServicePublic {
|
||||
height: 100%;
|
||||
|
||||
|
||||
.header-top {
|
||||
display: flex;
|
||||
background: #fff;
|
||||
|
||||
Reference in New Issue
Block a user