add 会后管理流程

This commit is contained in:
danshihao
2023-11-06 11:13:48 +08:00
parent 0bd5a33841
commit 8686118ee1
7 changed files with 455 additions and 66 deletions
@@ -289,14 +289,4 @@ export default {
border-top: 1px solid #E5E6EB;
border-radius: 8px 8px 8px 8px;
}
// 无边框无背景
.readonly-transparent {
background-color: transparent;
border-color: transparent;
&:hover {
cursor: default;
background-color: transparent;
border-color: transparent;
}
}
</style>