|
@@ -23,9 +23,9 @@
|
|
margin: 0 16px;
|
|
margin: 0 16px;
|
|
}
|
|
}
|
|
/deep/ .el-form-item__label {
|
|
/deep/ .el-form-item__label {
|
|
- min-width: 100px;
|
|
|
|
|
|
+ width: 100px !important;
|
|
}
|
|
}
|
|
-/deep/ .el-form-item__content{
|
|
|
|
|
|
+/deep/ .el-form-item__content {
|
|
margin-left: 100px !important;
|
|
margin-left: 100px !important;
|
|
}
|
|
}
|
|
|
|
|