From 5137ec5d7ae9cf901af52ce604c21ba30c4e6fee Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Thu, 29 May 2025 15:08:21 +0800 Subject: [PATCH] dev --- src/components/registration/Edit.vue | 78 ++++++++++++++-------------- 1 file changed, 39 insertions(+), 39 deletions(-) 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