Commit 25065381 authored by lei's avatar lei

修改隐患列表名称

parent a57bce8d
......@@ -64,13 +64,13 @@ window.onload = function () {
className: 'yinhuan',
title: '隐患审核',
remark: '',
navTo: 'yh-check',
navTo: 'yh_check',
},
{
className: 'yinhuan',
title: '隐患整改',
remark: '',
navTo: 'yh-check',
navTo: 'yh_check',
},
{
className: 'shangjia',
......
......@@ -47,7 +47,7 @@ window.addEventListener('load', function () {
// if (res.code == 200) {
// this.userData = res.data
// }
// })
// })
vant.Toast.loading({
message: '正在加载...',
forbidClick: true,
......
html,
body {
background: #F5F6FA;
/* background: #fff; */
background: #f5f6fa;
/* background: #fff; */
}
.wrapper {
/* padding: 0.2rem; */
/* padding: 0.2rem; */
}
/* 条件查询样式 */
.header {
background-color: #fff;
background-color: #fff;
}
.header .van-search__label {
background-color: #fff;
padding-right: .24rem;
background-color: #fff;
padding-right: 0.24rem;
}
.header .van-search__content {
padding-left: 0;
padding-left: 0;
}
.header .van-search__content .van-cell {
padding-left: 0.24rem;
padding-left: 0.24rem;
}
.van-tabs__nav {
padding-right: .2rem;
padding-right: 0.2rem;
}
.list-item {
margin-bottom: .2rem;
margin-bottom: 0.2rem;
}
.tag {
display: inline-block;
width: 0.9rem;
height: 0.42rem;
line-height: 0.42rem;
text-align: center;
background: #00B55E;
border-radius: 21px;
font-weight: 500;
font-size: 0.28rem;
color: #FFFFFF;
display: inline-block;
width: 0.9rem;
height: 0.42rem;
line-height: 0.42rem;
text-align: center;
background: #00b55e;
border-radius: 21px;
font-weight: 500;
font-size: 0.28rem;
color: #ffffff;
}
.van-tab {
color: #000;
color: #000;
}
/* 添加以下样式 */
.van-tabs__line {
background-color: #1989fa;
background-color: #1989fa;
}
.blue-text {
color: #1989fa;
font-weight: 500;
color: #1989fa;
font-weight: 500;
}
.van-list {
/* background: #fff; */
border-radius: 8px;
margin: 0 0.25rem;
/* background: #fff; */
border-radius: 8px;
margin: 0 0.25rem;
}
.van-cell {
padding: 12px 16px;
padding: 12px 16px;
}
.van-tab__text {
font-weight: bold;
font-size: 0.3rem;
font-weight: bold;
font-size: 0.3rem;
}
.van-tab--active {
color: #1081E3;
color: #1081e3;
}
.van-field__label {
font-weight: bold;
font-weight: bold;
}
.van-field__control {
color: #737373;
color: #737373;
}
.navToBtn {
color: #5B5B5B;
font-size: .36rem;
margin-top: .04rem;
position: absolute;
right: 0;
}
\ No newline at end of file
color: #5b5b5b;
font-size: 0.36rem;
margin-top: 0.04rem;
position: absolute;
right: 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment