-
+
@@ -133,28 +133,29 @@ $prefix-cls: #{$namespace}-login;
flex-direction: column;
height: 100%; /* 确保容器占满可用高度 */
width: 100%;
+ overflow: hidden;
}
/* 最上面 */
.my-top {
display: flex; /* 使用Flexbox布局 */
align-items: flex-start; /* 垂直方向上,子元素靠左对齐 */
- height: 9%;
background-color: rgb(255, 255, 255); /* 背景颜色,可以自定义 */
+ height: 10%;
width: 100%;
}
.top-image {
- margin-left: 215px;
- margin-right: 10px;
+ margin-left: 12.6vw;
+ margin-right: 2px;
margin-top: 7px;
- width: 279px;
- height: 90px;
+ width: 14.5vw;
+ height: 8.3vh;
}
.text-container {
display: flex;
flex-direction: column; /* 垂直排列span元素 */
- margin-left: 3px; /* 给文本容器添加一些左边距,使其靠左一些 */
- margin-top: 10px;
+ margin-left: 2px; /* 给文本容器添加一些左边距,使其靠左一些 */
+ margin-top: 7px;
}
.text-container span {
@@ -165,20 +166,21 @@ $prefix-cls: #{$namespace}-login;
background-image: url('@/assets/imgs/登陆底部.png'); /* 替换为你的图片路径 */
background-size: cover; /* 使图片覆盖整个div,同时保持图片的宽高比 */
background-repeat: no-repeat; /* 防止图片重复 */
- height: 13%;
+ height: 14.93%;
width: 100%;
opacity: 1;
background: rgba(84, 80, 81, 1);
}
-.bottom-image
-{
+.bottom-image {
margin-left: 75%;
margin-top: 3px;
margin-bottom: 5px;
+ width: 13.8vw;
+ height: 95.8%;
}
/* 中间 */
.my-middle {
- height: 79%;
+ height: 75%;
background-image: url('@/assets/imgs/登陆背景.png'); /* 替换为你的图片路径 */
background-repeat: no-repeat; /* 防止图片重复 */
background-size: cover; /* 使图片覆盖整个div,同时保持图片的宽高比 */
diff --git a/src/views/applyregistration/deviceManage/DeviceManageForm.vue b/src/views/applyregistration/deviceManage/DeviceManageForm.vue
index 5dab2dcc..088f0f40 100644
--- a/src/views/applyregistration/deviceManage/DeviceManageForm.vue
+++ b/src/views/applyregistration/deviceManage/DeviceManageForm.vue
@@ -221,7 +221,7 @@ defineExpose({ openTest })
}
.item-style {
- margin-bottom: 6px;
+ margin-bottom: 12px;
}
.item-width {
diff --git a/src/views/applyregistration/deviceManage/index.vue b/src/views/applyregistration/deviceManage/index.vue
index 7cd432d2..f3b629b5 100644
--- a/src/views/applyregistration/deviceManage/index.vue
+++ b/src/views/applyregistration/deviceManage/index.vue
@@ -58,7 +58,7 @@
-
+
aaaa
diff --git a/src/views/applyregistration/diagnosisTemplate/DiagnosisTemplateForm.vue b/src/views/applyregistration/diagnosisTemplate/DiagnosisTemplateForm.vue
index 6e82e84b..69efa9ff 100644
--- a/src/views/applyregistration/diagnosisTemplate/DiagnosisTemplateForm.vue
+++ b/src/views/applyregistration/diagnosisTemplate/DiagnosisTemplateForm.vue
@@ -6,8 +6,9 @@
:model="formData"
size="small"
label-width="70px"
- label-position="top"
+ label-position="right"
label-suffix=""
+ class="-ml-30px"
>
@@ -149,7 +150,7 @@ defineExpose({ openTest })
}
.item-style {
- margin-bottom: 6px;
+ margin-bottom: 12px;
}
.item-width {
diff --git a/src/views/applyregistration/diagnosisTemplate/index.vue b/src/views/applyregistration/diagnosisTemplate/index.vue
index 89ffff9c..30785846 100644
--- a/src/views/applyregistration/diagnosisTemplate/index.vue
+++ b/src/views/applyregistration/diagnosisTemplate/index.vue
@@ -45,7 +45,7 @@
-
+
aaaa
diff --git a/src/views/applyregistration/exampartManage/ExampartManageForm.vue b/src/views/applyregistration/exampartManage/ExampartManageForm.vue
new file mode 100644
index 00000000..ea7f599b
--- /dev/null
+++ b/src/views/applyregistration/exampartManage/ExampartManageForm.vue
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/applyregistration/exampartManage/index.vue b/src/views/applyregistration/exampartManage/index.vue
new file mode 100644
index 00000000..404fd9b3
--- /dev/null
+++ b/src/views/applyregistration/exampartManage/index.vue
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+ 新增
+
+
+
+
+
+
+
+
+
+ aaaa
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/applyregistration/illnessCase/index.vue b/src/views/applyregistration/illnessCase/index.vue
index ea63aeca..3560f21c 100644
--- a/src/views/applyregistration/illnessCase/index.vue
+++ b/src/views/applyregistration/illnessCase/index.vue
@@ -13,7 +13,7 @@
class="-mb-15px"
>
-
+
-
+
-
+
-
+
-
+
aaaa
@@ -182,7 +182,7 @@
-
+
@@ -300,7 +300,7 @@ console.log(queryParams0)
}
.item-style {
- margin-bottom: 6px;
+ margin-bottom: 8px;
}
.item-width {
diff --git a/src/views/applyregistration/reportPrintStatistics/index.vue b/src/views/applyregistration/reportPrintStatistics/index.vue
index 85facce7..0ade222f 100644
--- a/src/views/applyregistration/reportPrintStatistics/index.vue
+++ b/src/views/applyregistration/reportPrintStatistics/index.vue
@@ -13,14 +13,29 @@
class="mb-2px -ml-14px"
>
-
+
+
+
+
+
+
@@ -46,7 +61,7 @@
-
+
-
-
+
+
aaaa
@@ -470,7 +485,8 @@ const queryParams = ref({
pageNo: 1,
pageSize: 10,
/** 测试数据 **/
- it_1: [],
+ it_1: '',
+ it_1a: '',
it_2: '',
it_3: '',
it_4: '',
@@ -547,7 +563,7 @@ console.log(infoParams0)
}
.item-style {
- margin-bottom: 3px;
+ margin-bottom: 6px;
}
.item-width {
diff --git a/src/views/applyregistration/reservationInfo/index.vue b/src/views/applyregistration/reservationInfo/index.vue
index 7a75dae8..539cbce5 100644
--- a/src/views/applyregistration/reservationInfo/index.vue
+++ b/src/views/applyregistration/reservationInfo/index.vue
@@ -2,7 +2,7 @@
-
+
@@ -228,14 +228,14 @@
v-model="queryParams.it_15"
placeholder="请输入备注"
type="textarea"
- :autosize="{ minRows: 2 }"
+ :autosize="{ minRows: 4 }"
class="item-width"
/>
-
+
新增
@@ -253,7 +253,13 @@