Commit 6a701854 by zhaopanyu

zpy 修改

parent 75e7e9f0
......@@ -825,9 +825,14 @@ export default {
margin-bottom: 0px;
}
// 修改 el-dialog el-form-item 的间距
::v-deep .el-dialog .el-form-item {
margin-bottom: 15px; // 你可以根据需要调整这个值来改变输入框之间的距离
}
::v-deep .el-input--medium .el-input__inner {
height: 26px;
line-height: 26px;
height: 32px;
line-height: 32px;
}
::v-deep .el-dialog__body {
......
......@@ -863,8 +863,13 @@ export default {
}
::v-deep .el-input--medium .el-input__inner {
height: 26px;
line-height: 26px;
height: 32px;
line-height: 32px;
}
// 修改 el-dialog el-form-item 的间距
::v-deep .el-dialog .el-form-item {
margin-bottom: 15px; // 你可以根据需要调整这个值来改变输入框之间的距离
}
::v-deep .el-dialog__body {
......
......@@ -800,8 +800,13 @@ export default {
}
::v-deep .el-input--medium .el-input__inner {
height: 26px;
line-height: 26px;
height: 32px;
line-height: 32px;
}
// 修改 el-dialog 内 el-form-item 的间距
::v-deep .el-dialog .el-form-item {
margin-bottom: 15px; // 你可以根据需要调整这个值来改变输入框之间的距离
}
::v-deep .el-dialog__body {
......
......@@ -781,8 +781,13 @@ export default {
}
::v-deep .el-input--medium .el-input__inner {
height: 26px;
line-height: 26px;
height: 32px;
line-height: 32px;
}
// 修改 el-dialog 内 el-form-item 的间距
::v-deep .el-dialog .el-form-item {
margin-bottom: 15px; // 你可以根据需要调整这个值来改变输入框之间的距离
}
::v-deep .el-dialog__body {
......
......@@ -819,8 +819,13 @@ export default {
}
::v-deep .el-input--medium .el-input__inner {
height: 26px;
line-height: 26px;
height: 32px;
line-height: 32px;
}
// 修改 el-dialog 内 el-form-item 的间距
::v-deep .el-dialog .el-form-item {
margin-bottom: 15px; // 你可以根据需要调整这个值来改变输入框之间的距离
}
::v-deep .el-dialog__body {
......
......@@ -805,8 +805,13 @@ export default {
}
::v-deep .el-input--medium .el-input__inner {
height: 26px;
line-height: 26px;
height: 32px;
line-height: 32px;
}
// 修改 el-dialog 内 el-form-item 的间距
::v-deep .el-dialog .el-form-item {
margin-bottom: 15px; // 你可以根据需要调整这个值来改变输入框之间的距离
}
::v-deep .el-dialog__body {
......
......@@ -778,8 +778,13 @@ export default {
}
::v-deep .el-input--medium .el-input__inner {
height: 26px;
line-height: 26px;
height: 32px;
line-height: 32px;
}
// 修改 el-dialog 内 el-form-item 的间距
::v-deep .el-dialog .el-form-item {
margin-bottom: 15px; // 你可以根据需要调整这个值来改变输入框之间的距离
}
::v-deep .el-dialog__body {
......
......@@ -721,8 +721,8 @@ export default {
}
::v-deep .el-input--medium .el-input__inner {
height: 26px;
line-height: 26px;
height: 30px;
line-height: 30px;
}
::v-deep .el-dialog__body {
......@@ -846,4 +846,9 @@ export default {
}
}
}
// 修改 el-dialog 内 el-form-item 的间距
::v-deep .el-dialog .el-form-item {
margin-bottom: 15px; // 你可以根据需要调整这个值来改变输入框之间的距离
}
</style>
\ No newline at end of file
......@@ -598,8 +598,13 @@ export default {
}
::v-deep .el-input--medium .el-input__inner {
height: 26px;
line-height: 26px;
height: 32px;
line-height: 32px;
}
// 修改 el-dialog el-form-item 的间距
::v-deep .el-dialog .el-form-item {
margin-bottom: 15px; // 你可以根据需要调整这个值来改变输入框之间的距离
}
::v-deep .el-dialog__body {
......
......@@ -900,9 +900,14 @@ export default {
margin-bottom: 0px;
}
// 修改 el-dialog el-form-item 的间距
::v-deep .el-dialog .el-form-item {
margin-bottom: 15px; // 你可以根据需要调整这个值来改变输入框之间的距离
}
::v-deep .el-input--medium .el-input__inner {
height: 26px;
line-height: 26px;
height: 30px;
line-height: 30px;
}
::v-deep .el-dialog__body {
......
......@@ -695,9 +695,14 @@ export default {
margin-bottom: 0px;
}
// 修改 el-dialog el-form-item 的间距
::v-deep .el-dialog .el-form-item {
margin-bottom: 15px; // 你可以根据需要调整这个值来改变输入框之间的距离
}
::v-deep .el-input--medium .el-input__inner {
height: 26px;
line-height: 26px;
height: 32px;
line-height: 32px;
}
::v-deep .el-dialog__body {
......
......@@ -1088,9 +1088,13 @@ export default {
margin-bottom: 0px;
}
::v-deep .el-dialog .el-form-item {
margin-bottom: 15px;
}
::v-deep .el-input--medium .el-input__inner {
height: 26px;
line-height: 26px;
height: 32px;
line-height: 32px;
}
::v-deep .el-dialog__body {
......
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