fix: 统一优化统计分析界面,图标样式等!
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
>
|
||||
</u-navbar>
|
||||
|
||||
<u-sticky offsetTop="-10rpx" customNavHeight="0rpx">
|
||||
<u-sticky offsetTop="0rpx" customNavHeight="0rpx">
|
||||
|
||||
<view class="search-view">
|
||||
<u-input v-model="queryParams.name" border="false" disabled ="false" type="select" v-show="true" class="search-input">
|
||||
</u-input>
|
||||
@@ -215,6 +216,10 @@ function handleUpdateInterest() {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
.search-view {
|
||||
padding: 12rpx 32rpx;
|
||||
background-color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user