diff --git a/Web/src/theme/vxeTable.scss b/Web/src/theme/vxeTable.scss index 8d536b3e..abd92e78 100644 --- a/Web/src/theme/vxeTable.scss +++ b/Web/src/theme/vxeTable.scss @@ -125,3 +125,13 @@ background-color: var(--el-color-primary) !important; color: white !important; } + +.vxe-modal--container { + margin: -1px !important; +} + +.vxe-modal--zoom-btn:hover, +.vxe-modal--close-btn:hover { + color: red !important; +} +