diff --git a/src/assets/site/sitesem.svg b/src/assets/site/sitesem.svg index 1c1b9b1..0352de3 100644 --- a/src/assets/site/sitesem.svg +++ b/src/assets/site/sitesem.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/GuipInput.vue b/src/components/GuipInput.vue index 2983dff..eed7f1a 100644 --- a/src/components/GuipInput.vue +++ b/src/components/GuipInput.vue @@ -1,7 +1,8 @@ @@ -147,4 +149,23 @@ export default { pointer-events: none; /* 防止单位文本影响输入框的点击事件 */ } +.custom-form-item { + ::v-deep .el-form-item__content { + display: flex; + flex-direction: column; + align-items: flex-start; + } + + .input-wrapper { + position: relative; + width: 100%; + } + + ::v-deep .el-form-item__error { + position: relative; + margin-top: 4px; + padding-top: 0; + line-height: 1; + } +} \ No newline at end of file diff --git a/src/components/GuipSelect.vue b/src/components/GuipSelect.vue index e43a309..c8387f6 100644 --- a/src/components/GuipSelect.vue +++ b/src/components/GuipSelect.vue @@ -1,7 +1,7 @@ - {{ subItem.title }} diff --git a/src/components/Tooltip.vue b/src/components/Tooltip.vue index edeb8e8..cc7807b 100644 --- a/src/components/Tooltip.vue +++ b/src/components/Tooltip.vue @@ -1,7 +1,8 @@