|
@@ -141,7 +141,7 @@ export default {
|
|
|
padding: 0 200px 0 0;
|
|
|
}
|
|
|
.mongeyrate {
|
|
|
- width: 95%;
|
|
|
+ width: 93%;
|
|
|
}
|
|
|
/deep/.formItem .el-form-item__content {
|
|
|
margin-left: 0 !important;
|
|
@@ -150,4 +150,7 @@ export default {
|
|
|
text-align: center;
|
|
|
padding: 30px 0;
|
|
|
}
|
|
|
+/deep/.el-textarea__inner{
|
|
|
+ height: 150px;
|
|
|
+}
|
|
|
</style>
|