fix: 统一优化统计分析界面,图标样式等!

This commit is contained in:
tianyongbao
2025-11-20 14:50:16 +08:00
parent 1ad3ce0a25
commit 73a5a75f30
56 changed files with 2228 additions and 1853 deletions

View File

@@ -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;

View File

@@ -1,6 +1,7 @@
<template>
<view class="container">
<u-sticky offsetTop="-10rpx" customNavHeight="0rpx">
<u-sticky offsetTop="0rpx" customNavHeight="0rpx">
<view class="sticky-container">
<view class="search-view">
<u-input v-model="queryParams.onlineLendName" border="false" type="select" @click="handleOnlineLend" placeholder="请选择信用卡" suffixIcon="search"
@@ -276,6 +277,10 @@ function selectStatus(value) {
</script>
<style lang="scss" scoped>
page {
height: 100%;
overflow: auto;
}
.btnAdd {
width: 146rpx;
height: 56rpx;