This commit is contained in:
parent
383de7bd25
commit
4e1e8a5648
|
@ -1638,7 +1638,7 @@
|
|||
|
||||
<style lang="scss" scoped>
|
||||
/deep/.padding-bottom{
|
||||
padding-bottom: 50px;
|
||||
padding-bottom: 20rpx;
|
||||
}
|
||||
|
||||
/deep/.u-drawer{
|
||||
|
@ -1854,6 +1854,7 @@
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
.hideBtn{
|
||||
width: 100%;
|
||||
|
@ -2017,7 +2018,7 @@
|
|||
padding: 29rpx;
|
||||
}
|
||||
.content{
|
||||
padding-bottom: 140rpx;
|
||||
// padding-bottom: 140rpx;
|
||||
padding-top: 20px;
|
||||
width: 100%;
|
||||
background-color: #f7f7f7;
|
||||
|
|
|
@ -1383,6 +1383,7 @@ import permision from "@/components/permission.js";
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.list-right-top{
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue