mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
dialog__body 高度
This commit is contained in:
@@ -129,11 +129,13 @@ export default defineComponent({
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.dialog-body {
|
||||
white-space: pre-line;
|
||||
}
|
||||
.el-dialog__body {
|
||||
max-height: calc(100vh - 200px);
|
||||
overflow: auto;
|
||||
.dialog {
|
||||
.dialog-body {
|
||||
white-space: pre-line;
|
||||
}
|
||||
.el-dialog__body {
|
||||
// max-height: calc(100vh - 200px);
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user