|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <view>
|
|
|
+ <view class="modal-box">
|
|
|
<view class="searchBox">
|
|
|
<view class="searchBox_l"><u-search placeholder="请输入产品编码/产品名称" v-model="keyword" bg-color="#fff" :action-style="searchStyle"></u-search></view>
|
|
|
<view class="searchBox_r" @click="sortShow = true">
|
|
@@ -172,10 +172,10 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
-page {
|
|
|
+.modal-box {
|
|
|
background: #ffffff;
|
|
|
padding: 20rpx;
|
|
|
- display: inherit !important;
|
|
|
+ width: 100%;
|
|
|
.searchBox {
|
|
|
width: 100%;
|
|
|
display: flex;
|