mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 04:19:36 +08:00
修改tab大小
修改tab大小
This commit is contained in:
parent
50c09303e8
commit
ea90944756
@ -148,7 +148,7 @@ export function repairRemindReadRq(data) {
|
|||||||
// 删除指定id消息
|
// 删除指定id消息
|
||||||
export function repairRemindRemoveRq(data) {
|
export function repairRemindRemoveRq(data) {
|
||||||
return request({
|
return request({
|
||||||
url: `/app/repairRemind/remove`,
|
url: `/app/repairRemind/batchRemove`,
|
||||||
method: "post",
|
method: "post",
|
||||||
data
|
data
|
||||||
});
|
});
|
||||||
|
@ -155,7 +155,7 @@ Page({
|
|||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
repairRemindRemoveRq({
|
repairRemindRemoveRq({
|
||||||
id:_idStr
|
ids:_idStr
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
// 重新加载列表
|
// 重新加载列表
|
||||||
_this.setData({
|
_this.setData({
|
||||||
|
@ -76,3 +76,7 @@
|
|||||||
.loadAllLine {
|
.loadAllLine {
|
||||||
margin-top: 80rpx;
|
margin-top: 80rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.van-tab {
|
||||||
|
font-size: var(--tab-font-size,16px) !important;
|
||||||
|
}
|
@ -4,7 +4,7 @@
|
|||||||
<van-dropdown-item value="{{ search.address }}" options="{{ search.opAddress }}" bind:change="addressChange" />
|
<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-item wx:if="{{ userData.dataType == 7 || userData.dataType == 9}}" value="{{ search.isShowAll }}" options="{{ search.opIsShowAll }}" bind:change="isShowAllChange" />
|
||||||
</van-dropdown-menu>
|
</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="全部">
|
<van-tab title="全部">
|
||||||
<view class="itemView" wx:for="{{allOrder.dataList}}" wx:for-item="item" wx:key="*this">
|
<view class="itemView" wx:for="{{allOrder.dataList}}" wx:for-item="item" wx:key="*this">
|
||||||
<!-- <view class="topTitle">{{item.repairName}}</view> -->
|
<!-- <view class="topTitle">{{item.repairName}}</view> -->
|
||||||
|
@ -106,3 +106,10 @@
|
|||||||
.loadAllLine {
|
.loadAllLine {
|
||||||
margin-top: 80rpx;
|
margin-top: 80rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-title {
|
||||||
|
font-size: 30rpx;
|
||||||
|
}
|
||||||
|
.van-tab {
|
||||||
|
font-size: var(--tab-font-size,16px) !important;
|
||||||
|
}
|
||||||
|
@ -155,7 +155,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.textarea {
|
.textarea {
|
||||||
height: 250rpx !important;
|
height: 150rpx !important;
|
||||||
/* border: 1px solid rgb(126, 126, 126, 0.2) !important; */
|
/* border: 1px solid rgb(126, 126, 126, 0.2) !important; */
|
||||||
padding: 10rpx !important;
|
padding: 10rpx !important;
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user