修改项目配置,完成要加入的等待和审批操作,修改了部分接口定义和参数
This commit is contained in:
25
pages/waitApprove/index.wxss
Normal file
25
pages/waitApprove/index.wxss
Normal file
@@ -0,0 +1,25 @@
|
||||
/* pages/waitApprove/index.wxss */
|
||||
.content {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
width: 600rpx;
|
||||
height: 50vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.status {
|
||||
text-align: center;
|
||||
margin-bottom: 60rpx;
|
||||
}
|
||||
|
||||
.operate {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
Reference in New Issue
Block a user