|
@@ -449,7 +449,7 @@ export default {
|
|
|
|
|
|
|
|
.form-container {
|
|
.form-container {
|
|
|
width: calc(100% - 380px); /* 初始宽度计算 */
|
|
width: calc(100% - 380px); /* 初始宽度计算 */
|
|
|
- height: 100vh;
|
|
|
|
|
|
|
+ height: 90vh;
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
padding: 20px;
|
|
padding: 20px;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
@@ -522,11 +522,12 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&__content {
|
|
&__content {
|
|
|
- .el-input,
|
|
|
|
|
|
|
+
|
|
|
|
|
+ /* .el-input,
|
|
|
.el-select,
|
|
.el-select,
|
|
|
.el-input-number {
|
|
.el-input-number {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- }
|
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
|
|
.el-textarea .el-input__count {
|
|
.el-textarea .el-input__count {
|
|
|
padding: 0 5px;
|
|
padding: 0 5px;
|