@@ -304,7 +304,8 @@
.discDesc{
margin-bottom: 20px;
.el-form-item__error{
- top: auto;
+ top: 9px;
+ left:200px;
white-space: nowrap;
background: #fff;
}
@@ -351,13 +351,19 @@
margin-bottom: 6px;
&.min-margin{
margin-bottom: 0;
+ position: relative;
+ .el-form-item__content{
+ position: unset;
+ }
+ .el-form-item__error{
+ top:10px;
+ left: 460px;
+ white-space: normal;
+ width: 260px;
- .el-form-item__error{
- white-space: nowrap;
- background: #fff;
- }
+
.el-input-number{
width: 95px;