diff --git a/src/components/registration/Edit.vue b/src/components/registration/Edit.vue
index 009bc81..a40940d 100644
--- a/src/components/registration/Edit.vue
+++ b/src/components/registration/Edit.vue
@@ -34,6 +34,12 @@
>
+
+
+
+
+
+
@@ -63,6 +69,21 @@
+
+ 现在
+
+
+
+
@@ -90,50 +111,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
现在
-
-
+
+
+
+
{{
+ isBtnShow ? '挂号' : '预约'
+ }}
- {{
- isBtnShow ? '挂号' : '预约'
- }}
-
-
-
+
+
@@ -551,16 +548,19 @@ defineExpose({init})
flex: 1;
min-width: 0;
}
-.item-btn{
+
+.item-btn {
flex: 2;
min-width: 0;
margin-left: 24px;
}
-.type{
+
+.type {
width: 235px;
min-width: 0
}
-:deep(.el-date-editor.el-input, .el-date-editor.el-input__wrapper){
- margin-right: 24px;
+
+.small-btn {
+ width: 86px;
}
\ No newline at end of file