Commit 95099b6c authored by 陈明豪's avatar 陈明豪

bug修改

parent 93e6068e
...@@ -379,5 +379,11 @@ export default { ...@@ -379,5 +379,11 @@ export default {
::v-deep .el-upload-list__item { ::v-deep .el-upload-list__item {
margin: 0 0.5rem 0 0 !important; margin: 0 0.5rem 0 0 !important;
} }
.el-upload__tip {
width: 100%;
font-weight: bold;
height: 15px !important;
margin-top: 0 !important;
}
</style> </style>
...@@ -267,10 +267,6 @@ export default { ...@@ -267,10 +267,6 @@ export default {
//::v-deep .el-form-item:nth-child(2){ //::v-deep .el-form-item:nth-child(2){
// margin-bottom: 0 !important; // margin-bottom: 0 !important;
//} //}
::v-deep .el-upload__tip {
height: 10px !important;
margin-top: 0 !important;
}
::v-deep .el-textarea__inner { ::v-deep .el-textarea__inner {
//padding-left: 12px !important; //padding-left: 12px !important;
} }
......
...@@ -292,8 +292,4 @@ export default { ...@@ -292,8 +292,4 @@ export default {
color: #333333; color: #333333;
line-height: 24px; line-height: 24px;
} }
::v-deep .el-upload__tip {
height: 10px !important;
margin-top: 0 !important;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment