fix: 样式优化

This commit is contained in:
dataeaseShu
2025-12-01 14:15:21 +08:00
committed by dataeaseShu
parent 3f57de12a0
commit aac5d4d379
2 changed files with 3 additions and 2 deletions

View File

@@ -199,7 +199,8 @@ onUnmounted(() => {
:deep(.ed-input__wrapper) {
position: relative;
padding: 0 38px 0 8px;
padding-left: 8px !important;
padding-right: 38px !important;
&::after {
position: absolute;
content: '%';

View File

@@ -34,7 +34,7 @@ function showInfo() {
:close-on-click-modal="false"
center
>
<el-main style="height: 400px">
<el-main style="height: 400px; padding: 0; margin-top: 20px">
<span style="white-space: pre-line" v-html="errMsg"></span>
</el-main>
<template #footer>