|
|
@@ -265,8 +265,8 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
- <el-button type="primary" @click="submitForm">确 定</el-button>
|
|
|
- <el-button type="danger" @click="closeDialog">取 消</el-button>
|
|
|
+ <el-button type="primary" icon="ibps-icon-ok" @click="submitForm">确 定</el-button>
|
|
|
+ <el-button type="danger" icon="ibps-icon-cancel" @click="closeDialog">取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<import-table
|
|
|
@@ -685,9 +685,13 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-.el-dialog__body {
|
|
|
+::v-deep .el-dialog__body {
|
|
|
height: 70vh;
|
|
|
}
|
|
|
+::v-deep .el-input__inner {
|
|
|
+ height: 28px;
|
|
|
+ line-height: 28px;
|
|
|
+}
|
|
|
.dialog-footer {
|
|
|
text-align: center;
|
|
|
}
|