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