Commit 4f60e540 authored by 罗新东's avatar 罗新东

修改了页面部分字段,以及详情样式不正确的bug

parent 34bc4015
Pipeline #7158 passed with stage
in 10 seconds
......@@ -412,7 +412,7 @@
<div style="margin: 16px 16px 0">
<van-button round block type="info" native-type="submit"
>保存</van-button
>上报</van-button
>
</div>
</van-form>
......
......@@ -185,67 +185,31 @@ export default {
};
</script>
<style lang="less" scoped>
/* @import url(); 引入css类 */
// .van-cell-group--inset {
// margin: 0;
// margin-bottom: 10px;
// padding: 10px;
// font-size: 13px;
// position: relative;
// .van-row {
// margin-bottom: 0.133333rem;
// line-height: 0.64rem;
// }
// .van-overlay {
// position: absolute;
// .wrapper {
// display: flex;
// align-items: center;
// justify-content: space-evenly;
// height: 100%;
// }
// }
// }
// .detail {
// position: absolute;
// bottom: 0.32rem;
// right: 15px;
// color: #2a80f7;
// font-weight: none;
// z-index: 99;
// }
#app {
font-family: "";
color: #2c3e50;
}
/deep/.con-list {
padding: 0;
background-color: #f0f1f5;
.van-cell-group--inset {
margin: 0;
margin-bottom: 0.26667rem;
padding: 0.25rem;
font-size: 0.4rem;
position: relative;
border-radius: 4%;
box-shadow: 0px 0px 10px 2px #f3f3f3;
width: 90%;
margin: 0.4rem auto;
.van-row {
font-size: 0.4rem;
line-height: 0.8rem;
margin-bottom: 0;
}
.van-overlay {
position: absolute;
.wrapper {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 100%;
}
.van-cell-group--inset {
margin: 0.266667rem 0;
padding: 10px;
font-size: 13px;
position: relative;
.van-row {
margin-bottom: 0.133333rem;
line-height: 0.64rem;
}
.van-overlay {
position: absolute;
.wrapper {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 100%;
}
}
}
.detail {
position: absolute;
bottom: 0.32rem;
right: 15px;
color: #2a80f7;
font-weight: none;
z-index: 99;
}
</style>
......@@ -166,7 +166,7 @@ export default {
goDelete(data) {
this.$dialog.confirm({
title: "提示",
message: "确认要关闭此条隐患吗?",
message: "确认要关闭此条风险吗?",
})
.then(() => {
this.$toast.loading({
......
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