feat: 探索发现的接口 呼叫服务

This commit is contained in:
2025-08-02 16:23:37 +08:00
parent b8f2af1f95
commit ec3413833d
13 changed files with 217 additions and 69 deletions

View File

@@ -1,15 +1,15 @@
.create-service-order {
margin-left: 12px;
margin-right: 12px;
// margin-left: 12px;
// margin-right: 12px;
}
.create-service-wrapper {
box-sizing: border-box;
padding: 12px 12px 16px;
background-color: #eff6fa;
box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
border-radius: 4px 20px 20px 20px;
border: 1px solid #fff;
// box-sizing: border-box;
padding: 12px 0 16px;
// background-color: #eff6fa;
// box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
// border-radius: 4px 20px 20px 20px;
// border: 1px solid #fff;
}
.order-header {