已审核已发布项目不可编辑

This commit is contained in:
zhangyc
2022-12-22 13:01:46 +08:00
parent b0d57bf577
commit 9f4b9a3e29
5 changed files with 87 additions and 232 deletions

View File

@@ -282,4 +282,28 @@ function submitCall(flag) {
border-right: 1px solid #e9e9e9;
cursor: pointer;
}
.cus-btn {
width: 100%;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 16px;
border: 1px solid #4ea6ff;
border-radius: 8px;
background: #4ea6ff;
cursor: pointer;
color: #fff;
}
.white {
background: #fff;
color: #4ea6ff;
}
.cus-input {
height: 40px;
border-radius: 8px;
}
</style>