diff --git a/src/components/registration/Edit.vue b/src/components/registration/Edit.vue
index a9a32cd..009bc81 100644
--- a/src/components/registration/Edit.vue
+++ b/src/components/registration/Edit.vue
@@ -93,7 +93,7 @@
-
+
@@ -208,7 +208,7 @@ import Quick from "@/components/charge/RecordsLog/Quick.vue";
import {getCurrentTime, getToday} from "@/utils/dateUtils.ts";
import {API} from "@/assets/config/API.ts";
-const height = ref(670)
+const height = ref(600)
const certTypeList = ref([])
const edit_data = ref({
timeList: []
@@ -261,7 +261,7 @@ const close = () => {
isShowCard.value = true
nextTick(() => {
cardDefaultRef.value?.close()
- height.value = 670
+ height.value = 600
})
emit('close')
}
@@ -391,7 +391,7 @@ const socialCardUpdate = (e: any) => {
height.value = 820
multipleTable.value?.setCurrentRow(tableData.value[0])
} else {
- height.value = 670
+ height.value = 600
}
})
loading.value = false
@@ -408,7 +408,7 @@ const deleteCard = () => {
tableData.value = []
nextTick(() => {
cardDefaultRef.value?.close()
- height.value = 670
+ height.value = 600
})
}
},
@@ -556,4 +556,11 @@ defineExpose({init})
min-width: 0;
margin-left: 24px;
}
+.type{
+ width: 235px;
+ min-width: 0
+}
+:deep(.el-date-editor.el-input, .el-date-editor.el-input__wrapper){
+ margin-right: 24px;
+}
\ No newline at end of file