diff --git a/openhis-ui-vue3/src/assets/styles/index.scss b/openhis-ui-vue3/src/assets/styles/index.scss
index 3139a3b9..5e59c742 100644
--- a/openhis-ui-vue3/src/assets/styles/index.scss
+++ b/openhis-ui-vue3/src/assets/styles/index.scss
@@ -6,6 +6,7 @@
@import './btn.scss';
@import './openhis.scss';
@import './font.scss';
+@import './ui-standard.scss';
/* 强制使用鸿蒙字体 */
* {
diff --git a/openhis-ui-vue3/src/views/inHospitalManagement/charge/register/components/awaitList.vue b/openhis-ui-vue3/src/views/inHospitalManagement/charge/register/components/awaitList.vue
index 73907556..33154f9f 100644
--- a/openhis-ui-vue3/src/views/inHospitalManagement/charge/register/components/awaitList.vue
+++ b/openhis-ui-vue3/src/views/inHospitalManagement/charge/register/components/awaitList.vue
@@ -42,13 +42,15 @@
-
+
@@ -104,6 +105,7 @@
type="primary"
icon="Delete"
@click="handleClearCacheKey(scope.row)"
+ class="action-button"
>
diff --git a/openhis-ui-vue3/src/views/monitor/job/index.vue b/openhis-ui-vue3/src/views/monitor/job/index.vue
index d378f274..1856063e 100644
--- a/openhis-ui-vue3/src/views/monitor/job/index.vue
+++ b/openhis-ui-vue3/src/views/monitor/job/index.vue
@@ -1,6 +1,6 @@
-
+
-
+
搜索
重置
-
+
-
+
@@ -111,31 +111,33 @@
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/openhis-ui-vue3/src/views/monitor/logininfor/index.vue b/openhis-ui-vue3/src/views/monitor/logininfor/index.vue
index bd58a5db..250fa643 100644
--- a/openhis-ui-vue3/src/views/monitor/logininfor/index.vue
+++ b/openhis-ui-vue3/src/views/monitor/logininfor/index.vue
@@ -1,6 +1,6 @@
-
+
-
+
搜索
重置
-
+
-
+
@@ -114,13 +114,15 @@
-
+
diff --git a/openhis-ui-vue3/src/views/monitor/operlog/index.vue b/openhis-ui-vue3/src/views/monitor/operlog/index.vue
index cb59a472..6fb04e57 100644
--- a/openhis-ui-vue3/src/views/monitor/operlog/index.vue
+++ b/openhis-ui-vue3/src/views/monitor/operlog/index.vue
@@ -1,6 +1,6 @@
-
+
-
+
搜索
重置
-
+
-
+
-
+
@@ -135,18 +135,20 @@
- 详细
+ 详细
-
+
diff --git a/openhis-ui-vue3/src/views/patientmanagement/patientmanagement/index.vue b/openhis-ui-vue3/src/views/patientmanagement/patientmanagement/index.vue
index e5e37e00..88b89fc3 100644
--- a/openhis-ui-vue3/src/views/patientmanagement/patientmanagement/index.vue
+++ b/openhis-ui-vue3/src/views/patientmanagement/patientmanagement/index.vue
@@ -2,7 +2,7 @@
-
+
-
+
搜索
重置
-
+
新增患者
-
+
-
+
+
+
+
+
+ >
+
+
+
+
- {{ nationalityDict(scope.row.nationalityCode) }}
+
-
-
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
-
+
+
+
+
+
@@ -67,24 +91,23 @@
label="操作"
align="center"
width="210"
- fixed="right"
class-name="small-padding fixed-width"
>
- 修改
- 查看
+ 修改
+ 查看
-
+
@@ -666,4 +689,26 @@ onMounted(() => {
});
-
+
diff --git a/openhis-ui-vue3/src/views/register.vue b/openhis-ui-vue3/src/views/register.vue
index 26496611..ece5c106 100644
--- a/openhis-ui-vue3/src/views/register.vue
+++ b/openhis-ui-vue3/src/views/register.vue
@@ -160,20 +160,26 @@ getCode();
justify-content: center;
align-items: center;
height: 100%;
+ min-height: 100vh;
background-image: url("../assets/images/login-background.jpg");
background-size: cover;
}
+
.title {
margin: 0px auto 30px auto;
text-align: center;
- color: #707070;
+ color: #303133;
+ font-size: 24px;
+ font-weight: 500;
}
.register-form {
- border-radius: 6px;
+ border-radius: 8px;
background: #ffffff;
width: 400px;
- padding: 25px 25px 5px 25px;
+ padding: 30px 30px 20px 30px;
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
+
.el-input {
height: 40px;
input {
@@ -186,11 +192,13 @@ getCode();
margin-left: 0px;
}
}
+
.register-tip {
font-size: 13px;
text-align: center;
color: #bfbfbf;
}
+
.register-code {
width: 33%;
height: 40px;
@@ -198,8 +206,10 @@ getCode();
img {
cursor: pointer;
vertical-align: middle;
+ border-radius: 2px;
}
}
+
.el-register-footer {
height: 40px;
line-height: 40px;
@@ -207,13 +217,27 @@ getCode();
bottom: 0;
width: 100%;
text-align: center;
- color: #fff;
- font-family: Arial;
+ color: #909399;
+ font-family: 'HarmonyOS Sans', Arial, sans-serif;
font-size: 12px;
letter-spacing: 1px;
+ background-color: rgba(0, 0, 0, 0.5);
}
+
.register-code-img {
height: 40px;
padding-left: 12px;
+ border-radius: 2px;
+}
+
+// 链接样式
+.link-type {
+ color: #409eff;
+ text-decoration: none;
+
+ &:hover {
+ color: #66b1ff;
+ text-decoration: underline;
+ }
}
diff --git a/openhis-ui-vue3/src/views/system/config/index.vue b/openhis-ui-vue3/src/views/system/config/index.vue
index 34fd53da..ae967abd 100644
--- a/openhis-ui-vue3/src/views/system/config/index.vue
+++ b/openhis-ui-vue3/src/views/system/config/index.vue
@@ -1,6 +1,6 @@
-
+
-
+
-
+
搜索
重置
-
+
-
+
@@ -115,19 +115,21 @@
- 修改
- 删除
+ 修改
+ 删除
-
+
diff --git a/openhis-ui-vue3/src/views/system/dept/index.vue b/openhis-ui-vue3/src/views/system/dept/index.vue
index d073a261..008ab572 100644
--- a/openhis-ui-vue3/src/views/system/dept/index.vue
+++ b/openhis-ui-vue3/src/views/system/dept/index.vue
@@ -1,6 +1,6 @@
-
+
-
+
搜索
重置
-
+
-
+
@@ -69,9 +69,9 @@
- 修改
- 新增
- 删除
+ 修改
+ 新增
+ 删除
diff --git a/openhis-ui-vue3/src/views/system/dict/data.vue b/openhis-ui-vue3/src/views/system/dict/data.vue
index 84740a2f..a7ce558e 100644
--- a/openhis-ui-vue3/src/views/system/dict/data.vue
+++ b/openhis-ui-vue3/src/views/system/dict/data.vue
@@ -5,6 +5,7 @@
ref="queryRef"
:inline="true"
v-show="showSearch"
+ class="query-form"
>
@@ -40,7 +41,7 @@
/>
-
+
搜索
@@ -48,7 +49,7 @@
-
+
-
+
修改
@@ -177,6 +179,7 @@
icon="Delete"
@click="handleDelete(scope.row)"
v-hasPermi="['system:dict:remove']"
+ class="action-button"
>
删除
@@ -184,13 +187,15 @@
-
+
diff --git a/openhis-ui-vue3/src/views/system/dict/index.vue b/openhis-ui-vue3/src/views/system/dict/index.vue
index 9fc90b27..9eb8461b 100644
--- a/openhis-ui-vue3/src/views/system/dict/index.vue
+++ b/openhis-ui-vue3/src/views/system/dict/index.vue
@@ -6,6 +6,7 @@
:inline="true"
v-show="showSearch"
label-width="68px"
+ class="query-form"
>
-
+
搜索
重置
-
+
-
+
@@ -156,7 +157,7 @@
icon="Edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['system:dict:edit']"
- >修改修改
删除删除
-
+
diff --git a/openhis-ui-vue3/src/views/system/menu/index.vue b/openhis-ui-vue3/src/views/system/menu/index.vue
index 5f3fdc91..489d8c4e 100644
--- a/openhis-ui-vue3/src/views/system/menu/index.vue
+++ b/openhis-ui-vue3/src/views/system/menu/index.vue
@@ -1,6 +1,6 @@
-
+
-
+
搜索
重置
-
+
新增
-
-
+
@@ -76,9 +76,9 @@
- 修改
- 新增
- 删除
+ 修改
+ 新增
+ 删除
diff --git a/openhis-ui-vue3/src/views/system/notice/index.vue b/openhis-ui-vue3/src/views/system/notice/index.vue
index 154c7bd1..d82e6e96 100644
--- a/openhis-ui-vue3/src/views/system/notice/index.vue
+++ b/openhis-ui-vue3/src/views/system/notice/index.vue
@@ -1,182 +1,194 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 已发布
+ 未发布
+
+
+
+
+
+ {{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}
+
+
+
+
+ 修改
+ 发布
+ 取消发布
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
- 搜索
- 重置
-
+ >
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
-
-
-
- 新增
-
-
- 修改
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 已发布
- 未发布
-
-
-
-
-
- {{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}
-
-
-
-
- 修改
- 发布
- 取消发布
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ dict.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/openhis-ui-vue3/src/views/system/post/index.vue b/openhis-ui-vue3/src/views/system/post/index.vue
index 6fd1b641..a43a07b6 100644
--- a/openhis-ui-vue3/src/views/system/post/index.vue
+++ b/openhis-ui-vue3/src/views/system/post/index.vue
@@ -1,6 +1,6 @@
-
+
-
+
搜索
重置
-
+
-
+
@@ -95,19 +95,21 @@
- 修改
- 删除
+ 修改
+ 删除
-
+
diff --git a/openhis-ui-vue3/src/views/system/role/index.vue b/openhis-ui-vue3/src/views/system/role/index.vue
index 65c82160..6e5d5424 100644
--- a/openhis-ui-vue3/src/views/system/role/index.vue
+++ b/openhis-ui-vue3/src/views/system/role/index.vue
@@ -1,6 +1,6 @@
-
+
-
+
搜索
重置
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/openhis-ui-vue3/src/views/system/user/index.vue b/openhis-ui-vue3/src/views/system/user/index.vue
index 2938f528..af53cba4 100644
--- a/openhis-ui-vue3/src/views/system/user/index.vue
+++ b/openhis-ui-vue3/src/views/system/user/index.vue
@@ -34,6 +34,7 @@
:inline="true"
v-show="showSearch"
label-width="68px"
+ class="query-form"
>
-
+
搜索
重置
-
+
@@ -217,6 +219,7 @@
icon="Delete"
@click="handleDelete(scope.row)"
v-hasPermi="['system:user:remove']"
+ class="action-button"
>
@@ -226,6 +229,7 @@
icon="Key"
@click="handleResetPwd(scope.row)"
v-hasPermi="['system:user:resetPwd']"
+ class="action-button"
>
@@ -235,18 +239,21 @@
icon="CircleCheck"
@click="handleAuthRole(scope.row)"
v-hasPermi="['system:user:edit']"
+ class="action-button"
>
-
+