mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix: 样式优化
This commit is contained in:
@@ -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: '%';
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user