修改tab大小

修改tab大小
This commit is contained in:
unknown 2024-08-29 10:13:53 +08:00
parent 50c09303e8
commit ea90944756
6 changed files with 16 additions and 5 deletions

View File

@ -148,7 +148,7 @@ export function repairRemindReadRq(data) {
// 删除指定id消息
export function repairRemindRemoveRq(data) {
return request({
url: `/app/repairRemind/remove`,
url: `/app/repairRemind/batchRemove`,
method: "post",
data
});

View File

@ -155,7 +155,7 @@ Page({
})
.then(() => {
repairRemindRemoveRq({
id:_idStr
ids:_idStr
}).then(res => {
// 重新加载列表
_this.setData({

View File

@ -76,3 +76,7 @@
.loadAllLine {
margin-top: 80rpx;
}
.van-tab {
font-size: var(--tab-font-size,16px) !important;
}

View File

@ -4,7 +4,7 @@
<van-dropdown-item value="{{ search.address }}" options="{{ search.opAddress }}" bind:change="addressChange" />
<van-dropdown-item wx:if="{{ userData.dataType == 7 || userData.dataType == 9}}" value="{{ search.isShowAll }}" options="{{ search.opIsShowAll }}" bind:change="isShowAllChange" />
</van-dropdown-menu>
<van-tabs bind:click="tabClickSwitch" color="#4e96f8" border animated title-active-color="black" title-inactive-color="gray">
<van-tabs bind:click="tabClickSwitch" color="#4e96f8" border animated title-active-color="black" title-inactive-color="gray" sticky>
<van-tab title="全部">
<view class="itemView" wx:for="{{allOrder.dataList}}" wx:for-item="item" wx:key="*this">
<!-- <view class="topTitle">{{item.repairName}}</view> -->

View File

@ -106,3 +106,10 @@
.loadAllLine {
margin-top: 80rpx;
}
.tab-title {
font-size: 30rpx;
}
.van-tab {
font-size: var(--tab-font-size,16px) !important;
}

View File

@ -155,7 +155,7 @@
}
.textarea {
height: 250rpx !important;
height: 150rpx !important;
/* border: 1px solid rgb(126, 126, 126, 0.2) !important; */
padding: 10rpx !important;
font-size: 34rpx;