18 lines
270 B
Vue
18 lines
270 B
Vue
<template>
|
|
<view class="yg_search">
|
|
<u-search placeholder="搜索" :show-action="false" ></u-search>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
.yg_search {
|
|
padding: 10rpx;
|
|
background-color: #eb4450;
|
|
}
|
|
</style> |