fix: 统一优化统计分析界面,图标样式等!
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="container">
|
||||
<u-sticky offsetTop="-10rpx" customNavHeight="0rpx">
|
||||
<u-sticky offsetTop="0rpx" customNavHeight="0rpx">
|
||||
<view class="search-view">
|
||||
<u--input v-model="queryParams.name" border="false" placeholder="请输入账户名称" class="search-input"
|
||||
@blur="searchBlur" suffixIcon="search" suffixIconStyle="color: #909399">
|
||||
@@ -282,8 +282,8 @@ function selectStatus(item) {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
// height: 100%;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.search-view {
|
||||
|
||||
Reference in New Issue
Block a user