vue2-client 1.21.2 → 1.21.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/af-vue2-client.iml +2 -3
- package/.idea/inspectionProfiles/Project_Default.xml +17 -0
- package/logs/afgit.config.log +12 -0
- package/logs/afgit.config.log.2026-02-27 +7 -0
- package/logs/afgit.config_error.log +6 -0
- package/logs/afgit.config_error.log.2026-02-27 +3 -0
- package/package.json +1 -1
- package/src/base-client/components/common/HIS/HForm/HForm.vue +143 -2
- package/src/base-client/components/common/XButtons/XButtons.vue +396 -396
- package/src/base-client/components/common/XReport/XReportTrGroup.vue +1005 -1005
- package/src/base-client/components/his/XHisEditor/XDocTree.vue +529 -0
- package/src/base-client/components/his/XHisEditor/XDocTreeNode.vue +208 -0
- package/src/base-client/components/his/XHisEditor/XHisEditor.vue +193 -134
- package/.idea/.name +0 -1
- package/.idea/MarsCodeWorkspaceAppSettings.xml +0 -8
- package/.idea/deployment.xml +0 -14
- package/.idea/gradle.xml +0 -7
- package/.idea/libraries/contour_plot.xml +0 -9
- package/.idea/material_theme_project_new.xml +0 -18
- package/.idea/misc.xml +0 -88
package/.idea/af-vue2-client.iml
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="
|
|
3
|
-
<component name="NewModuleRootManager"
|
|
4
|
-
<exclude-output />
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
5
4
|
<content url="file://$MODULE_DIR$" />
|
|
6
5
|
<orderEntry type="inheritedJdk" />
|
|
7
6
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
@@ -2,5 +2,22 @@
|
|
|
2
2
|
<profile version="1.0">
|
|
3
3
|
<option name="myName" value="Project Default" />
|
|
4
4
|
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
5
|
+
<inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true">
|
|
6
|
+
<option name="myValues">
|
|
7
|
+
<value>
|
|
8
|
+
<list size="7">
|
|
9
|
+
<item index="0" class="java.lang.String" itemvalue="nobr" />
|
|
10
|
+
<item index="1" class="java.lang.String" itemvalue="noembed" />
|
|
11
|
+
<item index="2" class="java.lang.String" itemvalue="comment" />
|
|
12
|
+
<item index="3" class="java.lang.String" itemvalue="noscript" />
|
|
13
|
+
<item index="4" class="java.lang.String" itemvalue="embed" />
|
|
14
|
+
<item index="5" class="java.lang.String" itemvalue="script" />
|
|
15
|
+
<item index="6" class="java.lang.String" itemvalue="a-descriptions-item" />
|
|
16
|
+
</list>
|
|
17
|
+
</value>
|
|
18
|
+
</option>
|
|
19
|
+
<option name="myCustomValuesEnabled" value="true" />
|
|
20
|
+
</inspection_tool>
|
|
21
|
+
<inspection_tool class="UsePropertyAccessSyntax" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
|
5
22
|
</profile>
|
|
6
23
|
</component>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
2026-03-18 10:11:17 - afgit.config - INFO - 开始推送配置
|
|
2
|
+
2026-03-18 10:11:17 - afgit.config - INFO - 开始推送配置文件(含新增与修改),目录: ./config_files
|
|
3
|
+
2026-03-18 10:11:17 - afgit.config - DEBUG - 开始认证,URL: http://192.168.50.67:31467/api/af-auth/login, 用户名: 1
|
|
4
|
+
2026-03-18 10:11:18 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
|
|
5
|
+
2026-03-18 10:11:18 - afgit.config - ERROR - 认证失败,推送终止
|
|
6
|
+
2026-03-18 10:11:18 - afgit.config - ERROR - 推送配置失败
|
|
7
|
+
2026-03-18 10:11:24 - afgit.config - INFO - 开始拉取最新配置
|
|
8
|
+
2026-03-18 10:11:24 - afgit.config - INFO - 开始下载配置文件到: ./config_files
|
|
9
|
+
2026-03-18 10:11:24 - afgit.config - DEBUG - 开始认证,URL: http://192.168.50.67:31467/api/af-auth/login, 用户名: 1
|
|
10
|
+
2026-03-18 10:11:25 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
|
|
11
|
+
2026-03-18 10:11:25 - afgit.config - ERROR - 认证失败,下载终止
|
|
12
|
+
2026-03-18 10:11:25 - afgit.config - ERROR - 拉取配置失败
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
2026-02-27 09:24:44 - afgit.config - INFO - 开始拉取最新配置
|
|
2
|
+
2026-02-27 09:24:44 - afgit.config - INFO - 创建本地目录: ./config_files
|
|
3
|
+
2026-02-27 09:24:44 - afgit.config - INFO - 开始下载配置文件到: ./config_files
|
|
4
|
+
2026-02-27 09:24:44 - afgit.config - DEBUG - 开始认证,URL: http://192.168.50.67:31467/api/af-auth/login, 用户名: 1
|
|
5
|
+
2026-02-27 09:24:44 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
|
|
6
|
+
2026-02-27 09:24:44 - afgit.config - ERROR - 认证失败,下载终止
|
|
7
|
+
2026-02-27 09:24:44 - afgit.config - ERROR - 拉取配置失败
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
2026-03-18 10:11:18 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
|
|
2
|
+
2026-03-18 10:11:18 - afgit.config - ERROR - 认证失败,推送终止
|
|
3
|
+
2026-03-18 10:11:18 - afgit.config - ERROR - 推送配置失败
|
|
4
|
+
2026-03-18 10:11:25 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
|
|
5
|
+
2026-03-18 10:11:25 - afgit.config - ERROR - 认证失败,下载终止
|
|
6
|
+
2026-03-18 10:11:25 - afgit.config - ERROR - 拉取配置失败
|
package/package.json
CHANGED
|
@@ -51,7 +51,8 @@ const wrapperClassObject = computed(() => {
|
|
|
51
51
|
'mini-form',
|
|
52
52
|
'content-right',
|
|
53
53
|
'label-font-style',
|
|
54
|
-
'small-input-style'
|
|
54
|
+
'small-input-style',
|
|
55
|
+
'select-inside-label-style'
|
|
55
56
|
]
|
|
56
57
|
// 只要属性存在就生效的样式开关
|
|
57
58
|
const existStyleKeys = ['radio-style_1']
|
|
@@ -995,7 +996,7 @@ defineExpose({
|
|
|
995
996
|
font-size: 16px;
|
|
996
997
|
font-weight: normal;
|
|
997
998
|
letter-spacing: 0em;
|
|
998
|
-
|
|
999
|
+
font-variation-settings: "opsz" auto;
|
|
999
1000
|
font-feature-settings: "kern" on;
|
|
1000
1001
|
color: #313131;
|
|
1001
1002
|
|
|
@@ -1042,5 +1043,145 @@ defineExpose({
|
|
|
1042
1043
|
}
|
|
1043
1044
|
}
|
|
1044
1045
|
}
|
|
1046
|
+
// select-inside-label-style 下拉框label在选择框内部样式
|
|
1047
|
+
&.h-form-select-inside-label-style {
|
|
1048
|
+
// 隐藏原有的 label
|
|
1049
|
+
:deep(.ant-form-item-label) {
|
|
1050
|
+
display: none !important;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
// 普通输入框样式
|
|
1054
|
+
:deep(.ant-input:not(textarea)) {
|
|
1055
|
+
border-radius: 6px !important;
|
|
1056
|
+
border: 1px solid #E5E9F0 !important;
|
|
1057
|
+
height: 32px !important;
|
|
1058
|
+
line-height: 37px !important;
|
|
1059
|
+
padding: 0 11px !important;
|
|
1060
|
+
font-family: 'Source Han Sans', sans-serif;
|
|
1061
|
+
font-size: 16px;
|
|
1062
|
+
font-weight: normal;
|
|
1063
|
+
line-height: normal;
|
|
1064
|
+
letter-spacing: 0em;
|
|
1065
|
+
color: #313131;
|
|
1066
|
+
|
|
1067
|
+
&::placeholder {
|
|
1068
|
+
color: #999 !important;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
&:hover,
|
|
1072
|
+
&:focus {
|
|
1073
|
+
border-color: #0057FE !important;
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
// 文本域样式
|
|
1078
|
+
:deep(textarea.ant-input) {
|
|
1079
|
+
border-radius: 6px !important;
|
|
1080
|
+
border: 1px solid #E5E9F0 !important;
|
|
1081
|
+
min-height: 80px !important;
|
|
1082
|
+
padding: 8px 11px !important;
|
|
1083
|
+
font-family: 'Source Han Sans', sans-serif;
|
|
1084
|
+
font-size: 16px;
|
|
1085
|
+
font-weight: normal;
|
|
1086
|
+
line-height: normal;
|
|
1087
|
+
letter-spacing: 0em;
|
|
1088
|
+
color: #313131;
|
|
1089
|
+
|
|
1090
|
+
&::placeholder {
|
|
1091
|
+
color: #999 !important;
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
// 下拉框样式
|
|
1096
|
+
:deep(.ant-select) {
|
|
1097
|
+
.ant-select-selector {
|
|
1098
|
+
border-radius: 6px !important;
|
|
1099
|
+
border: 1px solid #E5E9F0 !important;
|
|
1100
|
+
background: #fff !important;
|
|
1101
|
+
height: 32px !important;
|
|
1102
|
+
padding: 0 11px !important;
|
|
1103
|
+
position: relative !important;
|
|
1104
|
+
|
|
1105
|
+
&:hover,
|
|
1106
|
+
&:focus {
|
|
1107
|
+
border-color: #0057FE !important;
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
// 聚焦时去掉阴影,保持与输入框一致
|
|
1112
|
+
&.ant-select-focused .ant-select-selector {
|
|
1113
|
+
border-color: #0057FE !important;
|
|
1114
|
+
box-shadow: none !important;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
// 强制 placeholder 始终显示
|
|
1118
|
+
.ant-select-selection__placeholder {
|
|
1119
|
+
position: absolute !important;
|
|
1120
|
+
left: 0 !important;
|
|
1121
|
+
top: 50% !important;
|
|
1122
|
+
transform: translateY(-50%) !important;
|
|
1123
|
+
opacity: 1 !important;
|
|
1124
|
+
visibility: visible !important;
|
|
1125
|
+
display: flex !important;
|
|
1126
|
+
align-items: center !important;
|
|
1127
|
+
height: 32px !important;
|
|
1128
|
+
font-family: 'Source Han Sans', sans-serif !important;
|
|
1129
|
+
font-size: 16px !important;
|
|
1130
|
+
font-weight: normal !important;
|
|
1131
|
+
color: #313131 !important;
|
|
1132
|
+
pointer-events: none !important;
|
|
1133
|
+
z-index: 10 !important;
|
|
1134
|
+
margin: 0 !important;
|
|
1135
|
+
padding: 0 !important;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
// 选中的值
|
|
1139
|
+
.ant-select-selection-selected-value {
|
|
1140
|
+
display: block !important;
|
|
1141
|
+
margin-left: 111px !important;
|
|
1142
|
+
font-family: 'Source Han Sans', sans-serif !important;
|
|
1143
|
+
font-size: 16px !important;
|
|
1144
|
+
font-weight: normal !important;
|
|
1145
|
+
color: #313131 !important;
|
|
1146
|
+
line-height: 32px !important;
|
|
1147
|
+
height: 32px !important;
|
|
1148
|
+
overflow: hidden !important;
|
|
1149
|
+
text-overflow: ellipsis !important;
|
|
1150
|
+
white-space: nowrap !important;
|
|
1151
|
+
max-width: calc(234px - 111px - 22px) !important;
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
// 强制覆盖 antd 隐藏 placeholder 的规则
|
|
1156
|
+
:deep(.ant-select-single.ant-select-show-arrow .ant-select-selection__placeholder) {
|
|
1157
|
+
opacity: 1 !important;
|
|
1158
|
+
visibility: visible !important;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
// ========== 新增样式:覆盖下拉框宽度、高度、边框 ==========
|
|
1162
|
+
:deep(.ant-select) {
|
|
1163
|
+
width: 234px !important;
|
|
1164
|
+
|
|
1165
|
+
.ant-select-selector {
|
|
1166
|
+
width: 234px !important;
|
|
1167
|
+
height: 32px !important;
|
|
1168
|
+
border-radius: 6px !important;
|
|
1169
|
+
background: #FFFFFF !important;
|
|
1170
|
+
box-sizing: border-box !important;
|
|
1171
|
+
border: 1px solid #E5E9F0 !important;
|
|
1172
|
+
}
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
// ========== 新增样式:下拉框图标 ==========
|
|
1176
|
+
:deep(.ant-select-arrow) {
|
|
1177
|
+
.anticon {
|
|
1178
|
+
svg {
|
|
1179
|
+
width: 7px !important;
|
|
1180
|
+
height: 13px !important;
|
|
1181
|
+
fill: #94979E !important;
|
|
1182
|
+
}
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1045
1186
|
}
|
|
1046
1187
|
</style>
|